5,391
edits
No edit summary |
(tuppence) |
||
Line 1: | Line 1: | ||
=0.9.0= | |||
OK, let's give it a try: OniSplit 0.9.0 | OK, let's give it a try: OniSplit 0.9.0 | ||
Line 103: | Line 104: | ||
EdT | EdT | ||
=0.9.1= | |||
Fixed: OniSplit 0.9.1. | Fixed: OniSplit 0.9.1. | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
=0.9.2= | |||
And another update to fix a small bug in the Collada exporter: OniSplit 0.9.2 (not really needed because most tools seem to ignore that error). | And another update to fix a small bug in the Collada exporter: OniSplit 0.9.2 (not really needed because most tools seem to ignore that error). | ||
Line 166: | Line 167: | ||
EdT | EdT | ||
=0.9.3= | |||
You need to select the "Disabled Physics" option when exporting. I also made a fix to ignore the physics stuff: OniSplit 0.9.3. | You need to select the "Disabled Physics" option when exporting. I also made a fix to ignore the physics stuff: OniSplit 0.9.3. | ||
Line 209: | Line 210: | ||
EdT | EdT | ||
---- | ---- | ||
=0.9.6= | |||
Neo, FYI, OniSplit 0.9.5 has problems with the -import:sep command on the Mac. Here's the terminal output: | Neo, FYI, OniSplit 0.9.5 has problems with the -import:sep command on the Mac. Here's the terminal output: | ||
Line 293: | Line 295: | ||
:'''Rather, this outfit is more of my tribute to GITS, than anything else.''' Sure, but as far as tributes go, surely it doesn't have to look like Konoko dyed her hair and painted her jeans. You have to be more creative in your choice of body part meshes. I'll show you what I mean in a short while. | :'''Rather, this outfit is more of my tribute to GITS, than anything else.''' Sure, but as far as tributes go, surely it doesn't have to look like Konoko dyed her hair and painted her jeans. You have to be more creative in your choice of body part meshes. I'll show you what I mean in a short while. | ||
::[[User:Geyser|geyser]] 16:15, 3 May 2008 (CEST) | ::[[User:Geyser|geyser]] 16:15, 3 May 2008 (CEST) | ||
=0.9.9= | |||
Neo, | Neo, | ||
Line 321: | Line 323: | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
=0.9.10= | |||
The latest version almost works with TRAC. The file it creates just lacks the number of TRAM in the file and the 64 for each of the TRAM. | The latest version almost works with TRAC. The file it creates just lacks the number of TRAM in the file and the 64 for each of the TRAM. | ||
For reference see http://wiki.oni2.net/OBD_talk:TRAC at Offset 0x8BE 69 00, in the TRAC created by OniSplit from the .xml, its 00 00 | For reference see http://wiki.oni2.net/OBD_talk:TRAC at Offset 0x8BE 69 00, in the TRAC created by OniSplit from the .xml, its 00 00 | ||
Line 335: | Line 337: | ||
[[User:EdT|EdT]] 06:30, 10 May 2008 (CEST) | [[User:EdT|EdT]] 06:30, 10 May 2008 (CEST) | ||
=0.9.11= | |||
I was testing the.xml import/export of ONCC and when I tried to create a ONCC I got this message: | I was testing the.xml import/export of ONCC and when I tried to create a ONCC I got this message: | ||
Line 363: | Line 365: | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
=0.9.12= | |||
Sorry, now I get this error: | Sorry, now I get this error: | ||
Line 417: | Line 419: | ||
:Ed obviously had no problems opening it, and neither have I. Try and download it again, maybe. --[[User:Geyser|geyser]] 18:07, 19 May 2008 (CEST) | :Ed obviously had no problems opening it, and neither have I. Try and download it again, maybe. --[[User:Geyser|geyser]] 18:07, 19 May 2008 (CEST) | ||
::Okay, Ed gave me another copy of the file and it works for me. --[[User:Iritscen|Iritscen]] 19:23, 19 May 2008 (CEST) | ::Okay, Ed gave me another copy of the file and it works for me. --[[User:Iritscen|Iritscen]] 19:23, 19 May 2008 (CEST) | ||
=0.9.14= | |||
Ed, I don't have time to fix that bug right now but you can workaround it by changing the following line in the xml file | Ed, I don't have time to fix that bug right now but you can workaround it by changing the following line in the xml file | ||
<ParentCollection/> | <ParentCollection/> | ||
Line 480: | Line 482: | ||
:[[User:Geyser|geyser]] 13:57, 31 May 2008 (CEST) | :[[User:Geyser|geyser]] 13:57, 31 May 2008 (CEST) | ||
=0.9.15= | |||
Quick update: [http://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniSplit/OniSplit|_v0.9.15.zip OniSplit v0.9.15]. | Quick update: [http://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniSplit/OniSplit|_v0.9.15.zip OniSplit v0.9.15]. | ||
Now it should display the file path when errors like "Invalid template checksum" occur. Another small addition is a "-large" option for "-create:txmp" to allow creation of textures larger than 256x256 (normally it scales down to 256x256 if the image is larger). | Now it should display the file path when errors like "Invalid template checksum" occur. Another small addition is a "-large" option for "-create:txmp" to allow creation of textures larger than 256x256 (normally it scales down to 256x256 if the image is larger). | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
"creation of textures larger than 256x256" Just a short note to the inquiring minds as for why this makes sense. Oni's engine has a limitation on texture size for everything but DXT1-compressed ones in the form of a buffer that's just enough for a 256x256 texture. The buffer is allocated dynamically, so its size can be fixed in-place, and we can now have textures as large as 512x512 or even 1024x1024 (probably a bit overkill). To Ed and Neo and [[wiktionary:to_whom_it_may_concern|WIMC]]: let's use [[AE:OMNI|THIS PAGE]] for documenting the upgrades to OMNI's engine (download links of the most recent version, list of in-place patches, eventually Mach'O modules or whatever; if the lists get verbose, we'll move them to subpages). | |||
[[User:Geyser|geyser]] 23:54, 1 June 2008 (CEST) |