- Joined
- Nov 10, 2013
- Messages
- 23
- Reaction score
- 2
- First Language
- Portuguese
- Primarily Uses
Hello,
Ok, so here´s what I would like to do:
- Connect several maps (around 20, selected out of 25) through teleport events.
- Each map could have one, two, three or four exits/teleport events. This info would be defined in each map
- Each exit/teleport event would connect to another map. This would be random for each time you play the game, and would work both ways; if both exits are open, like, if going north from map 2 would lead me to map 12, going south from map 12 would lead me to map 2.
- If one exit is open and the other is closed, its a one way ticket.
- Each time the game is played, the maps are connected in a different way.
- All rooms are reacheable.
I tried to figure a way to do it, but unfortunately, it seems I lack the needed knowledge, both in algorithm and script knowledge, specially for the open path issue .
So I wonder if is there any script (I suppose this could only be achieved through scripts) I could use as a starting point... I tried the Dungeon Generator one, but couldnt completely understand how could I adapt it
Thanks in advance
Ok, so here´s what I would like to do:
- Connect several maps (around 20, selected out of 25) through teleport events.
- Each map could have one, two, three or four exits/teleport events. This info would be defined in each map
- Each exit/teleport event would connect to another map. This would be random for each time you play the game, and would work both ways; if both exits are open, like, if going north from map 2 would lead me to map 12, going south from map 12 would lead me to map 2.
- If one exit is open and the other is closed, its a one way ticket.
- Each time the game is played, the maps are connected in a different way.
- All rooms are reacheable.
I tried to figure a way to do it, but unfortunately, it seems I lack the needed knowledge, both in algorithm and script knowledge, specially for the open path issue .
So I wonder if is there any script (I suppose this could only be achieved through scripts) I could use as a starting point... I tried the Dungeon Generator one, but couldnt completely understand how could I adapt it
Thanks in advance

