19,584
edits
m (changing link from http->https) |
m (link fixes) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 34: | Line 34: | ||
- make sure you run it from the local disk and not from a network share | - make sure you run it from the local disk and not from a network share | ||
- make sure you have the correct xna version installed. The latest OniBrowser uses this | - make sure you have the correct xna version installed. The latest OniBrowser uses this | ||
[https://download.cnet.com/ | [https://download.cnet.com/microsoft-xna-framework-redistributable-1-0-refresh/3000-2121_4-10726910.html XNA Framework 1.0 Refresh]. Previously there was another 1.0 version (without Refresh in title) but that was removed from download. | ||
- update DirectX | - update DirectX | ||
Line 47: | Line 47: | ||
[[User:Ssg|Ssg]] 14:45, 23 December 2007 (CET) | [[User:Ssg|Ssg]] 14:45, 23 December 2007 (CET) | ||
2 again. Here's an updated | 2 again. Here's an updated OniBrowser (<nowiki>https://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniBrowser.zip</nowiki>, dead link) that shows trigger volumes, flags and sounds. You need to upgrade to [https://download.cnet.com/microsoft-xna-game-studio-2-0/3000-2069_4-75542642.html XNA 2.0]. | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
Line 55: | Line 55: | ||
[[User:Ssg|Ssg]] 15:50, 3 January 2008 (CET) | [[User:Ssg|Ssg]] 15:50, 3 January 2008 (CET) | ||
Oops... I forgot a file. Please | Oops... I forgot a file. Please redownload (<nowiki>https://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniBrowser.zip</nowiki>, dead link) | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
Line 73: | Line 73: | ||
[[User:Ssg|Ssg]] 22:00, 3 January 2008 (CET) | [[User:Ssg|Ssg]] 22:00, 3 January 2008 (CET) | ||
Stupid me, I tend to forget that XNA is actually written in C++ and it needs that. Now the only problem is that you need the [https://download.cnet.com/ | Stupid me, I tend to forget that XNA is actually written in C++ and it needs that. Now the only problem is that you need the [https://download.cnet.com/microsoft-visual-c-2005-sp1-redistributable-package-x86/3000-2070_4-10726887.html SP1 C++ redist] [Updated link. --Iritscen]. You were close :) . | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
Line 101: | Line 101: | ||
[[User:Ssg|Ssg]] 18:22, 4 January 2008 (CET) | [[User:Ssg|Ssg]] 18:22, 4 January 2008 (CET) | ||
Updated | Updated OniBrowser (<nowiki>https://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniBrowser.zip</nowiki>, dead link) | ||
* fullscreen - F11 key | * fullscreen - F11 key | ||
Line 159: | Line 159: | ||
::[[User:Kuchumovn|Kuchumovn]] 13:06, 9 January 2008 (CET) | ::[[User:Kuchumovn|Kuchumovn]] 13:06, 9 January 2008 (CET) | ||
:about the animations jitter: | :about the animations jitter: <nowiki>https://www.youtube.com/watch?v=NwXPqqX4mO8</nowiki> (dead link) | ||
:i don't really care, just maybe you have encountered something like this | :i don't really care, just maybe you have encountered something like this | ||
::[[User:Kuchumovn|Kuchumovn]] 22:06, 13 January 2008 (CET) | ::[[User:Kuchumovn|Kuchumovn]] 22:06, 13 January 2008 (CET) | ||
Line 255: | Line 255: | ||
I tried on another machine Intel Mac OSX 10.5.1 | I tried on another machine Intel Mac OSX 10.5.1 | ||
I can extract .png and .tga but image is scrambled, here is one example of TXMPoni_kanji_1.png | I can extract .png and .tga but image is scrambled, here is one example of TXMPoni_kanji_1.png | ||
[[Image:Random noise.png]] | |||
[[User:EdT|EdT]] | [[User:EdT|EdT]] | ||
Line 431: | Line 431: | ||
I found a bug when extracting TXMP with Alpha channels. See the following screenshots: | I found a bug when extracting TXMP with Alpha channels. See the following screenshots: | ||
[[Image:Black alpha.jpg]] | |||
I did not modify the files at all, I first extracted them as .tga files, then created new .oni files from the extracted .tgas. | I did not modify the files at all, I first extracted them as .tga files, then created new .oni files from the extracted .tgas. | ||
Line 557: | Line 557: | ||
Now I created new .oni files and the envmap is there. So I tried again to import face and chestpack, all I did was increase the size to 256x256 but now this occurs: | Now I created new .oni files and the envmap is there. So I tried again to import face and chestpack, all I did was increase the size to 256x256 but now this occurs: | ||
[[Image:White alpha.jpg]] | |||
EdT | EdT | ||
Line 580: | Line 580: | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
On a second thought: | On a second thought: OniSplit v0.8.15 (<nowiki>https://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniSplit_v0.8.15.zip</nowiki>, dead link) . The TGA files I export are always in Bgra32 format so this means they will always be autoconverted to Bgra4444 which is not ideal. Also detecting if a TGA file has an alpha channel or not is not very reliable. | ||
The end result is that one needs to specify a texture format when creating TXMP files no matter what. That is: | The end result is that one needs to specify a texture format when creating TXMP files no matter what. That is: | ||
Line 629: | Line 629: | ||
::[[User:Geyser|geyser]] 18:05, 4 March 2008 (CET) | ::[[User:Geyser|geyser]] 18:05, 4 March 2008 (CET) | ||
Fixed: | Fixed: OniSplit v0.8.18 (<nowiki>https://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniSplit_v0.8.18.zip</nowiki>, dead link) | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
Line 665: | Line 665: | ||
[[User:Neo|Neo]] | [[User:Neo|Neo]] | ||
[[Category:Userspace]] |