Skip to content

wmw-modding/wheres-my-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e583d62 · Feb 25, 2023

History

87 Commits
Dec 4, 2022
Feb 25, 2023
Jul 5, 2022
Dec 8, 2022
Aug 11, 2022
Jan 16, 2023

Repository files navigation

Where's My Editor

A level editor for Where's My Water (android)

Setup

run

pip install -r requirements.txt

or

py -m pip install -r requirements.txt

Start by extracting your where's my water apk file into a directory. When you run the program for the first timze, it'll ask you to select the game directory. This can also be configurable in the settings.json file that is generated by the program.

Todo

  • Export xml file
  • Export png file
  • Add and remove objects
  • Room object
  • Image editor
  • Complete settings menu
  • Level explorer
  • Fix some objects not loading

Credits

  • Thanks to campbellsonic for the script to load waltex images. I could not have done it without them.