• Welcome to Freedom Reborn Archive.
 

is it posibole to change the prestige amount ...

Started by jocke32, October 28, 2007, 11:14:20 AM

Previous topic - Next topic

jocke32

is it posibole to  change the prestige amount in pat city ?
like from 8000 that it is now to like 100000?

stumpy

I can think of at least two simple ways. At the first base (after it tells you you have 8000 to spend), you can open the game console and enter Campaign_AddPrestige(somenumber), where somenumber is the amount over 8000 you want.

If you want this to happen automatically when you start the campaign, you can change the python files that determine this before you start the campaign. I think if you open ..\Freedom Force vs The 3rd Reich\patcity\Missions\1_start\mission.py and search for Campaign_AddPrestige and change the number there from 8000 to what you want. Then do the same for ..\Freedom Force vs The 3rd Reich\patcity\Missions\1_start\base.py.

Of course, I assume this is so that you can design your own freeroam campaign, with new baddies and encounters. Changing it to 100,000 for a campaign designed for 8000 is going to utterly remove any challenge in playing...

Hope that helps.

jocke32