How to create unintended objects(Hotel Hades)

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

How to create unintended objects(Hotel Hades)

Post by msyblade »

I 'd like to mention that most of these tricks and ideas came from this forum, plodding through hundreds of topics and seeing that one golden submission with a damn great idea.

http://grimrock.nexusmods.com/mods/52/

To make a floating object that the party can pick out of midair: Build a mouth slot against a wall, then remove wall and add object to mouth slot (like you would for an alcove or monster) and presto! Floating object from any angle.

For illusionary walls: Same thing, build ANY wall object against a wall. (I have found that Temple_Glass_Wall 1,2 or 3 are excellent because they can give the player a visual cue)4 sphere pics on glass, One square pic, just looks off enough to investigate, but still a wall.To fix back side graphics simply do same thing on back side of wall.You can even make a secret door that reveals the illusion to players early in the dungeon to make players aware for later on.

Simple timed trapdoors:Make a timer that opens the trap every 3 seconds, and another that closes it every 5 seconds.The timing gets away from each other, than back closer to one another so that you have to watch the pit and count to figure out when to go. you can even do an entire room of 30 pits ,timed together so the player has to be careful the entire way through.Like pad closes pit...next pad closes pit....next pad closes pit, then it starts opening and closing to trick players not being careful.

set a trigger on a 2 second timer On the square where a player turns left or right.Before they turn they notice the INACCESIBLE area in front of them, and keep going...to find some sort of "Ahem....behind you" cue so when they go back, it's OPEN and they wonder how the hail they missed it!

Shops: place blockers around a creature WITHOUT ranged attack (I used Ogres).Place an altar in front of him and set it to trigger a script check for your intended currency/activate a timer set to 0.1 for a teleporter on the altar square/and whatever type of door etc to open. I used gems (Dungeon Master 2 shout out.)I also had teleporter send the gem to the Ogre so u can see that he got it. I wanna figure out how to teleport into an invisible mouth_slot.

The hidden alcoves used for the second shop are so easy, build a secret door, then remove the area behind it so door is built on a dead end.place alcove. The door/Alcove combos can be very ugly, so check it out first.

The Warden Traps: Have timers set up to a row of ceiling lights that are deactivated.Place your hidden pad to start the timers going in succesion in whatever increment you want(think i used .4),with each timer activating its light, and de-activating the PREVIOUS light AND previous timer. Have the last timer in the sequence (think i used 6 timers)activate a teleporter linked to a hidden warden, and lighting a 7th light directly above him in addition to deactivating all previous lights a timers.If your a really nice
DM, use the last timer to open a passage out somewhere nearby.

Gas/Electric chambers:activate Lever is set to a timer on 1 second.that connects to multiple spawners activate in the room spawning whichever spell you want.Deactivate lever deactivates spawners.Get creative with your victims, drop em in with a teleporter trap or somethin caused by the player, giving them a sense of acclompishment when they get to Zap it.

Activate Once or not can play a huge roll in making complex traps hidden from the player.

Add your tips guys, we're all learning a lot of tricks every day, Share!!!
Last edited by msyblade on Tue Oct 16, 2012 12:08 am, edited 3 times in total.
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: How to create unintended objects(Hotel Hades)

Post by Neikun »

Nice resource you've got there. Thanks for posting it.
I read it in the voice of Billy Mays..not sure if I was the only one.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
User avatar
Komag
Posts: 3654
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: How to create unintended objects(Hotel Hades)

Post by Komag »

OMG Billy Mays! :lol:

But seriously, this a really good list of tricks! I'll add this to the non-scripting tips section of the Superthread
Finished Dungeons - complete mods to play
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: How to create unintended objects(Hotel Hades)

Post by msyblade »

Oh yeah, Healing spells: Heal weakest/Heal All: These are scripts already created, and available on this forum. They work perfectly as is, unless you want to include both in your dungeon. In that case you will need to add a rune to the "heal all" script, otherwise both spells just use rune E (5). Thanx to Grimwold for setting these up and sharing them with us.

viewtopic.php?f=14&t=3475&p=35551&hilit ... ell#p35551
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
nichg
Posts: 48
Joined: Thu Oct 11, 2012 12:38 pm

Re: How to create unintended objects(Hotel Hades)

Post by nichg »

Text on thin walls

Its pretty well known by now that you can use secret doors to make thin-walled rooms. However, creating interactive elements on these walls is pretty difficult due to clipping issues and so on. I found a way to do it with one particular element at least, so I thought I'd share:

I wanted to have thin Temple walls with text on them in the middle of a Dungeon tileset. So I made a new secret door with the temple_wall_text.fbx model. Of course I get the 'no Gate node' error spam, but when the Model Toolkit can make new nodes that should be fixable. Now, the problem with this approach is that that model is one-sided. But it turns out if you put two of them back to back, it works out just fine. The downside with this trick so far is that you have to have text on both sides. You could in theory make a 'blank text wall' model with a different texture to fix this.
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: How to create unintended objects(Hotel Hades)

Post by Neikun »

nichg wrote:Text on thin walls
Its pretty well known by now that you can use secret doors to make thin-walled rooms. However, creating interactive elements on these walls is pretty difficult due to clipping issues and so on. I found a way to do it with one particular element at least, so I thought I'd share:

I wanted to have thin Temple walls with text on them in the middle of a Dungeon tileset. So I made a new secret door with the temple_wall_text.fbx model. Of course I get the 'no Gate node' error spam, but when the Model Toolkit can make new nodes that should be fixable. Now, the problem with this approach is that that model is one-sided. But it turns out if you put two of them back to back, it works out just fine. The downside with this trick so far is that you have to have text on both sides. You could in theory make a 'blank text wall' model with a different texture to fix this.[/quote}
You could export a dungeon wall model and the wall text model to .OBJ, put them neatly together in blender, export to .OBJ and save as a .MODEL in the GMT.
Last edited by Neikun on Tue Feb 26, 2013 2:21 pm, edited 1 time in total.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
Post Reply

Return to “Modding”