Popmundo quest guide β guide mode, step navigation, log and timer.
A quest tracking, step management and route recording tool for Popmundo.
First install Tampermonkey:
| Browser | Link |
|---|---|
| Chrome | https://tampermonkey.net/?browser=chrome |
| Firefox | https://tampermonkey.net/?browser=firefox |
Then:
Android:
iPhone / iPad:
A floating panel that opens automatically on map pages (/Locale/Compass).
57/156 step counter format)β Back / Forward β buttons for manual step navigationStop / Skip mode: confirm each step or advance automaticallyThe β‘ button in the header switches the panel to a compact 200px layout.
β Back / Forward β buttonsβΆWhen a quest is active, a βοΈ button appears in the normal-mode header.
Opens when the float button is clicked on non-map pages. Contains 4 tabs:
Characters tab:
Quests tab:
Log tab:
Settings tab:
localStorageπΊ New Map from the quest dropdownAutomatically connects if the PopControl extension is installed.
Quest text is written as plain text. Each line is a step. Lines starting with # are comments and are ignored.
| Command | Description | Example |
|---|---|---|
move |
Direction step | move North SouthEast East |
use_item |
Use an item | use_item Submarine |
use_item ? @ Location |
Use any item at location | use_item ? @ Icy Caverns |
use_item Name @ Location |
Use specific item at location | use_item hole @ Icy Caverns |
try_item |
Use item if present, skip if not | try_item Oxygen Tank |
passage Xmin |
Travel waiting time | passage 16min |
wait Xmin |
General waiting time | wait 30min |
checkpoint LABEL |
Location marker β can jump back to | checkpoint ENTRANCE |
| `require Item \ | Description` | Required item warning (shown every time) |
| `info Text \ | Link` | One-time information message |
| `goto Place Name \ | LocID` | Direct navigation link to a locale |
branch Dir -> CHECKPOINT |
Conditional branch β jump if direction is active | branch West -> GO_BACK |
# Comment |
Comment line β not counted as a step | # Watch out here! |
Short direction codes are supported:
N=North,S=South,E=East,W=West,NE=NorthEast,SW=SouthWest,U=Up,D=DownTurkish short codes:
K=North,G=South,D=East,B=West,KD=NorthEast,GB=SouthWest,Y=Up,A=DownPortuguese directions:
Norte,Sul,Leste,Oeste,Nordeste,Sudesteetc.
# North Pole β Example
require Winter Clothing | Required for protection against cold
info This quest has three sections: Cave β Mountain β Blizzard | /Forum/...
# Go to starting location
goto North Pole Entrance | 1234567
# Section 1: Ice Caverns
checkpoint ICY_ENTRANCE
move North SouthEast East NorthEast
passage 16min
checkpoint ICY_PATH_START
move East SouthEast South
use_item hole @ Icy Caverns
# Section 2: Mountain
checkpoint ICEPEAK_ENTRANCE
move SouthWest West NorthWest West
passage 16min
checkpoint ICEPEAK_PATH_START
move NorthWest Up NorthWest Up
use_item ? @ Icepeak Mountain
# Branch: take shortcut if West is active
branch West -> ICY_ENTRANCE
| Button | Function |
|---|---|
| Forward β (large button) | Execute current step |
β Back |
Go to previous step |
Forward β (bottom button) |
Advance to next step (without executing) |
Stop / Skip |
Toggle step confirmation mode |
β© Go |
Jump to selected checkpoint |
β‘ / βΆ |
Toggle compact mode |
βοΈ |
Edit active quest |
βΉοΈ |
Show quest info notes |
Admin |
Open admin panel |
Reset |
Reset character's step and quest data |
Γ |
Close panel (for this page visit only) |
| Color | Type |
|---|---|
| π‘ Yellow | Item used |
| π£ Purple | Checkpoint |
| π΅ Blue | Travel / wait |
| π΄ Red | Error |
| β¬ White | Movement |
| π©΅ Light blue | Manual movement |
| Code | Direction |
|---|---|
| N / K | North |
| S / G | South |
| E / D | East |
| W / B | West |
| NE / KD | NorthEast |
| NW / KB | NorthWest |
| SE / GD | SouthEast |
| SW / GB | SouthWest |
| U / Y | Up |
| D / A | Down |
Script is not loading. Make sure Tampermonkey is active. Refresh the page. Check that you are on a popmundo.com URL.
Compass panel is not showing.
The panel only opens automatically on /Locale/Compass pages. Click the float button (πΊοΈ) or open it via PopControl.
I closed the panel and it won't reopen.
Closing with Γ prevents the panel from reopening on the same page β this is intentional. Use the float button or PopControl button to reopen.
Getting "item not found" errors. The item name in the quest text may not exactly match the page. The script now also searches the item's subtitle (e.g. "Blinding Blizzard"). If still not found, a selection list will appear.
Alert keeps sounding.
Click π in the passage dialog or the Mute button in the panel. Muted for 1 hour.
Not working on mobile. Kiwi Browser + Tampermonkey is recommended for Android. Firefox mobile also works. On iPhone try the Userscripts app.
PopControl connection issue. It reconnects automatically after a page reload. If the float button is visible, the connection is lost.
goto command (direct navigation link)"Name β Subtitle" format% to 57/156 formatΓrequire and info commandsgoto command β direct locale navigation link in quest text57/156 formatΓ