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
To fix:
Try searching the .script file for
obj_transport = g_Objectives.FindObjectiveByName("obj_transport"); and either comment out the whole line by adding two forward slashes -> // in front of 'obj_transport' like this:
// obj_transport = g_Objectives.FindObjectiveByName("obj_transport");
OR
Add in the missing lines to complete the objective being called or remove the whole line altogether.
Also the link you posted doesn't work.. tried it twice.
https://photos.google.com/share/AF1QipPe4M-N6S-M9Y4xUpwN5qmzB7d_tZ_DZj4FskIpV0lnqO0cs9etO3WHbPryjJ_HUg/photo/AF1QipMPuZXe18mogXFyJ5l7ai7JQ9n8A2bfHSDgUslD?key=TFlkeEJnX3BUbkdNLUFQMEdKNGlaWkxqVVhTeGNn
THE SCript I'm using is from TKOM scenario 6 ( _06_Mining_Site.script ) which can be found in your <installdir>\Scenarios
- I've made very few changes to the script because my coding is weak ( this is my classroom )
- I wil find a way to compare my script to the original with attention to line 59 and the obj_transport item
- I'm using Editplus and Visual Studio Code Version: 1.30.2
- Thank you Mr. Monochrome
Step 9:
https://steamhost.cn/steamcommunity_com/app/244030/discussions/0/154642901283546556/
As you said comparing to the default one helps as well to find what might be missing.
Hope you subscribe. Thanks again for your help.