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
The low quality of the newer locos is very disappointing. I hope the new BR185 will do better, but I doubt it.
But anyway some fixes for the other rolling stock would be nice. As you said the most of them is kind of useless.
After hours of trying to figure out how to change the PZB value (one of the DEFAULT SCENARIOS assigned a freight PZB to a passenger train making it near impossible to make the schedule) - I played around with some scripting of the scenario and such and finally came across how to fix it.
Note: This is only for those who know what you're doing. I recommend making a backup of EVERY file you edit first, just to be safe. Also, this assumes you are using Windows and has some Windows-Specific commands. A quick Google search should show you how to do the same on a Mac.
1) Go into the editor mode, and find the scenario you want to edit. Then click "edit" (you can clone it if it makes you feel better).
2) In the editor, click on the TimeTable icon to bring up the popup window (The top-left slideout panel, and the icon is on the bottom left - the one that looks like a pie chart)
3) Click on the blue "Scripts" icon in the window (The second-to-last icon on the top -- it looks like a blue square with a gray rectangle inside it)
4) Click "Open Folder"
5) In your explorer, right click on the file that says "ScenarioScript.lua" (if you don't see the .lua, look for the description that says "LUA FILE" -- NOT LUAC or MD5), click on Open With... (or if that's not available, just click on "open"), and select a file editor. I use Notepad++, but if you don't want to download that you can just use Notepad
6) Search (Ctrl+F) for "PZB". Find a line that looks like this:
8) Change all the 2's to:
1 -- For type O
2 -- For type M
3 -- For type U
0 -- For Off (no PZB)
9) Save the file. Most likely it will be read-only, so save it on to your desktop. Then take your desktop file and Cut & Paste it to the folder that TS opened for you. It might ask you for admin permissions, so say "yes".
10) Go back to TS, and click "Reload". Then, click on "Compile/Generate MD5"
There you go! You don't even have to save the scenario. It's a bit of work, but it's totally worth it if the PZB is annoying you.
You can download the tool I wrote here:
https://stratsofttech.blob.core.windows.net/public/TS PZB Editor 1.0.1.zip
Also I don't think this follows under the limitations of cracking or hacking, as we are simply modifying a line in a script to fix something that is broken with the game.