[Java] Pokémon Walking algorithm

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
The items disappear.
If you picked items up, it should be moved into your inventory. Scroll around in the bag to see if the items are in there. The items disappear because anything picked up in the game should be placed directly into the bag, just like the original games.

I'm currently working on triggers for the game. It's now possible to make scripted movements based on would-be game events. The latest dev build of the level editor supports triggers, which will help in creating a more interactive custom map.
 

jonas

Ultra Cool Member
Reaction score
46
I did not make myself clear, apologies. When I load, the items disappear.

EDIT: To be even more precise, the items in my inventory disappear.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Thanks, even though it was expected to be a ZIP file containing a SAV file, I think it should be good enough.

I put your bug report up on Github, so you can be able to check to see if the issue has already been fixed.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Big update v19:

Bugfixes:
  • Game: Fixed minor potential bugs.
  • Game: Fixed game stalling if dialogues are not being shown, yet the player is seen interacting with entities.
  • Game: Fixed area color not being shown correctly; House roof colors not being represented by its actual colors.
  • Game: Fixed items not being placed in the inventory after picking it up.
  • Game: Fixed items not appearing in the inventory after saving and then reloading the game.
  • Game: Fixed input lag not balanced or set correctly when riding/getting off the bicycle.
  • Editor: Fixed animated tiles not being animated while drawing tilesets.
  • Editor: Fixed not being able to set tile biomes while drawing tilesets.
  • Editor: Fixed hidden bug causing unpredictable loading sequences.
  • Editor: Fixed mouse positions being jumpy.
  • Editor: Fixed issues with mouse positions being calculated incorrectly.
  • Editor: Fixed possible fatal crash; will notify users of this problem if certain conditions have been met.
Enhancements:
  • Game: Added Triggers.
  • Game: Now uses new map format to incorporate triggers. Old existing maps will now need to be redrawn.
  • Game: Saving/Loading uses new map format.
  • Game: Added FPS counter at the top.
  • Editor: Added Triggers and Tileset layers.
  • Editor: GUI has been modified.
  • Editor: Saving maps with triggers now possible.
  • Editor: It is now possible to see a tile's data values just by hovering the mouse cursor over it.
  • Editor: It is now possible to see a trigger's data values just by hovering the mouse cursor over it.
  • Editor: Now remembers the directory file in which you have last saved/opened your custom maps.
  • Both: Added new House tiles.
Converting old maps to new maps:
  1. Grab Paint.NET or GIMP, one of these graphics editors.
  2. Open the old map using the graphics editor of your preferred choice.
  3. Copy all of the pixels. (Ctrl+A, then Ctrl+C) This is in case you accidentally erased something.
  4. Set Canvas size to (1 + original map height).
  5. Move the entire map down 1 pixel. (Or Ctrl+A, Delete, Ctrl+V, and then move it down by 1 pixel)
  6. Save.
Now your old map is converted to the new format. If you want to know why, you can go check out the code here.

--------------------

Pokémon Walking.zip <-- Contains both the game and the "map" editor.
editor_v5.zip <-- Contains the editor only.
walking_v19.zip <-- Contains the game only.
 

Attachments

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Those who already knew that I am packing for tomorrow's flight, please ignore.

This project will be on temporary hold for now. Since I will be moving to US for my graduate study, there won't be any updates until the end of July.

Sort of like taking a short break.

If this project still does not have any activities after August 1st, 2014, please assume that I am in trouble.

I vowed that this project will not be discontinued by the end of 2016. This is a wonderful project for me, so why should I quit now? There are so many potentials...

That is all. Please stay tuned.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259


I forgot what small details had changed. So, forgive me for not logging all the changes for 1 whole year.
  • New Script Editor!
  • New Level Editor layout changes!
That's all. I should probably start logging the changes.
 

Attachments

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
This thread warrants a new update.

It's May 9, 2020, and it's definitely 8 years since the first post of this thread. (OP thread start date was May 12, 2013).

New code foundations were set. Fixed huge issues with how the codes were structured, as it's not OOP in the past, and the code was written amateurishly. Both the game and the level editor are now updated with some of the fixes going into core issues in both places.

It's now using Java 12, probably will move into Java 13 LTS at some point.

Split the project into modules. We now have 2 branches, 1 master, and 1 called "joe". This branch's main goal is to get a functioning NPC working. Script Editor will come in handy once the NPC system is in place.

And then once the "joe" branch is merged into "master", we can then start focusing on battles.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Currently working on a new improved game loading/saving system that will replace the current system. The old system is not that easy to add information, and it's cumbersome to try and adjust the code to do this.

The new system will allow me to quickly add in new information, while maintaining the byte chunk data, and more. This will help with NPC system, character inventory management, in-game system date & time, and many more.

Like I said, fundamental codebase was whack... Gotta fix what I did from the ground up...
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Do you version your save files?
Yes I do. The save file is now version 0002.

If you're referring to how many times the save data file has been written to, and keeping track of "written revisions", no I don't keep track of that. I'm not sure why you would want to do this though.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Merged my bugfix branch into master.

This means all of the refactoring and rewriting of the messy codebase are now finished. It did take a long while to get to this point.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Moved and updated my project to use Gradle 7.1.1. Made a lot of changes, so the level editor and game now supports TDIC hash checksum checking.

Mostly under-the-hood changes. The next versions will be officially using semantic versioning, v0.9.X, or v0.10.0, if new, significant features are added.
 

Attachments

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,259
Made a hotfix for Pokemon Walking.

  • Added support for human-readable trigger symbols in the script files.
  • Fixed loading default world maps and scripts not using TDIC checksum checks.
 

Attachments

General chit-chat
Help Users
  • No one is chatting at the moment.
  • jonas jonas:
    Good to see you Varine!
  • The Helper The Helper:
    Happy Sunday!
    +1
  • V-SNES V-SNES:
    Happy Sunday!
    +1
  • ToshibaNuon ToshibaNuon:
    Happy sunday!
    +2
  • The Helper The Helper:
    And its Friday!
  • The Helper The Helper:
    Happy Saturday!
    +1
  • V-SNES V-SNES:
    Happy Saturday!
  • The Helper The Helper:
    Happy Monday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    Happy Friday!
    +1
  • tom_mai78101 tom_mai78101:
    Starting this upcoming Thursday, I will be in Japan for 10 days.
  • tom_mai78101 tom_mai78101:
    Thursday - Friday will be my Japan arrival flight. 9 days later, on a Sunday, will be my return departure flight.
    +2
  • The Helper The Helper:
    Hope you have safe travels my friend!
    +1
  • vypur85 vypur85:
    Wow spring time in Japan is awesome. Enjoy!
  • The Helper The Helper:
    Hopefully it will be more pleasure than work
  • vypur85 vypur85:
    Recently tried out ChatGPT about WE triggering. Wow it's capable of giving a somewhat legitimate response.
  • The Helper The Helper:
    I am sure it has read all the info on the forums here
  • The Helper The Helper:
    i think triggering is just scripting and chatgpt is real good at code
  • vypur85 vypur85:
    Yeah I suppose so. It's interesting how it can explain in so much detail.
  • vypur85 vypur85:
    But yet it won't work.
  • The Helper The Helper:
    it does a bad ass job doing excel vba code it has leveled me up at my job when I deal with excel that is for sure
  • vypur85 vypur85:
    Nice! I love Excel coding as well. Has always been using Google to help me. Maybe I'll use ChatGPT next time when I need it.
  • The Helper The Helper:
    yeah whatever it puts out even if it is not perfect I can fix it and the latest version of chatgpt can create websites from pictures it will not be long until it can do that with almost all the tools
    +1

    The Helper Discord

    Members online

    No members online now.

    Affiliates

    Hive Workshop NUON Dome World Editor Tutorials

    Network Sponsors

    Apex Steel Pipe - Buys and sells Steel Pipe.
    Top