Skip to content

Commit 1e35479

Browse files
committed
Deploying to gh-pages from @ a0eb994 πŸš€
0 parents  commit 1e35479

File tree

7,143 files changed

+36224
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,143 files changed

+36224
-0
lines changed

β€Ž.nojekyll

Whitespace-only changes.

β€ŽCNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
codedocs.tgstation13.org

β€Ž_maps/map_files/tramstation/maintenance_modules/map legend.html

Lines changed: 192 additions & 0 deletions
Large diffs are not rendered by default.

β€Ž_maps/safehouses.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>_maps/safehouses/README.md - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>Safe House <aside>_maps/safehouses/README.md</aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/_maps/safehouses/README.md0"><img src="git.png" width="16" height="16" title="_maps/safehouses/README.md0"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2 id="creating-a-new-safe-house">Creating a new safe house</h2>
2+
<ol>
3+
<li>Create a new map inside the <code>_maps\safe_houses</code> folder using the TGM format.</li>
4+
<li>Create a new dm file inside <code>modules\bitrunning\virtual_domain\safe_houses</code> folder..</li>
5+
<li>Place exit and goal landmarks (obj/effect/landmark/bitrunning/..). Generally, 3 exits and 2 goals are ok.</li>
6+
<li>Ideally, leave 3 spaces for gear. This has usually been xy [1x1] [1x2] [1x3]</li>
7+
<li>Place the modular map connector at the bottom left tile.</li>
8+
</ol>
9+
<h2 id="notes">Notes</h2>
10+
<ul>
11+
<li>Safe houses are intended to be 7x6 in size. You're not technically limited to this, but consider maps other maps might be using this size if you want it to be modular.</li>
12+
<li>Consider that avatars are not invincible and still require air. If you're making a safe house, it should start with an area that accommodates for this.</li>
13+
<li>For compatibility, your safe house should have a route open from the top center xy [3x0] of the map.</li>
14+
<li>If you want a custom safehouse for a custom map with no modularity, no problem. Make whatever sizes you want, just ensure there are exit and goal effects placed.</li>
15+
<li>Some maps can alter what is spawned into the safehouse by placing objects in the safehouse area. I'm using the left corner, starting from the top, for things like space gear. </li>
16+
</ul></td></tr></table></main><footer>maplestation.dme <a href="https://github.com/MrMelbert/MapleStationCode/tree/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2">a0eb994</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>

β€Ž_maps/virtual_domains.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>_maps/virtual_domains/README.md - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>Making new virtual domains <aside>_maps/virtual_domains/README.md</aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/_maps/virtual_domains/README.md0"><img src="git.png" width="16" height="16" title="_maps/virtual_domains/README.md0"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2 id="required">REQUIRED:</h2>
2+
<ol>
3+
<li>One way that the encrypted cache can spawn. This can be from a mob drop, a landmark (place a few, it'll pick one), or a signable landmark if you have a points system.</li>
4+
<li>Place a virtual domain baseturf helper in each area.</li>
5+
<li>If you're using modular safehouses, ensure that the map has ONE tile marked with the safehouse modular map loader (and set the KEY). it will need an open 7x6 area.</li>
6+
<li>Placing a safehouse area is redundant, but it will ensure there is power in the starting safehouse.</li>
7+
<li>Create the dm file that defines the map qualities. You can use the existing ones as a template.</li>
8+
</ol>
9+
<h2 id="converting-an-existing-map">Converting an existing map</h2>
10+
<ol>
11+
<li>Create a new map using the existing map's size - give yourself enough room to enclose it with a binary wall. There's no need for any space outside of it, so ensure that it fits and is enclosed, nothing outside of this.</li>
12+
<li>Copy and paste the existing map into it.</li>
13+
<li>Find an accessible area for a safehouse, 7x6.</li>
14+
<li>Place a bottom left safehouse landmark somewhere on the map to load the safehouse.</li>
15+
</ol>
16+
<h2 id="notes">Notes</h2>
17+
<p>You shouldn't need to fully enclose your map in 15 tiles of binary filler. Using one solid wall should do the trick.</p>
18+
<p>For areas, ideally just one on the map and one for the safehouse. Vdoms should never last so long as to need individual area power and atmos unless you're specifically going for a gimmick.</p>
19+
<p>Use modular mob segments! Use modular map segments! Add some variety to your maps! Just make sure you've set your map to have &quot;is_modular&quot; afterwards.</p>
20+
<p>Adding some open tile padding around the safehouse is a good touch. About 7 tiles West/East for the visual effect of a larger map.</p>
21+
<p>If you want to add prep gear, you can do so within the safehouse's area as long you don't overlap with goal turfs or exit spawners. The top left corner is a good spot for this, with respect for the walls, therefore [1, 1], [1, 2], [1, 3]</p>
22+
<p>You can also create a specific safehouse if you find yourself needing the same gear over and over again. There is a readme for that as well.</p>
23+
<p>Boss zones should give players pretty ample space, I've been using a 23x23 minimum area.</p>
24+
<p>While it's not a hard set rule, 75x75 is the guideline for max size. The main issue is keeping them in the domain for too long.</p>
25+
<p>You have the option of baking in your own safehouse and ignoring the 7x6 guideline. To do this, you will still need a safehouse landmark and a file to load - even if it's empty. Ensure that you have the necessary landmarks placed that normally go in a safehouse on the map itself.</p></td></tr></table></main><footer>maplestation.dme <a href="https://github.com/MrMelbert/MapleStationCode/tree/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2">a0eb994</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>

β€Žarea.html

Lines changed: 47 additions & 0 deletions
Large diffs are not rendered by default.

β€Žarea/space.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/area/space - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="area/space.html#proc">Proc Details</a></header><main><h1>space <aside>/<a href="area.html">area</a>/<a href="area/space.html">space</a></aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/game/area/areas/misc.dm#L3"><img src="git.png" width="16" height="16" title="code/game/area/areas/misc.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="area/space.html#proc/powered">powered</a></th><td>Space is not powered ever, so this returns false</td></tr><tr><th><a href="area/space.html#proc/update_icon_state">update_icon_state</a></th><td>Update the icon of the area (overridden to always be null for space</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/powered"><aside class="parent"><a title="/area" href="area.html#proc/powered">↑</a></aside>powered<aside>(chan) <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/game/area/areas.dm#L461"><img src="git.png" width="16" height="16" title="code/game/area/areas.dm 461"></a></aside></h3><p>Space is not powered ever, so this returns false</p><h3 id="proc/update_icon_state"><aside class="parent"><a title="/area" href="area.html#proc/update_icon_state">↑</a></aside>update_icon_state<aside>() <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/game/area/areas.dm#L431"><img src="git.png" width="16" height="16" title="code/game/area/areas.dm 431"></a></aside></h3><p>Update the icon of the area (overridden to always be null for space</p></main><footer>maplestation.dme <a href="https://github.com/MrMelbert/MapleStationCode/tree/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2">a0eb994</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>

β€Žarea/station.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/area/station - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="area/station.html#var">Var Details</a></header><main><h1>station <aside>/<a href="area.html">area</a>/<a href="area/station.html">station</a></aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/game/area/areas/station/misc.dm#L11"><img src="git.png" width="16" height="16" title="code/game/area/areas/station/misc.dm 11"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="area/station.html#var/associated_department">associated_department</a></th><td>The PRIMARY department this area may be located in</td></tr><tr><th><a href="area/station.html#var/associated_department_flags">associated_department_flags</a></th><td>All department flags that are associated with this department</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/associated_department"><aside class="declaration">var </aside>associated_department <aside>– </aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/maplestation_modules/code/game/area/space_station_13_areas.dm#L109"><img src="git.png" width="16" height="16" title="maplestation_modules/code/game/area/space_station_13_areas.dm 109"></a></h3><p>The PRIMARY department this area may be located in</p><h3 id="var/associated_department_flags"><aside class="declaration">var </aside>associated_department_flags <aside>– </aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/maplestation_modules/code/game/area/space_station_13_areas.dm#L105"><img src="git.png" width="16" height="16" title="maplestation_modules/code/game/area/space_station_13_areas.dm 105"></a></h3><p>All department flags that are associated with this department</p></main><footer>maplestation.dme <a href="https://github.com/MrMelbert/MapleStationCode/tree/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2">a0eb994</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/area/station/ai_monitored/turret_protected - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="area/station/ai_monitored/turret_protected.html#var">Var Details</a></header><main><h1>turret_protected <aside>/<a href="area.html">area</a>/<a href="area/station.html">station</a>/<a href="area/station/ai_monitored/turret_protected.html">ai_monitored/turret_protected</a></aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/game/area/areas/ai_monitored.dm#L6"><img src="git.png" width="16" height="16" title="code/game/area/areas/ai_monitored.dm 6"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="area/station/ai_monitored/turret_protected.html#var/ai_will_not_hear_this">ai_will_not_hear_this</a></th><td>Some sounds (like the space jam) are terrible when on loop. We use this variable to add it to other AI areas, but override it to keep it from the AI's core.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/ai_will_not_hear_this"><aside class="declaration">var </aside>ai_will_not_hear_this <aside>– </aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/game/area/areas/ai_monitored.dm#L28"><img src="git.png" width="16" height="16" title="code/game/area/areas/ai_monitored.dm 28"></a></h3><p>Some sounds (like the space jam) are terrible when on loop. We use this variable to add it to other AI areas, but override it to keep it from the AI's core.</p></main><footer>maplestation.dme <a href="https://github.com/MrMelbert/MapleStationCode/tree/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2">a0eb994</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>

β€Žarea/station/maintenance.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/area/station/maintenance - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="area/station/maintenance.html#var">Var Details</a></header><main><h1>maintenance <aside>/<a href="area.html">area</a>/<a href="area/station.html">station</a>/<a href="area/station/maintenance.html">maintenance</a></aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/controllers/subsystem/ambience.dm#L64"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/ambience.dm 64"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="area/station/maintenance.html#var/minecraft_cave_noises">minecraft_cave_noises</a></th><td>A list of rare sound effects to fuck with players. No, it does not contain actual minecraft sounds anymore.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/minecraft_cave_noises"><aside class="declaration">var </aside>minecraft_cave_noises <aside>– /static/list</aside> <a href="https://github.com/MrMelbert/MapleStationCode/blob/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2/code/controllers/subsystem/ambience.dm#L69"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/ambience.dm 69"></a></h3><p>A list of rare sound effects to fuck with players. No, it does not contain actual minecraft sounds anymore.</p></main><footer>maplestation.dme <a href="https://github.com/MrMelbert/MapleStationCode/tree/a0eb994b8cd9fc5393329d18c1db06c0ee3826b2">a0eb994</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>

0 commit comments

Comments
Β (0)