A downloadable game for Windows

Download NowName your own price

A short "walking simulator" style game with the graphical limitations of the original Gameboy. 4 colors, 160x144 resolution. The world starts small, but there's not much to do on this tiny screen so expand it!

Reminder that everything in the game is fictional and has no connection to anyone in reality (living or otherwise).

Default controls:

  • Left - A
  • Right - D
  • Jump - Space
  • Action - W
  • World Map - E
  • Inventory - B

Want to edit a character's dialogue? No problem! Here are the tags you can use and what they get replaced with:

  • TAG
    • DESCRIPTION
    • EXAMPLE
  • \dXXYYYY
    • NPC drops XX of YYYY
      • Technically, YYYY doesn't have to be one of the 4 items, but it won't show up in the inventory menu
    • This cannot be on the same line as anything else
    • \d05Wood
    • \d99Gems
  • \mXXXX
    • "true" if the map has been bought "fals" if not
    • \mFelia Town
  • \wXXX
    • Change's an NPC's "Cutscene on Walkby"
    • This cannot be on the same line as anything else
    • \wOn
    • \wOff
    • \wToggle
  • \t
    • NPC's name
    • \t
  • \p
    • Player's name
    • \p
  • \iXXXX
    • XXXX's input button
    • \iAction
    • \iRight
  • \bXXXX
    • The amount of XXXX a player has
      • Technically, XXXX doesn't have to be one of the 4 items
    • \bWood
    • \bGems
  • \b4XXXX
    • \b, but adds leading 0s to print 4 characters
      • Technically, XXXX doesn't have to be one of the 4 items
    • \b4Wood
  • \jXXXXYZZZZWWWW
    • If XXXX is Y to/than ZZZZ, jump to line WWWW
    • This can be used with other tags
      • XXXX, ZZZZ, and WWWW must ALL be 4 characters
      • Y can be = (equals), > (greater than), < (less than), and ! (different than)
    • This cannot be on the same line as anything else
    • \j\b4Wood=00100040
    • \j\b4Gems!\b4Wood0014
    • \j\mSanlow Cave=true0004
    • \jtrue=true0000
  • \gXXXXYYYY
    • Player gives XXXX of YYYY to the NPC (removes it from inventory)
      • Technically, XXXX doesn't have to be one of the 4 items
    • This cannot be on the same line as anything else
    • \g0100Wood
  • \fXXXX
    • Changes the NPC's cutscene file to ./cutscenes/NPC's Name/XXXX
    • This cannot be on the same line as anything else
    • \fletsdance.scene
    • \fwhy not spaces.txt
  • \e
    • Ends the cutscene
    • This cannot be on the same line as anything else
    • \e

Enjoy the modding!

Download

Download NowName your own price

Click download now to get access to the following files:

Pocket World (Source).zip 4 MB
Pocket World.zip 3 MB

Leave a comment

Log in with itch.io to leave a comment.