Topic: how to modify prestege  (Read 3866 times)

0 Members and 1 Guest are viewing this topic.

Darkness1

  • Guest
how to modify prestege
« on: January 28, 2003, 02:09:08 pm »
does anyone know how to do it?  

Sorok

  • Guest
Re: how to modify prestege
« Reply #1 on: January 28, 2003, 02:33:57 pm »
Yes, for single player go to your MetaAssets\ServerProfiles\SinglePlayer folder and find the Character.gf file. Open it up in notepad and change the starting prestige to whatever you want.(I'm not sure, but the MAXIMUM might be 999,999)


For multiplayer guide I humbly defer to NuclearWessels' guide to SFC3 campaign modification  at http://www3.telus.net/NuclearWessels/sfc/sfc3dynaguide.html#5.3

 
« Last Edit: January 28, 2003, 02:35:45 pm by Sorok »

Darkness1

  • Guest
Re: how to modify prestege
« Reply #2 on: January 28, 2003, 03:18:44 pm »
thanks

SLoweCSL

  • Guest
Re: how to modify prestege
« Reply #3 on: January 28, 2003, 03:44:25 pm »
Can you modify prestige after you have started a campaign in single player conquest?  

Draco

  • Guest
Re: how to modify prestege
« Reply #4 on: January 28, 2003, 04:45:20 pm »
You know, no matter how many times I try that it never changes a thing. I even tried deleting it entierly from the directory with EAW and the game still ran perfectly. I don't get it.  

Darkness1

  • Guest
Re: how to modify prestege
« Reply #5 on: January 28, 2003, 05:12:30 pm »
I dont think so it would stay the same until you started a new one.
 

NuclearWessels

  • Guest
Modifying SP campaigns in progress
« Reply #6 on: January 29, 2003, 10:25:56 am »
OK, <cracks knuckles>, if you're really game to do this, it involves manually editing the saved game database,
 heres the process that worked for EAW, I haven't tried it with SFC3 yet

===
EDIT: Just tried it for SFC3, and it works the exact same way, the only difference is the file you want to backup and edit is
Saves\YourCampaignName\Sfc3Spd.sds
===

(1)  Get a decent hex editor and make sure you know how to use it, there's a decent freeware one at:
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm

(2) Load the game as it currently stands and make a note of your prestige, exit the game

(3) Go to folder MetaAssets\db\saves\YourCampaignName and make a backup of file Sfc2Spd.sds
(anytime you're manually editing the db there's a decent chance you're going to mess up and make the campaign unplayable,
 so backups are important)

(4) Use the hex editor to open the file Sfc2Spd.sds

(5) Do a search on your ship name, e.g. my ship is the "Tikka Terror", so I searched for the string "tikka"

(6) Look a little ways past your ship name, and you'll see your in-game name

(7)  About 4  characters (8 hex digits) past the end of your in-game name, you'll see the hex numbers which represent your prestige.  These values are represented in hexadecimal, but the left two hex values have been swapped with the right two.

   For instance, my prestige used to be 14920, which in hexadecimal is 3A48, so what shows in the database is 483A

   You can edit these to any value you like, e.g. FFFF gives you a prestige of 65535

(8) Save the file and restart the game, loading your modified campaign

(9) If the game won't load then you've messed something up, so replace Sfc2Spd.sds with the backup you made and try again

dave

PS: If you really feel like modifying campaigns in progress, you can edit alliances in a similar manner.
Search for the word "politic" and start looking for hex values (with swapped chars again) that represent the current political relationships, then replace them with the new desired relationships.  After making backups of course
dw



   

   
« Last Edit: January 29, 2003, 10:36:35 am by NuclearWessels »

Darkness1

  • Guest
how to modify prestege
« Reply #7 on: January 28, 2003, 02:09:08 pm »
does anyone know how to do it?  

Sorok

  • Guest
Re: how to modify prestege
« Reply #8 on: January 28, 2003, 02:33:57 pm »
Yes, for single player go to your MetaAssets\ServerProfiles\SinglePlayer folder and find the Character.gf file. Open it up in notepad and change the starting prestige to whatever you want.(I'm not sure, but the MAXIMUM might be 999,999)


For multiplayer guide I humbly defer to NuclearWessels' guide to SFC3 campaign modification  at http://www3.telus.net/NuclearWessels/sfc/sfc3dynaguide.html#5.3

 
« Last Edit: January 28, 2003, 02:35:45 pm by Sorok »

Darkness1

  • Guest
Re: how to modify prestege
« Reply #9 on: January 28, 2003, 03:18:44 pm »
thanks

SLoweCSL

  • Guest
Re: how to modify prestege
« Reply #10 on: January 28, 2003, 03:44:25 pm »
Can you modify prestige after you have started a campaign in single player conquest?  

Draco

  • Guest
Re: how to modify prestege
« Reply #11 on: January 28, 2003, 04:45:20 pm »
You know, no matter how many times I try that it never changes a thing. I even tried deleting it entierly from the directory with EAW and the game still ran perfectly. I don't get it.  

Darkness1

  • Guest
Re: how to modify prestege
« Reply #12 on: January 28, 2003, 05:12:30 pm »
I dont think so it would stay the same until you started a new one.
 

NuclearWessels

  • Guest
Modifying SP campaigns in progress
« Reply #13 on: January 29, 2003, 10:25:56 am »
OK, <cracks knuckles>, if you're really game to do this, it involves manually editing the saved game database,
 heres the process that worked for EAW, I haven't tried it with SFC3 yet

===
EDIT: Just tried it for SFC3, and it works the exact same way, the only difference is the file you want to backup and edit is
Saves\YourCampaignName\Sfc3Spd.sds
===

(1)  Get a decent hex editor and make sure you know how to use it, there's a decent freeware one at:
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm

(2) Load the game as it currently stands and make a note of your prestige, exit the game

(3) Go to folder MetaAssets\db\saves\YourCampaignName and make a backup of file Sfc2Spd.sds
(anytime you're manually editing the db there's a decent chance you're going to mess up and make the campaign unplayable,
 so backups are important)

(4) Use the hex editor to open the file Sfc2Spd.sds

(5) Do a search on your ship name, e.g. my ship is the "Tikka Terror", so I searched for the string "tikka"

(6) Look a little ways past your ship name, and you'll see your in-game name

(7)  About 4  characters (8 hex digits) past the end of your in-game name, you'll see the hex numbers which represent your prestige.  These values are represented in hexadecimal, but the left two hex values have been swapped with the right two.

   For instance, my prestige used to be 14920, which in hexadecimal is 3A48, so what shows in the database is 483A

   You can edit these to any value you like, e.g. FFFF gives you a prestige of 65535

(8) Save the file and restart the game, loading your modified campaign

(9) If the game won't load then you've messed something up, so replace Sfc2Spd.sds with the backup you made and try again

dave

PS: If you really feel like modifying campaigns in progress, you can edit alliances in a similar manner.
Search for the word "politic" and start looking for hex values (with swapped chars again) that represent the current political relationships, then replace them with the new desired relationships.  After making backups of course
dw



   

   
« Last Edit: January 29, 2003, 10:36:35 am by NuclearWessels »