Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically rewrite editor numbers #1

Open
ivxvm opened this issue Jul 2, 2022 · 1 comment
Open

Automatically rewrite editor numbers #1

ivxvm opened this issue Jul 2, 2022 · 1 comment

Comments

@ivxvm
Copy link

ivxvm commented Jul 2, 2022

Currently, if multiple mappers use custom decorate classes with editor numbers, they can run into collisions (not sure if these collisions are a big deal, but there are startup console errors at least). Would be a nice feature if RAMPART could automatically resolve editor number conflicts by overwriting them in individual maps and corresponding decorate files (for example, by assigning to each mapper a unique range of available editor numbers and pulling from that range).

@davidxn
Copy link
Owner

davidxn commented Jul 4, 2022

Yes, this is something I've just run into as I've been pulling RAMP 2022 together! Some control over editor numbers would definitely be good. At the moment I only interpret and warn about conflicts through doomednums in MAPINFO, but it's possible to sneak past that check by specifying them in DECORATE.

Same goes for spawnnums, which can be specified in MAPINFO or in class properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants