Overview
This guide will contain Cheats that enable you to be RICH Beyond your wildest dreams and have a title to match at the Start of the game. If that doesn’t appeal to you then look elsewhere. .. Well at the very least look at the last section, there’s some ini edits (NOT cheats) you can use to make the game a little bit less annoying. And fix a few issues.I will add other codes when i discover them[NOTE] These codes only seem to work on NEW GAMES!! if you enter these codes on an existing game save, it’s been reported that it doesn’t work like that. START A NEW GAME after entering these codes.
A Prince
When you are in your Library right-click on The Guild 2 Go to Properties then Local files. Click on browse local files you will see a bunch of files look for a file called..
Scripts then Measures and then ms_220_TrainCharacter.lua
Under these lines:
local MeasureID = GetCurrentMeasureID(“”)
local duration = mdata_GetDuration(MeasureID)
local TimeOut = mdata_GetTimeOut(MeasureID)
if not GetInsideBuilding(“”, “HomeBuilding”) then
return
end
add the following text:
— Your Mod – Start
chr_GainXP(“”,10000) — this will add 10.000 XP edit this to your liking (best set to 5000)
SetNobilityTitle(“”,14,true) — this will give you the highest title (14), edit this if you want a lower title
— Your Mod – End
And then all you have to do is train in your house and BAM Imperial Prince with 10k exp. HA HA 😀
DO NOT ADD THE DESCRIPTIONS JUST COPY PAISTE THE FOLLOWING CODE
— Your Mod – Start
chr_GainXP(“”,10000)
SetNobilityTitle(“”,14,true)
— Your Mod – End
And be sure to aline the above code with the line of code above this one.
Like this
local MeasureID = GetCurrentMeasureID(“”)
local duration = mdata_GetDuration(MeasureID)
local TimeOut = mdata_GetTimeOut(MeasureID)
if not GetInsideBuilding(“”, “HomeBuilding”) then
return
end
— Your Mod – Start
chr_GainXP(“”,10000)
SetNobilityTitle(“”,14,true)
— Your Mod – End
____________________________________________________________________
[Thanks to brilliant person named ‘Fajeth’ for this code and how and where to put it :D]
Save, then start up your game, when ingame go into your house and click train and you will immediately get the perks. and you will get 10000 exp. with each click of the train button. 3 or 4 clicks should be good enough to max out most of the skills you need.
And if you dont want to start at Imperial Prince change the ’14’ to one of these to start at a lesser title…
6 for Free Citizen
7 for Patrician
8 for Nobleman
9 for Baron
10 for Allodial Baron
11 for Count
12 for Marquis
13 for Prince
14 for Imperial Prince
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
NOTE:
Oh and know that if, lets say you wanted to start at nobleman and eventually you rised in rank to allodial baron, if you hit train again at this point your rank will be reset to nobleman >:/ so to prevent this STUpid thing from happening train until you have all the skills you’d want then save and quit, and go back to the file that has the above code and delete ‘SetNobilityTitle’. then there shouldn’t be any worry to continue training your next generation without effecting your family title.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[!ATTENTION!]
The AI can use this as well apparently, so after you set up your character how you’d like, be sure to save and quit and go back to the file you edited and delete the mod code and leave it like it was before you edited the file. that should solve the problem.
A prince’s Wealth
When you are in your Library right-click on The Guild 2 Go to Properties then Local files. Click on browse local files you will see a bunch of files scroll down until you see a file called Config in this file, scroll down until you see..
[INIT-PLAYER-0]
HasResidence = 1 <– this just means if you start with a house or not.
Money = 10000 <– Change this to whatever you want
Married = 0 <– wanna start with a wife? 1 yes 0 no
(In my expirence best to just keep this at 0 becasue its completely random at what age wife you get at the start. You are 19 years old and your wife will be 68+ – years old. if you restart you might get a 17+ year old wife. *if you’re lucky*)
FYI [INIT-PLAYER-0] is the settings for the easiest difficulty, If you’d like to edit the other difficulties look at the player Init’s 1 through 4 and its the same with the INIT AI’s 0 to 4.
Yeah i know :/ EVERYONE and there dog and there dogs chew bone knows of this code but i just added it hear for completion’s sake.
A Princes Troops and Loyal Servents
When you are in your Library right-click on The Guild 2 Go to Properties then Local files
Click on the DB file, in it look for a file called MeasureToObjects.dbt
In that file scroll all the way to the very bottom of said file and paste this line of code…
3058 2200 1 0 119 1 “” () “” 0 0 |
To quote the MAN himself Fajeth, the man who so graciously gave me this code for all to enjoy. “the first number (3058) has to be unique, if you use any mods you may have to change it”
Note: you may have to space out the numbers and commas and whathave you to sort of line up with the other codes. this may not really be necessary but better to do it now than find out it didn’t work and have to go back and do it later. nah meen?
Once that’s set, save and close the file and start up the game. With this code in place you can now train your goons and Employees in your house with the train option, that’s normally reserved for yourself and your family.
So now instead of a bunch of scrubs with little daggers protecting you, you can now have trained soldiers (with little daggers) by your side and protecting you buildings. 😀 And have competent employees with but a few clicks of a button.
Other Stuff
Oh and be sure to look over the Config file a bit there’s some options you can change that makes the game a bit less annoying. Look for..
// Set the length of the indoor transition camera drive. Set to 0.0 to disable
CamdriveRoomChange = 6.0
Do you hate it when you want to go to another room inside the same building and you have to wait for the camera to pan over to the door and then wait a second for it to kick in and then Finally getting into the room you wanted. OR you can set this to ‘0.0’ and disable that little feature PERMANENTLY.
// Show the splash screen at programm startup (0:no 1:on (default) )
SplashScreen = 1
Set this to 0 so you don’t have to hit space twice to skip the Logo’s and game video when you start the game. With this off you’ll go strait to the main menu.
This will also help with that Black intro screen problem i hear everyone is having a problem with.