[DONE] Grimrock Model Tookit

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
Phitt
Posts: 442
Joined: Tue Aug 14, 2012 9:43 am

Re: [WIP] Grimrock Model Tookit

Post by Phitt »

Deadlylama wrote:Somehow the recalculate normals function does not seem to work as correct as it should do.
I made a pillar for my wall set, it is a simple stretched box.
but somehow the lighting is messed up upon importing it into the gmt. it looks correct in the toolkit, but ingame the model has some really odd big shadows at its corners that make almost the whole model black.

so i used the "recalculate normals" function. in the toolkit it now shows up with a black side and one side that is halfway black, though ingame it looks quite correct but one side still has the odd shadows.
The first pillar problem is probably related to 'wrong' export settings. I use 3ds max, and when I choose 'export smoothing groups' on object export this kind of problem appears. The smoothing groups stay intact even if you don't check this setting, the exporter simply export them as vertex normals instead. Not sure which program you use, but if you have an option to export smoothing groups or something similar then don't check it.

The second problem is most likely related to the less-than-perfect tangent space calculations that are right now part of the toolkit. That's something we all have to deal with until John fixes it, but he already said he's working on it. It should be good enough to get an idea of how your models look, it's not that bad after all.

The render window never worked for me correctly since some updates ago - almost all my models show up as a weird mess with black sides, stretched vertices or half-transparent/pixelated. As long as everything works fine in game it doesn't matter much to me.
Deadlylama
Posts: 22
Joined: Tue Oct 09, 2012 5:06 pm

Re: [WIP] Grimrock Model Tookit

Post by Deadlylama »

Phitt wrote: The first pillar problem is probably related to 'wrong' export settings. I use 3ds max, and when I choose 'export smoothing groups' on object export this kind of problem appears. The smoothing groups stay intact even if you don't check this setting, the exporter simply export them as vertex normals instead. Not sure which program you use, but if you have an option to export smoothing groups or something similar then don't check it.

The second problem is most likely related to the less-than-perfect tangent space calculations that are right now part of the toolkit. That's something we all have to deal with until John fixes it, but he already said he's working on it. It should be good enough to get an idea of how your models look, it's not that bad after all.

The render window never worked for me correctly since some updates ago - almost all my models show up as a weird mess with black sides, stretched vertices or half-transparent/pixelated. As long as everything works fine in game it doesn't matter much to me.
YAY it works now, thank you!
And with me the toolkit also shows some black faces but it looks normal ingame, which is the thing that matters.
Dungeon maker, scripter and modeling beginner
My first Wallset
User avatar
Xanathar
Posts: 629
Joined: Sun Apr 15, 2012 10:19 am
Location: Torino, Italy
Contact:

Re: [WIP] Grimrock Model Tookit

Post by Xanathar »

Resizing the monsters may be a bit difficult because animations are also tilebased.
Yay I confirm.
I wrote a small C# prog, changing the scaling and translation vectors of the animation files. The result is what you can see in the spoiler block.

To have the movement be vaguely continuous I had to do a reverse transformation to the translation respect to the scaling (scaling *= 0.5 -> translation *= 2.0). Still the snail is much smaller than just 0.5 (probably due to the fact that the key frames are in some hierarchy, likely all other nodes are child of "local_srt" at the very least). Also it's somewhat disproportionate - it has a longer body than shell.

Probably the best that could be done with this snail (apart from trying different solutions like excluding some nodes) is disable the shell and use it as a worm monster :)
SpoilerShow
Image
Last edited by Xanathar on Fri Oct 19, 2012 6:26 pm, edited 1 time in total.
Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com

The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563

My preciousss: http://www.moonsharp.org
Batty
Posts: 509
Joined: Sun Apr 15, 2012 7:04 pm

Re: [WIP] Grimrock Model Tookit

Post by Batty »

LOL :lol: step on it!
Deadlylama
Posts: 22
Joined: Tue Oct 09, 2012 5:06 pm

Re: [WIP] Grimrock Model Tookit

Post by Deadlylama »

Xanathar wrote: Probably the best that could be done with this snail (apart from trying different solutions like excluding some nodes) is disable the shell and use it as a worm monster :)
now THAT is a monster :P
quick, kill it before it lays eggs!
Dungeon maker, scripter and modeling beginner
My first Wallset
User avatar
Komag
Posts: 3658
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: [WIP] Grimrock Model Tookit

Post by Komag »

I'd love to see how that affects other monsters
Finished Dungeons - complete mods to play
User avatar
Xanathar
Posts: 629
Joined: Sun Apr 15, 2012 10:19 am
Location: Torino, Italy
Contact:

Re: [WIP] Grimrock Model Tookit

Post by Xanathar »

Much better results here:

Snail:
SpoilerShow
Image
Spider:
SpoilerShow
Image
Warden:
SpoilerShow
Image

The monsters have ok proportions but the walking animation is broken again (walks little more than half a tile, then teleports - the spider seems a phase spider eheh :roll: ).

At this point I think it's worth working on an small utility to do this, and add some code with interpolations etc to handle the walk animations (the others seem ok). I love the small warden.
Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com

The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563

My preciousss: http://www.moonsharp.org
Batty
Posts: 509
Joined: Sun Apr 15, 2012 7:04 pm

Re: [WIP] Grimrock Model Tookit

Post by Batty »

awwww they need a leash, pets!
User avatar
Komag
Posts: 3658
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: [WIP] Grimrock Model Tookit

Post by Komag »

That is so cool! What happens if you only resize them a little, say 20%? or even 1%? Does it immediately screw up the animations no matter the change amount?
Finished Dungeons - complete mods to play
User avatar
Xanathar
Posts: 629
Joined: Sun Apr 15, 2012 10:19 am
Location: Torino, Italy
Contact:

Re: [WIP] Grimrock Model Tookit

Post by Xanathar »

It can already be noticed with a 2% decrease in size - although you basically have to know that it's there to notice it.
At 5% it's much more noticeable but still bearable - still at 5% it's easier to notice the animation jump than the reduction in size :(
Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com

The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563

My preciousss: http://www.moonsharp.org
Post Reply