Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I've seen the cheats where you edit this to add large amounts of money to you character, but my understanding was that this would only take effect if you were starting a new character.
http://uk.ign.com/cheats/games/the-guild-2-pc-741996
In the end I used iCheat to make the wealth change as it has a function that updates an existing treasury by adding money using an in game function (e.g. training). It also allows other things like appearance to be changed. But unfortunately it still doesn't allow you to change your family name.
Having said that the [GAME] section of the config.ini file obviously does get read every time the game is loaded because some mods use this section to record triggers that determines whether their mod is invoked or not and what parameters to use when it us. So, if you knew a code that would add money or change a name it might work if it was recorded here. I've just not seen any examples of it being used.
If it did work of course one would have to remove it once it had modified the game, otherwise it would get run everytime you reloaded.
In the userconfig file there is a couple of lines:
[UserConfig]
CharFirstName = "R\00i\00c\00h\00a\00r\00d\00"
CharLastName = "W\00h\00i\00t\00t\00i\00n\00g\00t\00o\00n\00"
Now if you ignore all the \00's, you can see that this spells out the name of my current character.
So, in theory if I edit this it should change the characters name in the game. Worth a try anyway.
++++
Ok! Well tried it and it didn't work.
Apparently the Userconfig only gets referenced when you start a new game. So, its a sort of memory aid that remembers what the character in your last game was called and looked like and gives you exactly the same character for your new game.
It doesn't change the name of your character in the current game. However, it does confirm where your character names are stored. So, now I know I'm looking for a way to edit CharFirstName and CharLastName.
And a lot of things/mods/script changes will work on an existing save game. You need to start a new one.
The only changes that can affect an existing (saved) game seems to be:
1) setting value config.ini
2) EXISTING scripts must have been written to actually read and use those values.
If condition 2 is not met, nothing you can do. If it is met. then quitting the game, changing the config.ini and restarting it (in save game or otherwise) SHOULD reflect he change.
Changing name in game CAN be done with a mod/script. Unfortunately, adding a mod script requires starting a new game, except that if I start a new game, I could rename my character already... see the irony? lol
How would you do it. I was assuming it would need a mod, like iCheat to make it happen?
The iCheat Mod seems to be able to introduce itself into an existing game and modify character information at will.
http://forum.nordicgames.at/showthread.php?213399-REL-I-Cheat-Mode-Install-Thread
I've already used it on my current game to add money to an existing dynasties bank balance and to change the appearance of the character (basically he shaved his moustache off).
I wonder if thats because it uses the mod manager system.
But whatever the reason I'm thinking that I might be able to add a script to that mod that changes the characters name. Most of the code is already demonstrated by the other scripts it already contains, so it would mostly be a case of replicating and modifying routines.
It would actually be a logical addition to the mod, as it pretty much allows everything else about your character to be changed except their name.