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
to
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.
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]81 [CONDITION]
82 Firm Build Count=Discount Megastore, 1
83
84 [ACTION]
85 Set firm description=Discount megastore[/code]
When i change the [code]Set firm description=Discount megastore[/code] to [code]Set firm description=Discount Megastore 001 (Dallas) /*The game play in Dallas*/[/code] 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]
[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
[/code]
when i change the
[code]Unit Exists=5, Sales[/code]
to
[code]Unit Exists=5[/code]
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.