Skip to content

Commit

Permalink
Hostile Encounters in the mounts... (#996)
Browse files Browse the repository at this point in the history
* mapping update

adds new maps for mt decap to choose, adds an unbreakable dungeon wall since the gamers are too gamer with the pickaxes, attempts to make the map code work, makes mt decap be multi z level

* updated underground decap

updates it to not be a fully empty z level, now has stone and some planning to make the randomized dungeon or scenarios

* attempt 2

fixes some mapping and coding issues, not enough to make it run

* compactation

compacts the zones to 1 z level and removes multi z level inserts attempts to make it work and fails

* new attempt at make it work

didn't worked very well

* a new attempt to make it work

remapped mt decap to the entrance being in the lowest floor, readded area code and fixed it, somewhat it stills without work

* finally working

makes the code of multi z level work and adds more ores in the third level, that way the third floor doesn't spawn random empty stones, ready to launch and tes

* add the missing things

adds some codework and fixes an light issue

* fixes the oopsie

yeah guess who pushed the testing mode hahaha

* dme fix

fixes the dme yaay wahooo urraa

* remapping

adds an open entrance for the players after a complain of never have found the dungeon (their adventure included explore the map and they just didn't do it)

* Update rt.dm

* bluefire fix

fixes an issue

* code and map adjustments for the linters god

fixes some issues and adjusts others

---------

Co-authored-by: NPC1314 <[email protected]>
Co-authored-by: Optimism333 <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2024
1 parent 98ded76 commit d733507
Show file tree
Hide file tree
Showing 8 changed files with 75,188 additions and 17,386 deletions.
4 changes: 3 additions & 1 deletion _maps/custom/otherz/smalldecap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"map_name": "smalldecap",
"map_path": "map_files/roguetown/otherz",
"map_file": "smalldecap.dmm"
"map_file": "smalldecap.dmm",
"traits": [{"Up": 1}, {"Up": 1, "Down": -1}, {"Up": 1, "Down": -1}, {"Down": -1}]
}

Loading

0 comments on commit d733507

Please sign in to comment.