Bugs in tutorial

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Bugs in tutorial

Re: Bugs in tutorial

by David » Fri Aug 07, 2015 2:21 pm

The bugs have been fixed in the latest v2.7.10B patch.

Bugs in tutorial

by tchuan » Fri Aug 07, 2015 6:38 am

There is some bugs in tutorial 2, 6.

Bug 1: In tutorial 2, when first build the "Discount Megastore", there is an error window:"Error on File: ilib\Geta.cpp Line: 283." And then, click the "OK" button, the game will exit.
Check the "tut02.txt":

Code: Select all

81 [CONDITION]
82 Firm Build Count=Discount Megastore, 1 
83
84 [ACTION]
85 Set firm description=Discount megastore
When i change the

Code: Select all

Set firm description=Discount megastore
to

Code: Select all

Set firm description=Discount Megastore 001 (Dallas) /*The game play in Dallas*/
the game will fine.

Bug 2: Aslo in tutorial 2, i fix the "Discount megastore" bug, next when Add the Sales Unit, the tutorial will paused, cannot continue. check the "tut02.txt":

Code: Select all

[TEXT]
215 Select ~Sales Unit~ from the list. 
216 
217 [POS]
218 Text Box=60,280,250,0
219
220 [CONDITION]
221 Unit Exists=5, Sales
when i change the

Code: Select all

Unit Exists=5, Sales
to

Code: Select all

Unit Exists=5
the tutorial will continue, but it will jump this step, and go to the next step. I guess this may the game text error, the "Sales Unit" in game is not this word.
This bug in every tutorial except tutorial 1. Because in tutorial 1 there is no "Sales Unit".

Bug 3: In tutorial 6, same like Bug 1, the different is the firm is not a "Discount Megastore", it's a farm.

Top