
TOAWxml Editor
RE: TOAW XML Editor
Moving right along...here is what I have for editing saved games so far. I've always wanted a way to assign/calculate Resource Points that can then be used for various purposes in a TOAW game. Here is what I have so far. Calculation of Resource Points:


- Attachments
-
- RPs.jpg (80.96 KiB) Viewed 718 times
RE: TOAW XML Editor
So what can you do with Resource Points? Not sure yet, here are some "Strategic Options" I'm considering...plus obvious things like adding new units, replacements, etc. Not sure yet how many of these features will be feasible, but so far, so good.


- Attachments
-
- StratOptions.jpg (64.28 KiB) Viewed 718 times
RE: TOAW XML Editor
ORIGINAL: 76mm
Moving right along...here is what I have for editing saved games so far. I've always wanted a way to assign/calculate Resource Points that can then be used for various purposes in a TOAW game. Here is what I have so far. Calculation of Resource Points:
![]()
Tom,
A suggestion on the use of names. Can you change it so that its more in line with TOAW?
Instead of City, Town, Village, use: Urban and Dense Urban.
Not sure what the concept of village is.

Beta Tester for: War in the East 1 & 2, WarPlan & WarPlan Pacific, Valor & Victory, Flashpoint Campaigns: Sudden Storm, Computer War In Europe 2
SPWW2 & SPMBT scenario creator
Tester for WDS games
RE: TOAW XML Editor
Maybe, but the main reason I changed the names is because I don't like how TOAW calls them! At many of the scales currently included in the game, at least to me, it is jarring to call a small, single-hex settlement "urban".ORIGINAL: Zovs
A suggestion on the use of names. Can you change it so that its more in line with TOAW?
This will all be explained in tooltips, but it is pretty simple: "Village" = "urban", "Town" = "urban" which fills in the entire hex, and "City" = "dense urban".
I can see if I can make the labels editable, though, I haven't tried that yet.
RE: TOAW XML Editor
Well looky here: I was able to figure out how to make them customizable. Actually pretty helpful, if for not other reason, so that players can see what the bitmaps are, rather than just the bitmap names.


- Attachments
-
- Custom.jpg (125.54 KiB) Viewed 718 times
RE: TOAW XML Editor
Tom,
That is great!
When will your next version be available?
That is great!
When will your next version be available?

Beta Tester for: War in the East 1 & 2, WarPlan & WarPlan Pacific, Valor & Victory, Flashpoint Campaigns: Sudden Storm, Computer War In Europe 2
SPWW2 & SPMBT scenario creator
Tester for WDS games
RE: TOAW XML Editor
It will be a while. Lots of issues to resolve, especially how to deal with events. Complicated stuff..
RE: TOAW XML Editor
OK, here is what I have so far for events. The issue with events is that when you are editing a saved game, it would be nice to eliminate those events which have already occurred, and adjust the remaining events to take into account the revised turn number, etc. I plan some kind of automated system to do this, but at the end of the day players will need to confirm which events need to be eliminated/revised. I haven't quite figured out the automation part yet, but once I have, the system will check all of the events to be eliminated, allow players to make any necessary changes, and then eliminate them and renumber turns for remaining events. So this screen is intended to provide enough info for players to determine what the event is about, etc.
One of the major advantages of being able to edit saved game files is that players won't have to create monster 500 turn scenarios with 2,000 events...instead such a "game" could be broken down into five successive 100 turn scenarios with only 400 events each (or ten 50 turn scenarios with 200, etc.)--simplifying event creation and allowing much more flexibility in general.
Anyhoo, comments welcome.

One of the major advantages of being able to edit saved game files is that players won't have to create monster 500 turn scenarios with 2,000 events...instead such a "game" could be broken down into five successive 100 turn scenarios with only 400 events each (or ten 50 turn scenarios with 200, etc.)--simplifying event creation and allowing much more flexibility in general.
Anyhoo, comments welcome.

- Attachments
-
- Events.jpg (162.81 KiB) Viewed 718 times
RE: TOAW XML Editor
Tom,
Is this all part of the TOAW XML Editor? I recall their being a equipment editor as well.
Also, is this up in your GitHub page?
Brain freeze.
Is this all part of the TOAW XML Editor? I recall their being a equipment editor as well.
Also, is this up in your GitHub page?
Brain freeze.

Beta Tester for: War in the East 1 & 2, WarPlan & WarPlan Pacific, Valor & Victory, Flashpoint Campaigns: Sudden Storm, Computer War In Europe 2
SPWW2 & SPMBT scenario creator
Tester for WDS games
RE: TOAW XML Editor
This will be part of the TOAWxml "package" with several distinct parts--the TOAWxml editor (the original program), the Equipment Viewer (which allows basic editing), this Save Game Editor, and a few more parts that I haven't started working on yet that will link TOAW scenarios to a tactical layer. All the parts will be launched from the menu I posted several posts up.
While these will all be part of the same "package", I haven't quite figured out yet how much they'll be integrated. For instance, right now you've got to "convert" a save gave in the Save Game Editor and then do any further editing (adding new units, events, etc.) in the basic TOAWxml editor, but this will probably change as I go along, so that you can do things like add new units, etc. in the Saved Game Editor. But integrating them might be complicated, and the interface might become horrendously complex... But we'll see.
This is certainly on github, but I'm not sure if I have open-sourced it yet; I have several projects on github and don't remember if this is in one of those or in a different one... When you start this one, you should see the launch menu rather than the standard TOAWxml editor, so if that is what you're seeing your project doesn't include this. If you're interested I can make sure that this one open source if it is not already, although it might take me a couple/several days to get around to it, because I find github kinda confusing.
While these will all be part of the same "package", I haven't quite figured out yet how much they'll be integrated. For instance, right now you've got to "convert" a save gave in the Save Game Editor and then do any further editing (adding new units, events, etc.) in the basic TOAWxml editor, but this will probably change as I go along, so that you can do things like add new units, etc. in the Saved Game Editor. But integrating them might be complicated, and the interface might become horrendously complex... But we'll see.
This is certainly on github, but I'm not sure if I have open-sourced it yet; I have several projects on github and don't remember if this is in one of those or in a different one... When you start this one, you should see the launch menu rather than the standard TOAWxml editor, so if that is what you're seeing your project doesn't include this. If you're interested I can make sure that this one open source if it is not already, although it might take me a couple/several days to get around to it, because I find github kinda confusing.
RE: TOAW XML Editor
So far this is going pretty well; load in a log file, and the program will automatically figure out which events have already been activated (well, at least most of them). Then it checks those events and colors them red...after player review (just to make sure that some should not be checked or unchecked), I'll have the program create a new set of events, without the ones that have already been activated, and adjusting the turns for the others.
This is working well with my test scenario, but if someone wants to help by providing another save game file and log file, it would be very helpful for testing! There are so many variations of events it is difficult for me to test all the combinations myself.

This is working well with my test scenario, but if someone wants to help by providing another save game file and log file, it would be very helpful for testing! There are so many variations of events it is difficult for me to test all the combinations myself.

- Attachments
-
- SelectEvents.jpg (176.92 KiB) Viewed 718 times
RE: TOAW XML Editor
Tom,
I'll be emailing you soon.
I'll be emailing you soon.

Beta Tester for: War in the East 1 & 2, WarPlan & WarPlan Pacific, Valor & Victory, Flashpoint Campaigns: Sudden Storm, Computer War In Europe 2
SPWW2 & SPMBT scenario creator
Tester for WDS games
- rhinobones
- Posts: 2158
- Joined: Sun Feb 17, 2002 10:00 am
Icon Type Text File
76mm
The names for Icon Types correspond to designated positions on the Icon Unit Matrix. Sometimes when an Icon graphic is changed the name no longer describes the intended unit type. Is your XML File Editor able to access/change the text or is there another application needed?
The attached screen shot shows the in-game OOB text field I would like to access.
Regards, RhinoBones

The names for Icon Types correspond to designated positions on the Icon Unit Matrix. Sometimes when an Icon graphic is changed the name no longer describes the intended unit type. Is your XML File Editor able to access/change the text or is there another application needed?
The attached screen shot shows the in-game OOB text field I would like to access.
Regards, RhinoBones

- Attachments
-
- Capture.jpg (103.58 KiB) Viewed 718 times
Colin Wright:
Pre Combat Air Strikes # 64 . . . I need have no concern about keeping it civil
Post by broccolini » Sun Nov 06, 2022
. . . no-one needs apologize for douchebags acting like douchebags
Pre Combat Air Strikes # 64 . . . I need have no concern about keeping it civil
Post by broccolini » Sun Nov 06, 2022
. . . no-one needs apologize for douchebags acting like douchebags
- larryfulkerson
- Posts: 42574
- Joined: Sat Apr 16, 2005 9:06 pm
- Location: Tucson, AZ,usa,sol, milkyway
- Contact:
RE: Icon Type Text File
Sorry my friend. That one is over my head. I have no idea how to fix that problem. I'm not sure there is a way to do that. But there does need to be.
I read somewhere that humans eat more bananas than monkeys and I believe it's true because I don't remember the last time I ate a monkey.
RE: Icon Type Text File
I'm afraid that I don't really understand what you're trying to do...my understanding is that changing the icon graphic does nothing...except change the icon graphic. It won't change the unit capabilities/attributes or how it is labelled. You can set the unit icons in my editor with this drop down menu:ORIGINAL: rhinobones
The names for Icon Types correspond to designated positions on the Icon Unit Matrix. Sometimes when an Icon graphic is changed the name no longer describes the intended unit type. Is your XML File Editor able to access/change the text or is there another application needed?

- Attachments
-
- icon1.jpg (105.02 KiB) Viewed 719 times
RE: Icon Type Text File
So here are the choices you have--AFAIK basically all them that are in the game:


- Attachments
-
- icon2.jpg (141.73 KiB) Viewed 719 times
RE: Icon Type Text File
But everything in my editor is tied to codes in the exported XML--ie, an infantry unit might have a code of "5"--in which case any icon which takes its place would have the same code and so would be treated the same by the game. Does this answer your question?
RE: Icon Type Text File
RinoBones, you have to change those vale’s in the games xml file. AWK so can’t get the specific file you need to edit. Will do tomorrow.

Beta Tester for: War in the East 1 & 2, WarPlan & WarPlan Pacific, Valor & Victory, Flashpoint Campaigns: Sudden Storm, Computer War In Europe 2
SPWW2 & SPMBT scenario creator
Tester for WDS games
- rhinobones
- Posts: 2158
- Joined: Sun Feb 17, 2002 10:00 am
RE: Icon Type Text File
ORIGINAL: 76mm
But everything in my editor is tied to codes in the exported XML--ie, an infantry unit might have a code of "5"--in which case any icon which takes its place would have the same code and so would be treated the same by the game. Does this answer your question?
Appreciate the reply but I was probably not very clear in explaining what I was trying to do. However, think I found the source of the OOB Unit Type names in the EnglishGameText.xml. I’ve made some changes to the file and matched the new text to the revised icon graphic.
The problem now is that I can’t get TOAW to display the new unit types in the in-game OOB screen. If you or anyone else can help I would be appreciative.
Regards
PS - Zovs, thanks for the reply. I’ve placed the modified EnglishGameText.xml in both the Graphics Override folder and in the TOAW main folder (replacing the stock EnglishGameText.xml). No luck with either placement, the game engine keeps on reverting to the original EnglishGameText.xml text. I’m at a loss figuring out how to get the game engine to read the modified file. Help!!

- Attachments
-
- UnitTypes.jpg (58.79 KiB) Viewed 719 times
Colin Wright:
Pre Combat Air Strikes # 64 . . . I need have no concern about keeping it civil
Post by broccolini » Sun Nov 06, 2022
. . . no-one needs apologize for douchebags acting like douchebags
Pre Combat Air Strikes # 64 . . . I need have no concern about keeping it civil
Post by broccolini » Sun Nov 06, 2022
. . . no-one needs apologize for douchebags acting like douchebags
- larryfulkerson
- Posts: 42574
- Joined: Sat Apr 16, 2005 9:06 pm
- Location: Tucson, AZ,usa,sol, milkyway
- Contact:
RE: Icon Type Text File
Have you tried to replace the original one with your modified one? Rename your original so you won't lose it, shut off TOAW, replace the .TXT file, and restart TOAW.
I read somewhere that humans eat more bananas than monkeys and I believe it's true because I don't remember the last time I ate a monkey.