CHERRY'S PROFILE

Search

Filter

Problems with RPG Maker 2003

Run this tool once whenever you have any keyboard issues: http://share.cherrytree.at/showfile-2704/kbdreset.exe

[2k3][Help] Random Error at random time

Ok this is strange. I have no idea what's going on, so could you please send me your project (or a project where you isolated the bug), I will then investigate.

[2k3][Help] Random Error at random time

Based on the values shown in the screen, I am pretty sure it is this error: "The game would crash when you removed an actor in battle when this actor was the last to do his turn."

Example:
- 4 actors in party
- 3rd actor in party does his turn
- Event removes 2 actors
- 2 actors in party
- Crash because the game tries to access the now non-existent 3rd actor

Try applying this bugfix: http://share.cherrytree.at/showfile-7303/rpg_rt_2k3_108_battleactionbugfix_and_getpartymemberbattlebugfix.ips

It fixes this bug, plus the bug described here: http://rpgmaker.net/forums/topics/11476/

Alternatively, you can install DynRPG which fixes this bug too.

DirectItemMenu Patch for RM2k/RM2k3

I don't have time for that. The whole point of this thing is that replacing the default menu made the whole thing so easy that I was able to do it in 5 minutes. ^^

Ideas for plugins in dynrpg

Oh crap, I made a mistake in getMenuScreen. The correct code is:

int getMenuScreen() {

return (**reinterpret_cast<char ***>(0x4CDC60))[12];
}

DirectItemMenu Patch for RM2k/RM2k3

I think it would also be useful for games with custom menus, then you don't need to rebuild the item menu unless it's necessary for some customization.

DirectItemMenu Patch for RM2k/RM2k3

This is just a very simple patch somebody at the German forums requested.

For RM2k v1.07 and RM2k3 v1.08.

readme.txt
This patch replaces the default game menu with the item menu only, so pressing ESC or using "<> Open Game Menu" will bring up the item menu.

BEWARE, other menu items cannot be accessed anymore when this patch is applied!

INSTALLATION:
Download Lunar IPS from here: http://fusoya.eludevisibility.org/lips/
Make sure your RPG_RT.exe is either RM2000 v1.07 or RM2003 v1.08, you can use Finder or Hyper Patcher 2 Demo (http://cherrytree.at/download/?did=10) to verify the version.
Backup your game.
Open Lunar IPS, click "Apply IPS Patch", select "All Files" in the bottom box. Then first select the right IPS file (2k or 2k3) and then select your RPG_RT.exe.

Download: http://share.cherrytree.at/showfile-7304/directitemmenu.rar

Maybe somebody needs it.

Best regards,
Cherry

Patch: RM2k3 Bugfix for a naughty default BS error

@dragonheartman: Seems like you are right, it doesn't happen with "Row", only with "Link to Event". For skills, you also need to have the same character cast a skill at least once before, otherwise there is no effect - for items, this doesn't apply (that's because casting skill #0 doesn't cause a crash for some reason, while using item #0 does).

@gadesx: Hmm, this sounds a bit harder to fix.

Patch: RM2k3 Bugfix for a naughty default BS error

And then I copied the wrong URL.

Seems like it wasn't really my day...

Patch: RM2k3 Bugfix for a naughty default BS error

Damn, due to a little typo it now ALWAYS executes the last skill...

I updated the link, please re-patch.