Correction for TXTS_SK4

Moderator: Raze Developers

User avatar
NightFright
Spotlight Team
Posts: 1374
Joined: Fri May 02, 2008 12:29 pm
Location: Germany

Correction for TXTS_SK4

Post by NightFright »

Language lump entry TXTS_SK4 for SW should be corrected from "No Pain, No Gain" to "No Pain No Gain" (without comma).
While it seems trivial, when using highres font replacements, the comma cannot be changed since it is not part of the standard character set and uses Raze-specific files.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49143
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Correction for TXTS_SK4

Post by Graf Zahl »

Heh:

Code: Select all

char SkillNames[4][MAX_SKILL_NAME_LEN+2] =
{
    "^Tiny Grasshopper", // "^Tiny grasshopper"
    "^I Have No Fear",
    "^Who Wants Wang",
    "^No Pain, No Gain"
};
 
Rather sloppy IMO...
I'm going to wait with this until I have the international fonts ready. It may make more sense to provide a proper way of replacing the comma then.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49143
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Correction for TXTS_SK4

Post by Graf Zahl »

I'm going to close this, becauaw with localization support just replacing the original, limited part of the font is not going to suffice anyway.

Return to “Closed Feature Suggestions [Raze]”