1 - How ca I move my position in the map;
2- im trying to conect a door to 2 points so when Both of them are activated the door open; but when I do this only with one point the door opens
couple of doubts en the dungeon editor
-
- Posts: 23
- Joined: Wed Sep 12, 2012 10:02 pm
Re: couple of doubts en the dungeon editor
1. Select you starting position using the pointer tool. Then use WASD or the arow keys.
2. This is done by either using scripting or a counter. Set the counter to open the door when it's activated and it's initial value to the amount of switchs needed to open the door. Then make each of the switches decrement the counter when they're activated. That should work.
2. This is done by either using scripting or a counter. Set the counter to open the door when it's activated and it's initial value to the amount of switchs needed to open the door. Then make each of the switches decrement the counter when they're activated. That should work.
Re: couple of doubts en the dungeon editor
There is a lot of reading you should do, starting with the basic instructions on this page and all the links:
http://www.grimrock.net/modding/
http://www.grimrock.net/modding/
Finished Dungeons - complete mods to play
-
- Posts: 17
- Joined: Sat Sep 15, 2012 1:00 am
Re: couple of doubts en the dungeon editor
thanks; I really need this link 
