|
Post by Minuits on Nov 3, 2014 9:47:26 GMT -6
Still have one graphical bug, present in the original 302 too, it's one stat when you reicrut one unit, in every buildings: Attachments:
|
|
orzie
Official
Posts: 365
|
Post by orzie on Nov 3, 2014 11:42:55 GMT -6
Pretty sure it's a minor scripting bug. I may take a look in the following week.
|
|
|
Post by Boaster on Nov 3, 2014 12:39:06 GMT -6
Pretty sure it's a minor scripting bug. I may take a look in the following week. Looks like the building text is using the small numbers, when originally they were using the larger numbers.
|
|
|
Post by Minuits on Nov 18, 2014 16:18:52 GMT -6
The error is inside the file gs/dlg/infopan.gs and inside this file you can see: ;A6000010 ;****************************************************** ;THIS FILE IS A COPY OF ManTerA's GS5 gs/dlg/infopan.gs ;****************************************************** Ok... but i dont have the skill for find the correct value, "Boaster", can you help me? This is a copy of the file in attachment. Attachments:INFOPAN.gs (146.08 KB)
|
|
|
Post by Boaster on Nov 23, 2014 17:27:22 GMT -6
Near the top portion of the file, you'll need to change a certain health (or hit point) reference from the smaller font size to the larger one.
|
|
|
Post by Minuits on Dec 1, 2014 1:01:30 GMT -6
This is the correction have made to the INFOPAN.GS taken from the GS5: ====================================================================== /hedit0_hitpts EDITBOX_SCROLL 36 24 htext0_hitpts 0 yellow_numbers JUST_RIGHT editbox def /hedit0_hitpts EDITBOX_SCROLL 18 20 htext0_hitpts 0 bigyellow_numbers JUST_RIGHT editbox defAttachments:
|
|