[Open Letter] Grimrock 2 Mod Tools

Talk about anything related to Legend of Grimrock 2 here.
User avatar
Paticus
Posts: 24
Joined: Fri Apr 13, 2012 5:30 pm

[Open Letter] Grimrock 2 Mod Tools

Post by Paticus »

So Legend of Grimrock was an amazing game, but one of the things that to me stood out was the dungeon creation kit.

Image

I've been enthralled with the modding community for as long as I've been gaming and I had an open letter to everyone here, and most importantly to the developers.

For the Devs (who always seem so avaliable :P), is there anything you guys learned about making the modding tools for LoG1 that will help improve and streamline the experience for modders in Grimrock 2? And is there anything you can tell us ahead of time that might make some of us more artistically inclined patrons mouth water?

Image

And for everyone here, what would you specifically like to see? I for one wouldn't mind seeing how the more open enviroments play out as far as making customs "dungeons" go.

Image
User avatar
Isaac
Posts: 3188
Joined: Fri Mar 02, 2012 10:02 pm

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Isaac »

They've already mentioned a few features of the toolkit that are highly anticipated!
  • Over 1000 API functions
  • A component model that allows for external sourced scripts and a modular approach to custom object creation.
8-)
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: [Open Letter] Grimrock 2 Mod Tools

Post by petri »

So many things have changed, I'll just cherrypick these:
Elevation support: you can build complex spaces with floors and ceiling at different heights.
Water.
Fewer hardcoded features.
All object properties can be modified from scripts.
Component model: build complex object from models, sounds, particles, clickables, animations, etc.
Animation event system which allows executing custom Lua code.
...
User avatar
Paticus
Posts: 24
Joined: Fri Apr 13, 2012 5:30 pm

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Paticus »

petri wrote:So many things have changed, I'll just cherrypick these:
Elevation support: you can build complex spaces with floors and ceiling at different heights.
Water.
Fewer hardcoded features.
All object properties can be modified from scripts.
Component model: build complex object from models, sounds, particles, clickables, animations, etc.
Animation event system which allows executing custom Lua code.
...
So with regards to component models, what I am assuming here is that you could script say... a spear hanging on the wall to trigger something?
User avatar
Isaac
Posts: 3188
Joined: Fri Mar 02, 2012 10:02 pm

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Isaac »

Paticus wrote:So with regards to component models, what I am assuming here is that you could script say... a spear hanging on the wall to trigger something?
It would seem like you could script an elevator with animated chains and gears ~if you provide the 3d assets. Or perhaps script an NPC merchant shop with inventory screen; or a mercenary camp.
petri wrote:...
Is there any chance that the creature skeletons [weighted animations] could be in the asset pak? Such that an animator could add custom animations to an official creature, or adapt the skeleton to a custom one?
User avatar
Sol_HSA
Posts: 681
Joined: Fri Mar 02, 2012 3:10 pm
Location: Nowhere whenever
Contact:

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Sol_HSA »

You mention water - can dungeons get flooded?
Reminder: moderators (green names) don't work for almost human. | http://iki.fi/sol/ - My schtuphh..
User avatar
Paticus
Posts: 24
Joined: Fri Apr 13, 2012 5:30 pm

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Paticus »

Sol_HSA wrote:You mention water - can dungeons get flooded?
I hope that doesn't mean we have to put points into swimming.
User avatar
Isaac
Posts: 3188
Joined: Fri Mar 02, 2012 10:02 pm

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Isaac »

Sol_HSA wrote:You mention water - can dungeons get flooded?
This can be done in LoG1, so it's a fair guess that it will be easier to do in LoG2. 8-)
User avatar
Leki
Posts: 550
Joined: Wed Sep 12, 2012 3:49 pm

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Leki »

Isaac wrote:Is there any chance that the creature skeletons [weighted animations] could be in the asset pak? Such that an animator could add custom animations to an official creature, or adapt the skeleton to a custom one?
This is already supported in LoG 1. You can find all monsters and theirs animations in asset pack - this one: viewtopic.php?f=14&t=6304 is custom skeleton who uses mixture of asset pack animations of skeleton archer (let me say 'legs' and walking) and custom animations ('hands' - sword and shield + special animations).
This one: viewtopic.php?f=14&t=6572 is "asset pack spider" with his model and animations (used for "floor movements") + custom animations for "ceiling and wall movement/attack animations".

With component method you will add brain and animations in one monster, so you no need to use LoG 1 "smart monster method" viewtopic.php?f=14&t=6563 .
I'm the Gate I'm the Key.
Dawn of Lore
User avatar
Isaac
Posts: 3188
Joined: Fri Mar 02, 2012 10:02 pm

Re: [Open Letter] Grimrock 2 Mod Tools

Post by Isaac »

Leki wrote:This is already supported in LoG 1. You can find all monsters and theirs animations in asset pack - this one: viewtopic.php?f=14&t=6304 is custom skeleton who uses mixture of asset pack animations of skeleton archer (let me say 'legs' and walking) and custom animations ('hands' - sword and shield + special animations).
This one: viewtopic.php?f=14&t=6572 is "asset pack spider" with his model and animations (used for "floor movements") + custom animations for "ceiling and wall movement/attack animations".
Except that it is all in native game format, and impossible to convert to something editable in Blender; not without a commercial tool like 3Dstudio and/or custom scripted exporters.

I meant having the data in a readily importable standard format like FBX, or other.
Post Reply