For the first time, RPG Maker 2000 is available in English! Since its debut 15 years ago, the beloved game-making engine has introduced untold amounts of users to the wonders of game design and continues to be a powerful, user-friendly tool.
Hi everyone! We have a new update for RPG Maker 2000.
[url=https://docs.google.com/document/d/1n-CHoQ0hwHWEnkoiLo7fiRUqS4hY4mhOkv_jkmz2cg8/edit]The Changelog is over here.[/url]
[h1]Instructions[/h1]
In order to apply the bug fixes to your current project:
- Create a new project
- Go to the newly created project's folder and copy RPG_RT.exe.
- Go to your current project's folder and replace RPG_RT.exe with the newly copied one.
- Finished!
[h1]Changed[/h1]
[b]Editor[/b]
- When importing music files, all allowed file types (mid, wav, mp3) are now shown at once.
- Comments in events can now have an arbitrary length and number of lines instead of being limited to 4 lines with limited width.
[h1]Fixed[/h1]
[b]Editor[/b]
- A topic in the help file (Events Setup Notes) had an incorrect title. Also, information about “\n[\v[...]]” and “\n[0]” in messages was missing.
- The error message for missing RTP had a typo.
- Some number fields in event commands (Change Variable, Change HP, Change EXP, Change Level, Conditional Branch) had incorrect maximum values.
[b]Engine[/b]
- On multicore-processor machines, a race condition would cause key states reported to events to be unreliable while a key was being held down (it would appear to “bounce” instead of being reported as continuously pressed).
- Escaping a backslash in a message with another backslash (“\\”) would not work properly and cause weird behavior when the following character was “n”.