no credits formatting on the Press Space Commander screen
Moderators: winston, another_commander, Getafix
- Commander McLane
- ---- 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
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.
- Commander McLane
- ---- 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
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).- JensAyton
- 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
Correct. The string is now:
Code: Select all
"gameoverscreen-score-@" = "Score: %@, [credits_number] ₢";
E-mail: [email protected]
- Commander McLane
- ---- 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: