platyping
Sleeping Dragon
The standard way is to use GraphicalOnly tag.
Thanks for your compliments. However, the custom game selection screen is not python coded, probably hidden somewhere in the exe.
Maybe so, but the default settings can be overridden via python. Check out SmartMap, which is a custom map maker that is written in Python. It adds several new dropdown boxes to the custom settings. If you can create the custom menu, then I will make the python changes in SmartMap to utilize the numerical values displayed in the new custom menu.
You can add custom options to any mapscript and dropdowns will be generated on the Custom Game screen automatically, no overriding needed. You cannot add different UI controls though because, as Platy says, this is all handled in the exe. It would be safer to do what you're wanting via dropdowns anyway, as map dimensions have to be divisible by 4.
It would be safer to do what you're wanting via dropdowns anyway, as map dimensions have to be divisible by 4.
Xyth, could you please explain how you arrive to this conclusion? Is it because of the grids?
I have several maps with dimensions not divisible by 4 and they seem to work fine.