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
go to {C:\Program Files (x86)\Steam\steamapps\common\The Guild 2 Renaissance\DB
open the file with notepad or note++
or D/E/F if you have steam on a seperate hard drive
6150 365 "Wachhundtraining" 1 0 8 0.15 6149 0 500 0 |
6155 365 "InventorySpace" 1 1 3 20 0 0 150 0 |
6156 365 "InventorySpace" 1 0 3 20 0 0 150 0 |
6160 365 "InventorySpace" 1 0 3 20 6156 0 300 0 | LOOK for this line and change the 20 to 900 and the 6156 to 6155
6164 365 "InventorySpace" 1 0 3 20 6160 0 500 0 |
Boom now you can store 980 of anything stackable in your warehouses.
Here's my BuildingUpgrades.dbt : https://drive.google.com/file/d/0Bx6MA6DRpNKVZDhPQW10V0t6U2s/view?usp=sharing.
I only changed the slots, storages and workers limit for craftsman.
Have you already figure it out how to increase worker? If not, let me know.
Example code for Mine in Buildings.dbt file:
290 12 "Mine" 2 1
Original Code in BuildingUpgrades.dbt file for Mine:
6563 290 "Worker" 1 0 1 1 6562 0 1000 0 |
My code to add worker in Mine in BuildingUpgrades.dbt file:
8005 290 "Worker" 1 0 1 1 6562 0 1000 0 |
So basically 290 is the ID for Mine. Then, you'll have to copy and paste the original code for worker but need to change the number 6563 to any new number that isn't being used by another lines of code.