jetrotal

Results 53 issues of jetrotal

Sometimes, I want to test changes mande inside the rm2k3 editor in easyRPG player, for that I rename player.exe to RPG_RT.exe and RPG_RT.exe to RPG_RT_old.exe: ![image](https://github.com/EasyRPG/Player/assets/45118493/83f1d359-2e30-401a-a233-1b27e8467e5b) The problem with that...

Feature Request
Settings

Windows Only. Ok, to make this feature work: Create a Folder called "Plugin" (not Plugins as older tests) in your Project, and paste ffplay.exe from ffmpeg inside it. [ffplay.zip](https://github.com/EasyRPG/Player/files/13246249/ffplay.zip). It's...

Video
Win32

Hold ESC to skip all dialogs when in Debug Mode. Things to consider: - Need an alternative to `strlen(text_index) < 3`. Since the textboxes can stop while being bigger than...

Enhancement
Awaiting Rebase

### RPG_RT.ini Flags - VarMin and VarMax A flag that controls minimum and maximum variable range. Usage inside RPG_RT.ini: ```ini VarMin=-100 VarMax=100 ``` ------------- ### New Command: 2053 - SetFlag...

Enhancement

From time to time we receive requests to change exclusive database parameters. The approach to that always varies from: - Convert your LDB to EDB, edit the needed parameter, then...

Feature Request

Minor experiment, our first new Event Command. --------------------------- To use it, write in Maniacs TPC: `@raw 2049, "", speedIsVar, speed, speedLimitIsVar,speedLimit, hideSpeedMultiplierIsVar, hideSpeedMultiplier ` e.g.: `@raw 2049, "", 0, 10,...

Enhancement
Awaiting Rebase
EasyRPG

This one was requested a lot by the Creative Unconscious devs, They want to include special events related to christmas date or other holydays: ### 10220 - Control Variables New...

Needs feedback
Enhancement
Awaiting Rebase
EasyRPG

--- Please fill in the following fields before submitting an issue: #### Name of the game: Beloved Rapture #### Player platform: Windows #### Attach files (as a .zip archive or...

RPG_RT Patches

## SpriteSets A new folder in your project, where each asset needs: - A png sprite sheet - A Json/XML file describing each animation frame and duration from multiple sets...

Feature Request

Here I'll list work from different devs that use EasyRPG Player Source code. Those showcase interesting features that could work alongside our own fork. ### @JorgeMaker8000 - ManiacPatch's Stringvars: Source...

Enhancement