Bugs in tutorial

General Discussions about new beta versions of Capitalism Lab
tchuan
Posts: 1
Joined: Tue Jul 16, 2013 4:52 am

Bugs in tutorial

Post by tchuan »

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.
User avatar
David
Community and Marketing Manager at Enlight
Posts: 10430
Joined: Sat Jul 03, 2010 1:42 pm
Has thanked: 78 times
Been thanked: 226 times

Re: Bugs in tutorial

Post by David »

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