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
We need more custom stories like this ^_^
That's a question for the game devs to answer I think. Try sending Klabater a message or on their steam forums. Good luck with it.
It is one of the main features of the game to open up the trade routes one at a time in the gameplay. So I left it alone. You can use the scenario editor to change the map and change routes. That is explained fully in the game dev's youtube tutorial by Klabater. Here is a link so that you can check it out: https://www.youtube.com/watch?v=bKSd8J0CKvc
How can i change it editing scenario? I want all of trade routes so much!
I will explain what I did.
In the scenario editor I replaced the Innkeeper character in the Custom Workers tab with a character from the game in the Custom Residents tab.
I have a list of the Character Names and Unique ID's I generated in the editor with the Default tab.
The list is added below in the comments.
Then in the Custom Workers tab:
Replace the pic by copying the character's name. If you have done it correctly, the pic will appear.
Replace the unique id by copying in the second line of code.
Name the character.
If the character is in the Custom Residents tab list you need to delete it from there.
Then in the Script tab you need to spawn in the character.
eg. New Script
Hire("winton")
SetWorker("winton")
Lock()
I hope that helps.
Good luck