Jetrotal

Results 58 issues of Jetrotal

![image](https://github.com/EasyRPG/Player/assets/45118493/a80581d2-090b-4ca0-bf22-26f892060754) You can teleport to a custom-named map, by filling `com.string`: ```js @raw 10810, "./Map/test", 0,0,0,3 ``` It Even considers custom folder structure. It still lacks some changes to support:...

# Flash 2 Pixelart Flash 2 Pixelart is a tool for converting animation in Adobe Flash to pixel art. It allows you to adjust the pixel size, alpha threshold, outline...

Recently I've been testing file manipulation inside the webplayer. It was discovered that somewhere between easyrpg updates the FS functions from emscripten where isolated inside another function in its javascript...

Emscripten

If you have a copy of config.ini saved at the same folder as the player app, it will load the game settings from it, instead of the global folder. -------------------------------------...

Settings

In Maniacs, CommandOpenSaveMenu is renamed to "Call System Function". I implemented what is closer to our code. Also expanded the code to cover our custom submenus (Cases 8 to 12).

Event/Interpreter

Transforms a String Picture into a menu. ![image](https://github.com/user-attachments/assets/063fb809-7449-4507-9def-4b0d06d1ede3) MAP DEMO: [StringPicMenu.zip](https://github.com/user-attachments/files/16455477/StringPicMenu.zip) - Updated 01/August/24 Paste it inside a new project. ---------------------------- You can control the outputs from the menu through...

Event/Interpreter
Window/Scenes
Awaiting Rebase
EasyRPG

@MackValentine has been doing a lot of good upgrades and experiments on easyRPG Repo. He also allowed us to reuse or modify his code if needed. In this Issue I'll...

Enhancement
RPG_RT Patches
EasyRPG

Good for Savefiles deletion and other future features. Cloning a savefile between slots could also be interesting.

FileFinder