Page 1 of 1

Correction for TXTS_SK4

Posted: Sun May 23, 2021 3:48 am
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.

Re: Correction for TXTS_SK4

Posted: Sun May 23, 2021 4:10 am
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.

Re: Correction for TXTS_SK4

Posted: Fri Apr 22, 2022 1:26 am
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.