8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (fixing an image position and a link) |
||
Line 1,161: | Line 1,161: | ||
' '''[28] decrypting merged integer flags''' | ' '''[28] decrypting merged integer flags''' | ||
' for example the [[ | ' for example the [[XML:BINA/OBJC/TRGV|BINACJBOTrigger Volume.xml]] file has flags as strings for the <Flags> tag | ||
' and integer values for the <Teams> tag whereby the values are merged to one value | ' and integer values for the <Teams> tag whereby the values are merged to one value | ||
' so if <Teams> tag holds "101" we have to think what flags it holds, the flags can be broken down with following code | ' so if <Teams> tag holds "101" we have to think what flags it holds, the flags can be broken down with following code | ||
Line 1,444: | Line 1,444: | ||
=====TRBS-fitting TRMA creation===== | =====TRBS-fitting TRMA creation===== | ||
{| width="100%" | |||
* | |valign="top"| | ||
* | With the following code ... | ||
* | * the objects get listed one after another (TRMA-ready) | ||
* the textures get listed for TRMA and TXMP creation | |||
* the texture sizes get checked to see if "-large" argument is necessary | |||
One more idea is to add support for reflective textures. | |||
|style="float:right"| | |||
hexhound hierarchy | |||
[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/hexhound_hierarchy_zpsf32e971c.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/hexhound_hierarchy_tn_zpsd82230ce.png] | [http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/hexhound_hierarchy_zpsf32e971c.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/hexhound_hierarchy_tn_zpsd82230ce.png] | ||
Line 1,472: | Line 1,475: | ||
next | next | ||
logmessage "counted body parts: " & bodyparts.count | logmessage "counted body parts: " & bodyparts.count | ||
else | |||
logmessage "no object was selected" | |||
end if | end if | ||
{{divhide|logmessage examples}} | |||
' INFO : object name: A | ' INFO : object name: A | ||
Line 1,570: | Line 1,577: | ||
' INFO : ---------------------------------------------------------- | ' INFO : ---------------------------------------------------------- | ||
' INFO : counted body parts: 19 | ' INFO : counted body parts: 19 | ||
{{divhide|end}} | |||
edits