Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Ninja Ripper

General game file tools that are useful for more than one game
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Ninja Ripper

Post by Sammie »

deadca7 wrote:Mafia - Works fine, but maybe you want the data
http://filebeam.com/d9cbca9b54a08449446981d0262af5e9
The telephone with mirrored dial plate is correct? :?:
Maybe the developers of mafia made a mistake on the uv-layout. Can you check if the dial plate is mirrored in the game too?
deadca7
beginner
Posts: 31
Joined: Sat Jun 19, 2010 6:59 am
Been thanked: 14 times

Re: Ninja Ripper

Post by deadca7 »

Sammie wrote:The telephone with mirrored dial plate is correct? :?:
I didn't notice that :p Looks like the whole model is flipped.

Image
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Ninja Ripper

Post by Sammie »

Hm, thats bad. For this bug I have to flip the model without flipping the normals or need a separate flip-normals function. Can't find such a function in noesis at the moment. Whatever.. you can't have everything. :D
deadca7
beginner
Posts: 31
Joined: Sat Jun 19, 2010 6:59 am
Been thanked: 14 times

Re: Ninja Ripper

Post by deadca7 »

Sammie wrote:Whatever.. you can't have everything. :D
True true, thanks for trying though.

FEAR
http://filebeam.com/d60bd5e4770316d2f48ed033a0e83b52
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Ninja Ripper

Post by Sammie »

Tried to flip the Normals manually through the faces-parser now.
Works for the telephone, but should be tested on more Mafia-Models. For the telphone I have to swap the x-z vertices additionally to mirror the whole thing.
You send me two Mafia-Models and the other one was not flipped - so I can't say if its really nescessary to mirror all models.
I used the new function for the other flipped models (mario, zelda, streetfighter) and removed the Transformation-Matrix.
chrrox
Moderator
Posts: 2602
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1422 times

Re: Ninja Ripper

Post by chrrox »

Sammie wrote:Hm, thats bad. For this bug I have to flip the model without flipping the normals or need a separate flip-normals function. Can't find such a function in noesis at the moment. Whatever.. you can't have everything. :D
you can flip normals or faces or uv's. you can try

rapi.rpgSetOption(noesis.RPGOPT_TRIWINDBACKWARD, 1)

you can also pack and unpack buffers and do whatever math you want to them
if you need an example of that let me know.
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Ninja Ripper

Post by Sammie »

chrrox wrote:you can also pack and unpack buffers and do whatever math you want to them
if you need an example of that let me know.
did it my own way ;)
but okay, rewrite to RPGOPT_TRIWINDBACKWARD, cuz its shorter - thx chrrox :)
deadca7
beginner
Posts: 31
Joined: Sat Jun 19, 2010 6:59 am
Been thanked: 14 times

Re: Ninja Ripper

Post by deadca7 »

Sammie wrote:did it my own way ;)
but okay, rewrite to RPGOPT_TRIWINDBACKWARD, cuz its shorter - thx chrrox :)
Nice, you did it!

Wolfenstein
http://filebeam.com/f3735013c06fef9f4d2888fd9c41880a

Serious Sam 3
http://filebeam.com/587f2a971799178930b826babf738bcb

Painkiller Recurring Evil
http://filebeam.com/627df38f8313d740db5373da99ebc405
User avatar
muroko
ultra-n00b
Posts: 6
Joined: Mon Jun 27, 2011 8:22 pm

Re: Ninja Ripper

Post by muroko »

Hi people. I dont really know where to ask for help, but i saw a guy having the same problem as i have in this topic, so i try here.

i ripped a scene using "3d ripper dx" from Driver: San Francisco game, cause i want to render some scenes and that map is perfect for me. models are perfect and some textures are seem to be okay, but other textures uvw map coordinates are all messed up. problem is with buildings mostly. a lot of objects are in a single mesh, the mesh has a multi/sub-object with 8 sub-material (i dont really know why, they only use the first one i believe). the first sub-material is a 4096*4096 texture atlas (i think its called like that). ive tried now a few things to fix the problem, but i arrived to the point where i start to cry when i even think about it :D Please help me if you can.

EDIT: today i tried Ninja Ripper too, got the same result on the buildings, tried changing the UV coordinates when importing, it had some effect but i didnt find the correct settings :(

here is what it looks like in the game:

Image

this is how it looks when i import the scene to 3ds max and render:

Image

this is how the UVW map looks like, selected the stairs (the 4096*4096 texture is somewhere in the middle of the mess T_T):

Image

zoomed in to show how bad the UVW coordinates are:

Image

here the multi/sub-object:

Image

and the first sub-material (4096*4096 texture atlas):

Image



im really desperate to solve this problem, help me out if you can please. thanks for reading
RacingFreak
veteran
Posts: 136
Joined: Fri Feb 11, 2011 10:44 am
Location: Bulgaria
Has thanked: 50 times
Been thanked: 19 times

Re: Ninja Ripper

Post by RacingFreak »

Rescale the UV? Also there's a new 3D Ripper DX version 1.8.2.

My best bet is that its just like that, so, just remap them yourself.
User avatar
muroko
ultra-n00b
Posts: 6
Joined: Mon Jun 27, 2011 8:22 pm

Re: Ninja Ripper

Post by muroko »

RacingFreak wrote:Rescale the UV? Also there's a new 3D Ripper DX version 1.8.2
im using that version (also tried 1.8, was the same)

i tried rescaling the UV, but there are elements (for example when there is 3 same window on a building) that supposed to use the same part of the texture, but they are placed next to each other and if i simply rescale, one window is good, but the other two is not. so the problem is with the coordinates, i just dont know what causes it. the ripper gets the wrong coordinates or they get messed up at importing :S

something like this happenes when i rescale:

Image
Sammie
veteran
Posts: 106
Joined: Wed Apr 25, 2012 12:27 pm
Has thanked: 9 times
Been thanked: 34 times

Re: Ninja Ripper

Post by Sammie »

muroko wrote:i tried rescaling the UV, but there are elements (for example when there is 3 same window on a building) that supposed to use the same part of the texture, but they are placed next to each other and if i simply rescale, one window is good, but the other two is not. so the problem is with the coordinates, i just dont know what causes it. the ripper gets the wrong coordinates or they get messed up at importing :S
Upload some of the Ninjaripper .rip-Files + .dds-Textures
deadca7
beginner
Posts: 31
Joined: Sat Jun 19, 2010 6:59 am
Been thanked: 14 times

Re: Ninja Ripper

Post by deadca7 »

I don't know if these are bad rips, or the vertices are loaded wrong.

http://filebeam.com/a8c70fc7e86a6d022067d06dfd5873b6
User avatar
muroko
ultra-n00b
Posts: 6
Joined: Mon Jun 27, 2011 8:22 pm

Re: Ninja Ripper

Post by muroko »

Sammie wrote:
muroko wrote:i tried rescaling the UV, but there are elements (for example when there is 3 same window on a building) that supposed to use the same part of the texture, but they are placed next to each other and if i simply rescale, one window is good, but the other two is not. so the problem is with the coordinates, i just dont know what causes it. the ripper gets the wrong coordinates or they get messed up at importing :S
Upload some of the Ninjaripper .rip-Files + .dds-Textures
Thanks for looking into it, im really stressed for days now -_-

http://www.mediafire.com/?4zgbldbnyx6acqq

file : Mesh_0377_rip.zip
contents:
- Mesh_0377.rip - several building-parts in one single mesh
- Mesh_0377_rip.log - part of the log file created by ninja ripper
- Tex_0312_0.dds - 4096*4096 texture atlas (basically the texture applied to the mesh)
- Tex_0312_1.dds - random textures , i dont know why they are even here lol
- Tex_0316_6.dds
- Tex_0323_3.dds
- Tex_0323_4.dds
- Tex_0375_2.dds
RacingFreak
veteran
Posts: 136
Joined: Fri Feb 11, 2011 10:44 am
Location: Bulgaria
Has thanked: 50 times
Been thanked: 19 times

Re: Ninja Ripper

Post by RacingFreak »

I still don't get what's the deal with these stairs [roll]
Just remap them to this texture:
Image
Problem solved? :]
Post Reply