Animation is always a lot of work.
Part 13 of Skuggasveinn's editor tutorials shows how to make a Grimrock-compatible rigged and animated model in Blender from scratch.
If you want to start with an existing Grimrock model, I'd recommend you start with something simpler like dungeon_pit_trapdoor.model instead of a monster model. Monsters have a lot going on. But if you really want to learn about monster models specifically, I'd start with turtle.model; it has few bones with simple structure, and a head bone.
You might even want to start by making an object animation without bones, as you can do that for any model. Check out button models and their corresponding animations for that.
custom animation
Re: custom animation
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: custom animation
Thanks minmay. I will take your advice to heart and start easy to find out how to make my own animations. meanwhile (before reading your answer) ... I have made the green slime model 3 times that big, and also all animations that go with it. gave it a rat_swarm_brain and attack. made it see through (additive texture mode) ... so I kind of have a gelatinous cube thing now..
(will model it to what I want later if I figure out how to make my own animations)
but before I go on with that. One Question:
With this big green slime sample. It behaves like a rat swarm as I want it to behave... but when it stands on me, or in fact when it consumes me ... (is on my square) ... I see from the inside out. ... and I dont see any texture anymore... is there a way to also see from inside the cube - the texture ?
I hope I made my question clear
Also one more idea:
I am thinking if adding weapon models and bone models into the slime...
(will model it to what I want later if I figure out how to make my own animations)
but before I go on with that. One Question:
With this big green slime sample. It behaves like a rat swarm as I want it to behave... but when it stands on me, or in fact when it consumes me ... (is on my square) ... I see from the inside out. ... and I dont see any texture anymore... is there a way to also see from inside the cube - the texture ?
I hope I made my question clear
Also one more idea:
I am thinking if adding weapon models and bone models into the slime...
- Skuggasveinn
- Posts: 562
- Joined: Wed Sep 26, 2012 5:28 pm
Re: custom animation
you could try to trigger party.party:playScreenEffect("im_melting") where im_melting is a some green screen effect that simulates the party being eaten by the cube.
also try to define the texture af the monster as doubleSided = true, this will perhaps mess up the ligthtning of the texture, but try it out and see if you like it.
kind regards.
Skuggasveinn
Re: custom animation
doubleSided = true did the trickSkuggasveinn wrote: ↑Mon Apr 15, 2019 11:50 pmyou could try to trigger party.party:playScreenEffect("im_melting") where im_melting is a some green screen effect that simulates the party being eaten by the cube.
also try to define the texture af the monster as doubleSided = true, this will perhaps mess up the ligthtning of the texture, but try it out and see if you like it.
kind regards.
Skuggasveinn
Re: custom animation
Is there someone willing to help me out a bit.
I need a simple cube animation (move forward,backward,strafe left, strafe right...)
Not something big... really only a cube that fills an entire square ...
So that I can experiment on the files i blender.
Anyone willing to make and share some animation files?
I am asking because i tried to make the block move with an animation in blender but get weird results in grimrock. It gives a warning... there are no bones/armature
I need a simple cube animation (move forward,backward,strafe left, strafe right...)
Not something big... really only a cube that fills an entire square ...
So that I can experiment on the files i blender.
Anyone willing to make and share some animation files?
I am asking because i tried to make the block move with an animation in blender but get weird results in grimrock. It gives a warning... there are no bones/armature
- Skuggasveinn
- Posts: 562
- Joined: Wed Sep 26, 2012 5:28 pm
Re: custom animation
We are talking like Gelatinous Cube right ? not like the rolling Cube from Log 1 ?
kind regards.
Skuggasveinn.
Re: custom animation
Yes indeed. Gelatinous CubeSkuggasveinn wrote: ↑Fri Apr 19, 2019 12:09 amWe are talking like Gelatinous Cube right ? not like the rolling Cube from Log 1 ?
kind regards.
Skuggasveinn.