> For the complete documentation index, see [llms.txt](https://overthecloud.gitbook.io/underpunks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overthecloud.gitbook.io/underpunks/starters-hub/street-smarts-your-first-moves/map-and-movement-guide.md).

# Map & Movement guide

## Main maps

### Ratropia

Ratropia serves as the primary game world, offering the core gameplay experience from the start. The world consists of numerous interconnected rooms, each represented by a dedicated Discord channel. Players can track others' locations by checking the gray tags on their profiles, which display their current room.

<figure><img src="/files/oTkbD5BeR91BVijTiPb3" alt="" width="375"><figcaption><p>Town Map</p></figcaption></figure>

{% hint style="info" %}
Ratropia map: [#map-ratropia](https://discord.com/channels/413438871733272576/865606027490492416)
{% endhint %}

### The Hideous Dungeon

While primarily focused on combat encounters, the Hideous Dungeon offers additional gameplay elements. This challenging area uses the same navigation commands as Ratropia but presents unique strategic opportunities and challenges for players.

<figure><img src="/files/WqA9hYKIsy9vRNyXXUgG" alt="" width="375"><figcaption><p>Hideous dungeon Map</p></figcaption></figure>

{% hint style="info" %}
Hideous Dungeon map: [#hideou-dungeon-map](https://discord.com/channels/413438871733272576/865606027490492416/957041128643895316)\
This map is not up to date, maybe someone will create a cleaner one ☝️&#x20;
{% endhint %}

### Standard Navigation

Moving through Ratropia and other main areas requires directional commands:

* Full commands: `!north`, `!south`, `!east`, `!west`, `!up`, `!down`
* Short aliases: `!n`, `!s`, `!e`, `!w`, `!u`, `!d`

{% hint style="info" %}
Each room has its own cooldown period for movement, which is clearly marked on the map. This cooldown activates whenever you type a command and then also when you leave a room.
{% endhint %}

## Zoned Rooms

Some locations feature a more complex structure, dividing single rooms into multiple zones. These special areas including **Up Shire**, **Rankle River**, the **Asteroids**, **Mars**, and **Space Stations**.

### Mars Map

<figure><img src="/files/RTRYzpgBszi0aIYQxPjM" alt=""><figcaption><p>Mars Map (from January 30th)</p></figcaption></figure>

{% hint style="info" %}
Other Zoned rooms

* Space stations: [#map-stations](https://discord.com/channels/413438871733272576/1303210639317008445)
* Mars: [#mars-map](https://discord.com/channels/413438871733272576/1301213435299631114)
* Rankle river: TBD
* Up shire: TBD
  {% endhint %}

### Zone Navigation

To move between zones within these rooms, use the `!move` command followed by a direction:

* `!move north` or 'n' alias
* `!move south` or 's' alias
* `!move east` or 'e' alias
* `!move west` or 'w' alias

{% hint style="info" %}

* Unlike standard rooms, player positions within zoned areas are only tracked at the room level, not by specific zone.
* A planned feature for spacecraft will eventually allow diagonal movement between zones, though this functionality is not yet implemented.
  {% endhint %}

## Secret Areas

Throughout the game world, hidden rooms exist beyond what's shown on official maps. These secret areas offer unique gameplay opportunities, particularly for spy-class players. Discovering these locations often requires exploration or collaboration with experienced players who know their whereabouts.

Note for Explorers: Maps linked in this guide provide a foundational understanding of the game world, but remember that not all pathways and rooms are documented to preserve the excitement of discovery.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://overthecloud.gitbook.io/underpunks/starters-hub/street-smarts-your-first-moves/map-and-movement-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
