player
https://github.com/easyrpg/player
C++
RPG Maker 2000/2003 and EasyRPG games interpreter
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C++ not yet supported5 Subscribers
Add a CodeTriage badge to player
Help out
- Issues
- DynRPG - Using an @easyrpg_output Info followed by a Warning (or the opposite) both using the same message will not change output type
- Map files missing from the maptree (lmt) should be considered invalid
- Vehicle/Player ID conflict issues
- Adding or removing 0 level to a hero should reset their EXP to the EXP needed to reach the current level
- Adding negative HP to a hero using a Change HP command with the Allow Death flag set should not allow deaths
- Heroes with an EXP curve going above the EXP limit should not allow to reach their maximum level
- Damage Processing commands dealing 0 damage but with a Variance set should allow to deal 0 or 1 damage
- Change Vehicle Graphic commands with no graphic set should make the graphic of the vehicle be reset
- Moving at out of range coordinates on a looping map should only correct the coordinate in the direction you move
- Moving vehicles that are on the current map to another map through a parallel process should display an error
- Docs
- C++ not yet supported