find material program?

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
bongobeat
Posts: 1076
Joined: Thu May 16, 2013 5:58 pm
Location: France

find material program?

Post by bongobeat »

Is there a script/database/thing that allow to research/display all models which are using a defined material or simply show the material used by a model? without opening all models in the gmt and look at the material definition?
My asset pack: viewtopic.php?f=22&t=9320

Log1 mod : Toorum Manor: viewtopic.php?f=14&t=5505
User avatar
Isaac
Posts: 3192
Joined: Fri Mar 02, 2012 10:02 pm

Re: find material program?

Post by Isaac »

I don't know of one.

It should be possible to scan the model folder for *.model files that contain a known material name.
A tool like Wingrep would suffice for that. http://www.wingrep.com/

But if you mean a tool that will scan the models and materials, and assemble a report with listings of what model uses what material, and which materials are unused... That's definitely going to require a purpose built custom software tool.
bongobeat
Posts: 1076
Joined: Thu May 16, 2013 5:58 pm
Location: France

Re: find material program?

Post by bongobeat »

Isaac wrote:I don't know of one.

It should be possible to scan the model folder for *.model files that contain a known material name.
A tool like Wingrep would suffice for that. http://www.wingrep.com/

But if you mean a tool that will scan the models and materials, and assemble a report with listings of what model uses what material, and which materials are unused... That's definitely going to require a purpose built custom software tool.
thanks, I have try, wonderfull!

Yes that's what I mean. But what does Wingrep is enough!
My asset pack: viewtopic.php?f=22&t=9320

Log1 mod : Toorum Manor: viewtopic.php?f=14&t=5505
Post Reply