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
<Pivot pivot_x="43,7" pivot_y="-308" />
Should look like
<Pivot pivot_x="43.7" pivot_y="-308" />
<Direction>Front</Direction>
<Pivot pivot_x="43,7" pivot_y="-308" />
<Head head_x="-18,4" head_y="338,1" rotation="0" head_enable="False" />
</Move>
<Fire>
<Direction>Front</Direction>
<Pivot pivot_x="25,3" pivot_y="-328,7001" />
<Head head_x="11,5" head_y="356,5" rotation="0" head_enable="False" />
</Fire>
<Aim>
<Direction>Front</Direction>
<Pivot pivot_x="25,3" pivot_y="-326,4001" />
<Head head_x="11,5" head_y="342,7" rotation="0" head_enable="False" />
</Aim>
</ClothInfo>
</ModInfo>
<Direction>Front</Direction>
<Pivot pivot_x="25,3" pivot_y="-337,9001" />
<Head head_x="16,1" head_y="351,9" rotation="0" head_enable="False" />
</Slash>
<Penetrate>
<Direction>Front</Direction>
<Pivot pivot_x="32,2" pivot_y="-314,9" />
<Head head_x="6,900009" head_y="335,8" rotation="0" head_enable="False" />
</Penetrate>
<Hit>
<Direction>Front</Direction>
<Pivot pivot_x="32,2" pivot_y="-326,4" />
<Head head_x="20,69997" head_y="354,2" rotation="0" head_enable="False" />
</Hit>
<ClothInfo>
<Name>The Green Stem</Name>
<Default>
<Direction>Front</Direction>
<Pivot pivot_x="22" pivot_y="-400" />
<Head head_x="-22" head_y="398,65" rotation="0" head_enable="True" />
</Default>
<Guard>
<Direction>Front</Direction>
<Pivot pivot_x="27,6" pivot_y="-331" />
<Head head_x="6,9" head_y="356,5" rotation="0" head_enable="False" />
</Guard>
<Evade>
<Direction>Front</Direction>
<Pivot pivot_x="32,2" pivot_y="-326,4" />
<Head head_x="18,39999" head_y="361,1" rotation="0" head_enable="False" />
</Evade>
<Damaged>
<Direction>Front</Direction>
<Pivot pivot_x="-39,09999" pivot_y="-324,1" />
<Head head_x="-36,79998" head_y="347,3" rotation="0" head_enable="False" />
</Damaged>
i dont know if anything is wrong but also wanted to ask if you can just link a working ver of the code for the mode so i can copy and paste it into my mod info
I also edited the modfile on my end to check your problem, but it still worked fine. You can try to look in discussios, maybe someone has encountered this problem.
From what I read, you should edit the ModInfo.Xml like this:
Before
<Default>
<Direction>Front</Direction>
<Pivot pivot_x="22.95" pivot_y="-400" />
<Head head_x="-22.95" head_y="398.65" rotation="0" head_enable="True" />
After
<Default>
<Direction>Front</Direction>
<Pivot pivot_x="22" pivot_y="-400" />
<Head head_x="-22" head_y="398" rotation="0" head_enable="True" />