Two Dungeon Editor Questions

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
Ryeath_Greystalk
Posts: 366
Joined: Tue Jan 15, 2013 3:26 am
Location: Oregon

Two Dungeon Editor Questions

Post by Ryeath_Greystalk »

First, on the hidden pressure plates I uncheck the silent option, but once I save the map and open it up again all the boxes are checked silent. Is this a bug or something I don't understand?

Second question is on spawners. I'm using a lever and timers to spawn 4 mobs 20 seconds apart. That part works fine, but I only want them to spawn once. Is ther a way to make them only space once other than putting an astronomically big number in the respawn option? Also does the game keep track of if a spawned mob has been killed or not, in other words I leave a spawner to go unchecked will it go until it fills up the room?

Thanks in advance for any help.
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: Two Dungeon Editor Questions

Post by Komag »

You'll probably just want to script the spawns as one time only events. It would fill up the room if you left it going.
Finished Dungeons - complete mods to play
Ryeath_Greystalk
Posts: 366
Joined: Tue Jan 15, 2013 3:26 am
Location: Oregon

Re: Two Dungeon Editor Questions

Post by Ryeath_Greystalk »

Thanks,

I'm not up to scripting yet, so I'll find a workaround somehow.
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: Two Dungeon Editor Questions

Post by Komag »

then I guess a really crazy huge respawn time will work
Finished Dungeons - complete mods to play
User avatar
Sutekh
Posts: 129
Joined: Sun Nov 25, 2012 9:58 am
Location: UK

Re: Two Dungeon Editor Questions

Post by Sutekh »

One possibility comes to mind:
First, use a button instead of a lever, so you can set it to only activate once. Now create 3 timers, set to 20, 40 and 60 seconds, and connect them all to activate the spawner. Connect each timer to itself and, upon activation, tell it to deactivate itself. Connect the button to the 3 timers and the spawner too, so you get the first monster when you press it. Finally, place a blocker on the same square as the spawner, so you shouldn't get any monsters spawning on top of each other. You can connect everything to one spawner, or use separate spawners if you prefer.
I think that should do the trick. ;)
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: Two Dungeon Editor Questions

Post by msyblade »

You could also simply add a 2nd timer set to 80 (I would actually go 82 to be safe)to deactivate the first timer and itself.
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
Ryeath_Greystalk
Posts: 366
Joined: Tue Jan 15, 2013 3:26 am
Location: Oregon

Re: Two Dungeon Editor Questions

Post by Ryeath_Greystalk »

Thanks Sutekh.

The problem wasn't the spawners but the timers. I thought the spawners were respawning on their own based on the cool down period, when actually the timers were just reactivating them.
Connecting the timer to shut itself down after one cycle solved the issue.
Post Reply