Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Pony

Pages: [1]
1
Help / [solved] languages special characters [use UTF8 without BOM]
« on: October 01, 2018, 07:48:15 am »
Hello,

When I use extraString to input ufopedia new strings in different languages, I encounter a problem with special characters from certain languages. Like the é â è in french. They display correctly when it's from the vanilla fr.yml file. But when I imput them in a custom .rul using extraString,  they display in game as ? ? ? If I write a custom .yml myself in my mod, it doesn't work either.

Obviously, the font image files and the font.dat do include them, it just doesn't use them when I write them in any of my mod files, but does when it's in the regular language .yml file.

My code:
Languages.rul

extraStrings:
   - type: fr
     strings:
        STR_WHATEVER_UFOPEDIA: "my text here"

I did exactly like it is written in the equal term mod https://github.com/KingMob4313/Equal-Terms-Mods/blob/master/v1.0/data/Ruleset/EqualTerms_Weapons_v103.rul
If you have encountered that issue before, thank you for your help !

2
Help / [SOLVED] female power suit
« on: September 27, 2018, 07:40:25 am »
Hello, I'm trying to make a male and female version of power and flying suit in UFO. How do I write the armor.rul and extrasprites.rul to use one image for male and another one for female in the inventory (like the armors in tftd that have different inventory image for male and female).

How does the game make the difference between the armor 0 & 1 which have different images for gender and ethnic groups, to other armors that have only one inventory image. In armor.rul they just write man_0 and hop, it's possible to imput different images.

Thank you for any help you could provide, I really tried to find the information before asking.

Pages: [1]