Tricks, Tips, and ideas (without adding code)
Re: Tricks, Tips, and ideas (without adding code)
Having given it much thought, I'm stretching my own deadline (Hey- thanks, Boss!) for wrapping up my mod ( Crucio )to Friday the 28th so I can add (at least) a couple dozen custom sound files and add what I hope to be a lot of depth and atmosphere to the dungeon.These will be not only clue giving or base narratives, but will also add a little flavor and humor to how the entire experience is taken.So the next time you round a corner and find yourself staring down an ogre, you might hear, "Ooooh, it's dem guys what keep stealin' the boss's torches! C'mere you!" I'm fairly excited about the idea, and thought I'd put it in here - all you need is a microphone and Audacity, which is free.
Re: Tricks, Tips, and ideas (without adding code)
how do i do that without scripting?Malveus wrote:These are nice!
You can add a lot of atmosphere by taking active control of your ceiling lights and connecting them to timers and hidden plates.setting the timer to .5 will create a flashing klaxon style light, while having a line of them in a long hallway deactivate with increasing timer increments of 2 from farthest to closest for example can lend panic or dread to a situation.It's a device you may have seen in many horror movies in say a hospital or haunted building - glimpse of a creature in the distance, the light there goes out and the darkness begins spreading towards the viewer.
Grimrock Community 'FrankenDungeon 2012. Submit your entry now!: http://tinyurl.com/cnupr7h
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
SUBMIT YOUR ASSETS! Community Asset Pack (C.A.P.): http://tinyurl.com/bqvykrp
Behold! The HeroQuest Revival!: http://tinyurl.com/cu52ksc
Re: Tricks, Tips, and ideas (without adding code)
You don't, unless I missed a patchnote where lights are now connectable.HaunterV wrote:how do i do that without scripting?Malveus wrote:These are nice!
You can add a lot of atmosphere by taking active control of your ceiling lights and connecting them to timers and hidden plates.setting the timer to .5 will create a flashing klaxon style light, while having a line of them in a long hallway deactivate with increasing timer increments of 2 from farthest to closest for example can lend panic or dread to a situation.It's a device you may have seen in many horror movies in say a hospital or haunted building - glimpse of a creature in the distance, the light there goes out and the darkness begins spreading towards the viewer.
- Montis
- Posts: 340
- Joined: Sun Apr 15, 2012 1:25 am
- Location: Grimrock II 2nd playthrough (hard/oldschool)
Re: Tricks, Tips, and ideas (without adding code)
You can actually connect switches etc to lights (lamps) and toggle them. It works but their fade out time is about 1 second.
Re: Tricks, Tips, and ideas (without adding code)
Did somebody say disco ceiling?Montis wrote:You can actually connect switches etc to lights (lamps) and toggle them. It works but their fade out time is about 1 second.
"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
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!
Re: Tricks, Tips, and ideas (without adding code)
http://www.youtube.com/watch?v=XsbmKPV_YDwNeikun wrote:Did somebody say disco ceiling?Montis wrote:You can actually connect switches etc to lights (lamps) and toggle them. It works but their fade out time is about 1 second.
Steven Seagal of gaming industry
-
- Posts: 163
- Joined: Fri Sep 14, 2012 6:20 pm
Re: Tricks, Tips, and ideas (without adding code)
Now's that's some PHAT BEATS...shame I got epilepsy now, you'll be hearing from my doctor (jk)
Re: Tricks, Tips, and ideas (without adding code)
Yes, The lights may be connected to switches/plates/ etc causing them to activate or deactivate, or you can add a timer into the circuit allowing them to flash on/off with the time setting on it.
Re: Tricks, Tips, and ideas (without adding code)
I guess I could add a little here. These tricks are very newbie friendly. Enjoy.
SpoilerShow
SpoilerShow
SpoilerShow
SpoilerShow
- zimberzimber
- Posts: 432
- Joined: Fri Feb 08, 2013 8:06 pm
Re: Tricks, Tips, and ideas (without adding code)
here's another thing:
You can make the player go down a level without placing the up stairs.
You can make the player "fall-through-the stairs" by placing a pit where the players emerge from the down stairs.
You can make a monster come at you FROM the walls by placing him on a tile then deleting the room, but not the monster.
You can place any thing (torch holder, alcove, ETC...) on a secret wall or just in the air by putting it on a normal wall then changing its facing.
If a cube passes over another cube, the cube that the other cube moved onto will be destroyed. lots of cubes, eh?
example:
[ ] => [ ]
[ ] => [X]
You can make the player go down a level without placing the up stairs.
You can make the player "fall-through-the stairs" by placing a pit where the players emerge from the down stairs.
You can make a monster come at you FROM the walls by placing him on a tile then deleting the room, but not the monster.
You can place any thing (torch holder, alcove, ETC...) on a secret wall or just in the air by putting it on a normal wall then changing its facing.
If a cube passes over another cube, the cube that the other cube moved onto will be destroyed. lots of cubes, eh?
example:
[ ] => [ ]
[ ] => [X]