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

[request] need maxscript or/and noesis plug for .rip format

Post questions about game models here, or help out others!
Post Reply
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

[request] need maxscript or/and noesis plug for .rip format

Post by Tosyk »

This files are result of "dx ripper's" work (usually bunch of a .rip files) + textures. So
here is source code for "dx ripper", description of a .rip format is in outtypes.h i suppose
here is milkshape plugin for .rip files (can't load many files at a time, though)

can somebody make maxscript or/and noesis plugin? 'cause milkshape can't load many files at a time

i can provide with all necessary information, also i'll try to get .rip format description if outtypes.h is not enough

ripper's page
Thank you for all you do here
my blog | my forum
Acewell
VIP member
VIP member
Posts: 1330
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2710 times
Been thanked: 884 times

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Acewell »

New ripping tools always bring a smile to my face! :D I think it would be cool to expand the functionality of Noesis with DirectX ripping tools too.
What version of Milkshape is that plugin designed for? The plugin functions but i couldn't get it to import any of your samples. I'm using version 1.8.5.

EDIT: I finally got the plugin to import the files. You only have to enter the number behind the mesh prefix and not the entire file name. :D
Last edited by Acewell on Tue Jul 17, 2012 12:33 pm, edited 1 time in total.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Tosyk »

AceWell wrote:New ripping tools always bring a smile to my face! :D I think it would be cool to expand the functionality of Noesis with DirectX ripping tools too.
What version of Milkshape is that plugin designed for? The plugin functions but i couldn't get it to import any of your samples. I'm using version 1.8.5.
my version of MS is 1.8.4, and it's not a new tool, it's way too old, but it's from russian
Thank you for all you do here
my blog | my forum
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: [request] need maxscript or/and noesis plug for .rip for

Post by finale00 »

Looks simple enough. Have rip files to work with?
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Tosyk »

finale00 wrote:Looks simple enough. Have rip files to work with?
sure, in the first post or here
Thank you for all you do here
my blog | my forum
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: [request] need maxscript or/and noesis plug for .rip for

Post by finale00 »

Don't know how to figure out how to texture it it's just one big mesh (which is reasonable I guess)

https://www.dropbox.com/sh/7stlpd4qvkq3 ... per_rip.py

Script supports two loading modes configurable at the top

0: load selected model (default)
1: load all models in folder

Image

Really slow since it's python.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Tosyk »

That's great and so fast, thanks from whole russian dx ripper community.
When i'm trying to load several objects (mode 1) it works fine, but too long for 300 objects, though
That's why i'm trying to load something in "mode 0" to convert folder in batch mode, but all models give me this:

Code: Select all

Detected file type: DX Ripper
Traceback (most recent call last):
  File "M:\dist\distg\Noesis\noesis\plugins\python\fmt_dxripper_rip.py", line 70, in noepyLoadModel
    load_single_model(data, mdlList)
  File "M:\dist\distg\Noesis\noesis\plugins\python\fmt_dxripper_rip.py", line 57, in load_single_model
    parser = SanaeParser(data)
TypeError: __init__() takes exactly 3 arguments (2 given)
Cleaned 8.00MB (in 2 pools).
can u help me with this? also can u add support for UV coordinates?
Thank you for all you do here
my blog | my forum
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: [request] need maxscript or/and noesis plug for .rip for

Post by finale00 »

Updated. Should be fine now.
The mesh name is the same as the filename.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Tosyk »

finale00 wrote:Updated. Should be fine now.
The mesh name is the same as the filename.
thank, it works great, but still what about UV coords?
finale00 wrote:Don't know how to figure out how to texture it it's just one big mesh (which is reasonable I guess)
it's one texture per mesh, so texture has same number in the name as mesh file

p.s.: if u have a time i uppload full rip scene and also log file in wich u can find what texture on what mesh u should put on, but this log file is not in ripped scene folder and i don't know will be that right way to use that "texture-to-mesh" info from that file
Thank you for all you do here
my blog | my forum
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: [request] need maxscript or/and noesis plug for .rip for

Post by finale00 »

uv's are there you should be able to just create and assign materials if it's really just one texture per mesh.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Tosyk »

finale00 wrote:uv's are there
my bad, you right! didn't get them before for some reason.
Can u add aplying texture files on models in noesis preview? like i said: texture has same number in the name as mesh file, but texture file names start with "t" and then number goes. Aplying textures on models with same number in the name fair for 80% of the ripped resources, though, but still...
Thanks!
Thank you for all you do here
my blog | my forum
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: [request] need maxscript or/and noesis plug for .rip for

Post by finale00 »

8 texture names are defined for each file. Usually there are only 5 or 6.
The first one is usually the same number as the mesh, but not always.

I've updated the script that assumes the first texture name is the material, but noesis keeps crashing on me when I try to view some files for some reason.

Don't know may be an issue on my end.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Tosyk »

finale00 wrote:I've updated the script that assumes the first texture name is the material, but noesis keeps crashing on me when I try to view some files for some reason.
Don't know may be an issue on my end.
that's odd :(
'll be cool to see texture support also
Thank you for all you do here
my blog | my forum
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Andrakann »

I created a topic about DX Ripper here.
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: [request] need maxscript or/and noesis plug for .rip for

Post by Tosyk »

format is changed a bit
finale, can u help with new format?
samples here
Thank you for all you do here
my blog | my forum
Post Reply