Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
虽然这个并不影响游玩就是了
it is quite inconvenient to do that.
The roya's path listed likes : /Textures/Things/xxx.jpg and so on. (So a new patch is required, for the reason that my patch is defined as : /Textures/Things/AlienRace/xxx.jpg)
And, the most important problem is that Kurin is developed under GAR framework so the above setting would not work actually.
I have noticed this problem, but I have no time to solve it in the past six months. sorry.
restrict clothing has different realization under different frameworks.
you can add gender restrict in setting.xml to prevent the problem.
e.g. Add a postfix in setting likes <li>male</li> to redirect the path to the male. (Then pink box disappear).
or : add male restrict, which correcorresponds to node <raceRestriction></raceRestriction>. (Then male can not wear moyo's clothing.
In fact, androids is a human race, so it is possible to realize that with a right setting
visit this website [github.com].
add packageId what you want it to scan on the left (Third button from up to down , you can ignore other input if you dont know how to use ) .
download config.xml on the right
override the file on my mod's folder, at ./config/config.xml
WEW ,THANK YOU :D
i will design to realize this function when i have spare time . It is a good idea that will be add
sorry man, i have no idea about that . i think my mod is just a plugin and it should not be conflict with any other mod .
These are for vanilla humans though, maybe that's why?
I'm trying to get belt-gear from a few mods like "[Ods] Great War German Uniforms" and "[TWG] WWII Soviet Faction" to show up properly in 1.2. Simply going from 1.1 to 1.2 made them stop working, but all non-belt stuff work fine. It's kinda odd.
you can find my config file at my mod's folders , where your mod place on . if your subscribe my mod directly ,the path maybe : steam\steamapps\workshop\content\294100\2223312012 then find out the file in config -> config.xml
Open "config.xml" as text (you can use xml formatter online [www.freeformatter.com] to help your view the code )
Then , add a config started as <package></package> , your can just copy one package node in setting and modify the packageId as what your want to scan .
It may like : add text below to <packages> node.
<package>
<packageId>
THE MOD'S ID YOU WANT TO ADD
</packageId>
<excludeFolders>
</excludeFolders>
</package>
if you modify your config in this mod's setting file:/config/config.xml ,it may happened .
But it can work well although texture repeatted error exists.
This mod only redirect the path of texture ,so it won't destroy your save or something else . You can remove my mod from exist save and check what's the real problems . I think it should not my mod problems :D.
add
<packageId> Belt-slot->packageId (modify here ) </packageId>
to this mod's folder/config/config.xml and ensure that your have def all the bodytype your game have
sory ,i means GAR -> garam alien race . ->mod depend on Garam, Race Addon and Garam apparel.
source included in folder download by steam also.
See screenshot: https://i.vgy.me/f5VloN.png
Chinese online services are always difficult... I tried registering an account, but that didn't help.
i have upload it at gitee
i will upload it late.