Page 1 of 1
EDITOR?????
Posted: Mon Jun 14, 2021 2:20 pm
by lion_of_judah
Just curious if an editor will ever be added for this game???
RE: EDITOR?????
Posted: Mon Jun 14, 2021 4:56 pm
by Mayhemizer_slith
Do you mean you could edit for example build points at production phase etc? That would be helpful in many cases.
RE: EDITOR?????
Posted: Mon Jun 14, 2021 7:45 pm
by lion_of_judah
the type of editor I'm talking about, will allow you to edit maps, units, OOB's or make new maps.
RE: EDITOR?????
Posted: Wed Jun 16, 2021 10:23 pm
by craigbear
In other games that use text-based formats such as the MWIF .GAM files do, I have seen text editors with some sort of UI used to make editing the file easier. I would have to learn the requisite language, but I imagine I could do it in a couple of years given my current skill level of 0.
RE: EDITOR?????
Posted: Thu Jun 17, 2021 3:21 am
by Courtenay
RE: EDITOR?????
Posted: Sat Jun 19, 2021 4:51 pm
by Shannon V. OKeets
ORIGINAL: lion_of_judah
the type of editor I'm talking about, will allow you to edit maps, units, OOB's or make new maps.
Since the unit data is available in CSV (Comma Separate Value) files, those can be edited using any spreadsheet or ASCII text editor. However, adding new unit types isn't possible. Nor can you give units unreasonable numbers for their factors (e.g., an air-to-air combat values of 100).
Each unit has associated data spread out in other files: their bit-mapped images, their unit write ups, the data related to their controlling major power.
Simple changes can be made, but wholesale transformations are likely to run into a lot of problems.
In any event, if you do run into trouble, the programmer (me) will not be spending any time helping figure out what went wrong - you're on your own.
===
Editing the map is vastly more complex. Rivers, lakes, and coastal hexes all have specially tailored bit mapped graphics to render them on the screen - supporting 8 zoom levels. The data files are more complex too, since the data involves a lot of hexside information. Remember that the map is 360 hexes wide and 195 hexes high. That means there are 70,200 hexes for the full map.
There are also a lot special rules about which units can move where (Gibraltar, Suez) that are hardcoded. Messing with any of those sensitive spots can be disastrous.
RE: EDITOR?????
Posted: Wed Jun 23, 2021 7:23 pm
by lion_of_judah
was hoping that an editor would be implemented for this game, of the kind Advanced tactics gold and TOAW IV have, that's all i was asking. I do not plan on editing anything, without an editor.
RE: EDITOR?????
Posted: Thu Jun 24, 2021 9:10 pm
by Neilster
Yes, it was clear what you were asking and the answer "no" should be clear too.
The map was honed by WiF experts and people from all over the world and would be a nightmare to write an editor for. It's not difficult to go into the CSV files to change what is editable.
Steve has enough on his plate without adding another enormous programming task that few MWiF players would use. It ain't going to happen.