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

Introduces the ability to chain multiple move route commands using a new AddMoveRoute (3027) event command, allowing for more flexible and scriptable character movement. Adds Game_Character::GetId and AppendMoveRoute methods, custom...

Added support for various Maniac Patch runtime engine settings via a new command handler in Game_Interpreter. Introduced new Game_System methods for pause screen when focus lost, fatal mix settings, fast-forward...

Window/Scenes
Messages

We were trying to get the back item of the events vector even when it was empty before.

Event/Interpreter
EasyRPG

According to tpc.exe bitfield offsets for Get Tile ID start at 0, not 1. I've modified the test map from #3330 and confirmed (on RPG_RT version 211010, im, patch_en) the...

EasyRPG is now able to render gif animations. Based on libnsgif used in mkxp-z: https://github.com/netsurf-plan9/libnsgif (MIT license). gif for quick testing: ![heroes](https://github.com/user-attachments/assets/b78e2747-2b42-459b-8580-dfea34c471ed) This PR Introduces GIF image decoding and animation...

FileFinder
Bitmaps
Building

Noticed this while implementing the proper version of the Mosaic transition: It starts with "current_frame = 1" because Update is called before Draw. See #3440

Transitions

In RPG Maker 2000, if a enemy transforms in battle from one monster type to another, its HP is capped to the max HP of the new form. For instance,...

Battle

This came up in yesterday's discussion on EasyRPGs chat: The Mexican fangame "Necklace of Elements" (https://rmarchiv.de/games/3824) uses its own custom font that was based on the broken RM2000.fon file which...

Fonts

These changes introduce support for reading TAR archives. TAR is still a popular archival format, and it's slightly easier to work with under Linux over other formats. I also figured...

FileFinder
Building
Tests

Support For some missing maniacs text rendering tags: - more colors: colors limit can go beyond `\c[19]` - index mode for exFont icons: `$[n]` or `$[\v[n]]` - array tags for...

Window/Scenes
Fonts
Messages