Player icon indicating copy to clipboard operation
Player copied to clipboard

RPG Maker 2000/2003 and EasyRPG games interpreter

Results 364 Player issues
Sort by recently updated
recently updated
newest added

This PR uses `base64.hpp` from https://github.com/tobiaslocker/base64/ under its MIT license. Data URI is the most common format for encoding/decoding files as strings. This implementation uses Base64 encoder and can load...

FileFinder
Building

I'm trying to play the [OFF fangame known as HOME](https://the-off-fangame.fandom.com/wiki/HOME) however when I try to begin a new game I cannot get past the initial dialogue, it simply throws me...

RPG_RT Patches

Very dirty implementation of play music from timestamp. TPC Syntax: ```cpp @msg.choice { .case "MEMORIZE + TIMESTAMP" { @comment "memorize bgm" @cmd 11530, "", [0, 10] // [tick_variabletype, tick_variablevalue] }...

Allow the player to Type some text inside the game. It's headless implementation, only way to get a feedback that the player is in typing mode is by having a...

**Player platform:** Windows 11, latest continuous build of the Player. **Describe the issue in detail and how to reproduce it:** [Test Error Game TURN COUNT.zip](https://github.com/user-attachments/files/22169280/Test.Error.Game.TURN.COUNT.zip) On the test project present...

Event/Interpreter
Battle

**Game:** [Idiot Maiden](https://indiehorrorrpg.blogspot.com/2022/05/la-doncella-tonta.html). This was mainly tested on the Spanish version, but is also doable on other languages such as English. **Player platform:** Windows 11, latest continuous build of the...

Event/Interpreter
Move Routes
RPG_RT Bugs

When running an RPG Maker 2000/2003 game with an external .bin translation file (e.g., TrsData_*.bin) in RetroArch using the EasyRPG core, the following pattern occurs: 1.First run of any game...

Crash
Needs feedback
help wanted
libretro

#### Name of the game: Yume 2kki. #### Player platform: Windows, 64 bits continuous build of the Player. #### Describe the issue in detail and how to reproduce it: When...

Audio
RPG_RT Bugs

In EasyRPG, there's clipping when total_volume is greater than 1.0. In RPG_RT, sound is limited to 0 dB. .Flow has a lot of clipping, but you can notice it in...

Audio
Patch available

With RPG_RT.exe, it's possible to very easily hook a texthooker such as [Textractor](https://github.com/Artikash/Textractor) to the executable and get a stream of text as it's written onto the message boxes and...

Enhancement