8,018
edits
Paradox-01 (talk | contribs) m (seems fixed now) |
Paradox-01 (talk | contribs) m (let's simplify this ...) |
||
Line 90: | Line 90: | ||
[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/OFGAV_tctf_cruiser.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/OFGAV_tctf_cruiser_tn.png] | [http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/OFGAV_tctf_cruiser.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/XML_modding/OFGAV_tctf_cruiser_tn.png] | ||
Extracted "V_tctf_cruiser.oni" (OFGA) from shared folder (furniture), seen in Mod Tool, wireframe mode. | |||
|} | |} | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
Line 140: | Line 138: | ||
|width=200px| | |width=200px| | ||
[http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/streetlights_zps47653ed9.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/streetlights_tn_zps4d4f227f.png] | [http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/streetlights_zps47653ed9.png http://i305.photobucket.com/albums/nn207/unknownfuture/Oni_Galore_Images/3D_modding/streetlights_tn_zps4d4f227f.png] | ||
The streetlights are originally part of the level geometry. For import tests they have been transformed into a M3GM and OFGA file. | |||
|} | |} | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
Line 175: | Line 175: | ||
==export== | ==export== | ||
To extract the OFGA file. | |||
OniSplit -extract:xml out in/OFGA*.oni | |||
To extract M3GM parts only. | |||
OniSplit -extract:obj out in/OFGA*.oni | OniSplit -extract:obj out in/OFGA*.oni | ||
edits