Can someone please explain how I use the save game editor and that? so confused xD
I can try.
This file:
game_folder/art/debug_defines.txt
has a line
\\VERBOSESAVEFILES
Change it to
VERBOSESAVEFILES
That enables the save game editor. Anytime from then on the game is saved, the save data will be saved in a(n) (allegedly) human readable format.
Every save file is (worldname).dat This causes a second file (worldname).verbose to be generated alongside it.
The .verbose file can be opened in a plain txt editor. Some text editors don't recognize the line endings, so it will be a long jumbled mess, but ideally, it will be something like this:
#Senate
-2
-2
-2
...
1
2
...
#House
-2
...
Numbers between -2 and +2 usually represent the in-game alignment system, (-2 C+, -1 C, 0 m, 1 L, 2 L+) allowing elected officials to have their alignment changed freely.
There's also a line for money, and another line for every character in the save file (mostly LCS members), with their stats, skills, and criminal records represented by similar single numbers, free to be replaced with any number one wants. Or rename them.
When the savefile is next loaded, crimesquad.exe will check for a corresponding .verbose file, and if it finds one it will load any data it finds in it. VERBOSESAVEFILES only corresponds to the save function. A .verbose file will be loaded and used if it is found, even if crimesquad.exe did not generate it.
The human readable part, every line starting with a '#' is for the user's benefit only. That stuff up there, with #House etc., to the game, it's really this:
-2-2-2-2-1-1-1-1000000011111112222222-2-2-2-2-1-1-1-10000000112222
etc.
crimesquad.exe counts them in exact order. It's not equipped for anything to be added or removed. The data can only be modified. There are undocumented 'break-points' that allow submission of an incomplete .verbose file, but I'll only explain the first one.
If the .verbose file contains nothing except a single number, that number becomes the LCS funds.
So, create a new text file with a single number like 200000, save it as yourworldname.verbose, put it in the save directory, and next time you load yourworldname that's how much money you'll have.
When you save the game, if VERBOSESAVEFILES is removed (or turned back into //VERBOSESAVEFILES) any corresponding .verbose file is automatically deleted.
Hope that helps.
Could the auto-targeting system also be improved in the future if it hasn't been improved already? Liberals should focus on attacking the healthier targets first, rather than ganging up on a crippled tank that's emitting smoke and letting a Soldier with a M16 gun them down. Or ganging up on a wounded cop while letting the perfectly healthy Deathsquad Officer with a M16 gun them down.
005) on the list.
I'm also finally starting to get back into LCS. The "reload empty" button is very nice, thank you!
Glad to hear it.