no credits formatting on the Press Space Commander screen

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
Commander McLane
---- E L I T E ----
---- E L I T E ----
Posts: 9520
Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:

no credits formatting on the Press Space Commander screen

Post by Commander McLane »

Exactly what it says on the tin. The credits on the Press Space Commander screen aren't formatted with spaces like on the other screens.
User avatar
Commander McLane
---- E L I T E ----
---- E L I T E ----
Posts: 9520
Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:

Re: no credits formatting on the Press Space Commander scree

Post by Commander McLane »

I think this is actually another descriptions.plist-issue.

gameoverscreen-score-@-f is defined as "Score: %@, %.1f ₢", so it seems to be a problem of %.1f, which isn't used as a place holder for credits anywhere else (only for light years and hours on the charts and contracts screens).
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Re: no credits formatting on the Press Space Commander scree

Post by JensAyton »

Correct. The string is now:

Code: Select all

"gameoverscreen-score-@" = "Score: %@, [credits_number] ₢";
User avatar
Commander McLane
---- E L I T E ----
---- E L I T E ----
Posts: 9520
Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:

Re: no credits formatting on the Press Space Commander scree

Post by Commander McLane »

Change implemented. :D
Post Reply