Demo:
Pokémon Walking (Current project title)
This project has been shifted to LOW priority, therefore updates will be SLOW. All movements (walking, riding, surfing, ledge-jumping, collision detection/response, etc.) have been implemented. Thus, I hereby announce that Pokémon Walking 1.0 has been released.
This is a project I am currently working on while I’m doing conscription service. The aim of this project is to port the walking algorithm used in the 2nd generation games of the official Pokémon game series. I’m sharing it with you guys, so if you are interested in the game, I can get motivated and continue working on this project, even if this has LOW priority and LOW activity.
If all bodes well, it’s possible that this will become a Java port of the Pokémon 2nd generation games. Highly likely, but I don’t want to get my hopes up too soon.
Everything is done from scratch/by hand. Some of the designs are mostly copied from the original Pokémon games. In the end, they will all be either replaced, or going to stick to the original games if I was to really port the game over to Java.
I have created a level editor, therefore all maps will be exported from the editor into the game. This is so that if there are any tile related bugs, I can centralize all of those bugs to the editor, making development more linear rather than branching into more forks than before.
The editor can be used to create custom maps. In the v16 update, I made it so that the game allows custom maps to be loaded into the game. Custom dialogues and items are not yet implemented, so please stay tuned.
Current Stable Version: (All new updates are marked in blue)
Game: v19,
Editor: v5
Nightly Builds: @GitHub, _testing branch.
Features:
- Walking. (Main theme of the entire project.)
- Area warping. (Completed)
- Ledges to jump. (Completed)
- Overworld (In development…)
- Overworld connection (Complete)
- Stairs. (Completed)
- Mountain ledges. (Beta)
- Surfing! (Alpha)
- Water! (Beta)
- Bitmap animations! (Complete)
- Dialogues! (Beta)
- Entity interaction! (Alpha)
- Level Editor (Basic functions are complete!)
- Bicycle riding. (Complete)
- Start menu. (Incomplete.)
- Item Balls. (Seems to be done.)
- Inventory/Bag (Complete!)
- Custom Maps Implementation System! (Complete!, time for modding!)
- Saving/Loading (Complete)
- Triggers! (Almost Fully Complete.)
Known Issues:
- Need to set a certain condition that players should satisfy before surfing.
Plans:
- Implement all walking situations from the original games. Walking, surfing, jumping over ledges, riding bicycle, etc. (Main goal) (Complete!)
- Will modify the areas slightly to make Joe terracing/building the land.
- Continuing to draw more tiles. This takes up the most of the development time.
- Clean the whole project. It’s overdued for a clean-up. (HARD to do!!)
Source Distribution:
This project is hosted on GitHub, maintained using TortoiseGIT. All releases are labeled as v###, where ### stands for how many releases in total.
Controls:
Inputs:
- Use WASD keys or the arrow keys to navigate around. Tapping the keys will “turn on the spot”.
- Just walk into the water to surf around.
- Use Z, X to interact. / and . can also be used. ZX and arrow keys are for right hand users, WASD and ./ are for left hand users.
- Press Enter to open start menu.
Save/Load:
- To save your game, use the in-game menu option called “Save”.
- To load your game, just start up the game. Loading is done automatically upon start up.
- To delete your saved data, just delete the “data.sav” file that was generated when you save your game.
GIF (HTML5) Tutorials (GFYCAT):
How to use the Level Editor, part 1: http://www.gfycat.com/NextNeighboringFluke
How to use the Level Editor, part 2: http://www.gfycat.com/FrighteningGargantuanDonkey
How to use the Level Editor, part 3: http://www.gfycat.com/SneakyTalkativeAcaciarat
You Should Know when starting the game: http://www.gfycat.com/CloudyBonyGlowworm
Adding your Custom Maps: http://www.gfycat.com/WeepyUnsightlyFairybluebird
Loading your Custom Maps: http://www.gfycat.com/FamiliarUncommonIndianabat
Downloads:
Latest Stable Version:
Main Game: http://www.thehelper.net/attachments/walking_v19-zip.18695/
Level Editor: http://www.thehelper.net/attachments/editor_v5-zip.18692/
If you have any questions/comments, please post below. I will get to lurking as often as I can. This post will be modified as often as I release new versions.