MONSTERS by LEKI (CLOSED)
- odinsballs
- Posts: 288
- Joined: Thu Dec 20, 2012 4:25 pm
- Location: south of heaven
Re: [SOURCE] MONSTERS by Leki (Download Beholder)
just wanted to know what's the development status on the ghoul?.
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
Well. Holidays was great, but short. Sorry for radio silence. I spent whole time with my family, no computers, no work etc
So - what's new?
Before holidays I prepared human guardian - please check the first post for more info.
Human Bowman is almost done - I will finish him soon.
Ghoul is beta. Xenathar finished AI script. I had an idea and he was crazy enough to try to bring it to live. And it works! Our sweet Slugomorg boosted with this script kicked ass in testing scene!
Hope ghoul will past all tests too and Xenathar will describe method in this thread - I work on specification to extend this method and I hope in the next days it will give to us very interesting design possibilities and surprising fighting challenges.
Ghoul is officially first monster using AI switching behaviour but in the future you can use this method for any monster.
So - what's new?
Before holidays I prepared human guardian - please check the first post for more info.
Human Bowman is almost done - I will finish him soon.
Ghoul is beta. Xenathar finished AI script. I had an idea and he was crazy enough to try to bring it to live. And it works! Our sweet Slugomorg boosted with this script kicked ass in testing scene!
Hope ghoul will past all tests too and Xenathar will describe method in this thread - I work on specification to extend this method and I hope in the next days it will give to us very interesting design possibilities and surprising fighting challenges.
Ghoul is officially first monster using AI switching behaviour but in the future you can use this method for any monster.
I'm the Gate I'm the Key.
Dawn of Lore
Dawn of Lore
Re: [SOURCE] MONSTERS by Leki (Download Beholder)
Well, I can do it I guess. It can be managed with new weapon in hand and new attack animation (and updating all skeleton warrior animations, because left hand must be without shield). The question is if I can solve vanishing problem...thomson wrote:Leki, can I ask for a skeleton wielding axe, without shield? This is something needed for EOB1 mod. I think it shouldn't take too much time. You already mastered changing weapon/shieds.
Here's a list to the original skeleton from EOB1: http://stanislavs.tripod.com/games/eob1mons.htm (3rd from the top).
Oh, and let me say that this is an impressive work you're doing here.
I'm the Gate I'm the Key.
Dawn of Lore
Dawn of Lore
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
Skeleton Warrior: Axe (WIP)
Hmm... It took more time that I expected. Spine node is not linked to hip and I had to animate torso frame by frame
But attack works now, so I will try to update rest of animations tomorow... I am curious If I can solve ingame vanishing problem.
Can anyone make rusty great axe texture for this model (and paste here item script etc), please? I can do it, but it will take some time which I can to spend on animations
Hmm... It took more time that I expected. Spine node is not linked to hip and I had to animate torso frame by frame
But attack works now, so I will try to update rest of animations tomorow... I am curious If I can solve ingame vanishing problem.
Can anyone make rusty great axe texture for this model (and paste here item script etc), please? I can do it, but it will take some time which I can to spend on animations
SpoilerShow
I'm the Gate I'm the Key.
Dawn of Lore
Dawn of Lore
- odinsballs
- Posts: 288
- Joined: Thu Dec 20, 2012 4:25 pm
- Location: south of heaven
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
first up good that you had a well deserved vacation, hope you had a good time,(and looking at latest dev stat update yer "fully re-loaded" good to have ya back
i've been tinkering aboot with nifscope /niftools and noticed that i can more or less pull out stuff of oblivion and such (goblins and whatnot) with most skeleton and weight /skinning intact (more or less) would this format be helpfull (basically semi -full prepped static) for making standard custom anim sets of models (converted fully to dae then scaled in blender or such and finally assimp imported into toolkit with textures and nodes and skeleton ,etc intact) i stil ( and probably never wil get animation right). i am however trying to increase level of prepwork on possible future models (static bit but this time around with most of the works intact)
but anyhoo looking forward to that ghoul (friggin sweet)
i've been tinkering aboot with nifscope /niftools and noticed that i can more or less pull out stuff of oblivion and such (goblins and whatnot) with most skeleton and weight /skinning intact (more or less) would this format be helpfull (basically semi -full prepped static) for making standard custom anim sets of models (converted fully to dae then scaled in blender or such and finally assimp imported into toolkit with textures and nodes and skeleton ,etc intact) i stil ( and probably never wil get animation right). i am however trying to increase level of prepwork on possible future models (static bit but this time around with most of the works intact)
but anyhoo looking forward to that ghoul (friggin sweet)
- odinsballs
- Posts: 288
- Joined: Thu Dec 20, 2012 4:25 pm
- Location: south of heaven
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
i dunno about that axe but i can rip out a pre fab arsenal of various weapontypes (textured and all) simply with their according textures and mesh intact as grimrock model format (with upgraded normals and such though) as weapon model arsenal for rearming various species that might come along on the way (weapon models stil will have to be attached to model obviously ) but if ya need anything like that gimme a pm about what you need and i get buisy. i just want to contribute my bit to the project so to speakLeki wrote:Skeleton Warrior: Axe (WIP)
Hmm... It took more time that I expected. Spine node is not linked to hip and I had to animate torso frame by frame
But attack works now, so I will try to update rest of animations tomorow... I am curious If I can solve ingame vanishing problem.
Can anyone make rusty great axe texture for this model (and paste here item script etc), please? I can do it, but it will take some time which I can to spend on animations
SpoilerShow
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
Since I already made a rusty version of pretty much every weapon. Here you go:
Link:http://grimrock.nexusmods.com/mods/83
I added it as it's own file for your convenience. Hope you like it.
Edit: Oops, while I included them in the file, since you said paste scripts here:
SpoilerShow
I added it as it's own file for your convenience. Hope you like it.
Edit: Oops, while I included them in the file, since you said paste scripts here:
SpoilerShow
Code: Select all
cloneObject{
name = "corrupt_great_axe",
baseObject = "great_axe",
uiName = "Corrupt Great Axe",
model = "mod_assets/models/weapons/corrupt_great_axe.fbx",
}
defineMaterial{
name = "corrupt_great_axe",
diffuseMap = "mod_assets/textures/weapons/corrupt_great_axe_dif.tga",
specularMap = "mod_assets/textures/weapons/corrupt_great_axe_spec.tga",
doubleSided = false,
lighting = true,
alphaTest = false,
blendMode = "Opaque",
textureAddressMode = "Wrap",
glossiness = 35,
depthBias = 0,
}
Last edited by Asteroth on Sun Apr 07, 2013 1:56 pm, edited 1 time in total.
I am the God of darkness and corruption.
viewtopic.php?f=14&t=4250
viewtopic.php?f=14&t=4250
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
the ghoul animation looks pretty fantastic ! cannot wait fo it
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
An update on this: I'm working on making it LoG framework compatible (as much as I can) and on giving a couple of more customization options (if I can)Xenathar finished AI script.
New version should be ready soon.
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
The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563
My preciousss: http://www.moonsharp.org
Re: [SOURCE] MONSTERS by Leki (Ghoul - Beta)
I'm the Gate I'm the Key.
Dawn of Lore
Dawn of Lore