The Dink Network

RM2K Cap Raises

October 18th 2010, 05:04 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
So I want to raise to maximum character level to 100 and raise the max HP to 9999 and MP to 999. How would I do this? I've looked all around for a way to do this, and I know it's possible as I've played an rm2k game with a lvl cap of 75.
October 18th 2010, 05:11 PM
custom_iplaydink.gif
iplaydink
Peasant He/Him Sweden
Hmm.. 
Maybe you should turn to some other forum for this specific question?
October 18th 2010, 05:13 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
I've looked all around for a way to do this

Maybe read that again. This means I have tried finding a forum to ask this question, but they all seem to be very inactive. I thought, if I came here, since there are some people on, I could get an answer rather than having the first post being a little rude.

Back on topic please.
October 18th 2010, 05:38 PM
pq_knight.gif
ExDeathEvn
Peasant He/Him New Zealand rumble
"Skinny Legend" 
Maybe you should try looking for an RM2K specific forum which is active and asking there? Or google your actual problem and see if a solution presents itself (which usually does happen).

Other than yourself I can't say how many Dinkers have ever used that I'm afraid.
October 18th 2010, 06:07 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
As I've said, I have looked everywhere.
October 19th 2010, 12:43 AM
eye.gif
synbi
Peasant He/Him Finland
 
I think someone did make a patch that removed all those limitations, or then again it could have been made just for rm2k3. Try searching around gamingw.net forums.
October 19th 2010, 01:24 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Level cap is changable only through script. For a quick fix try changing the 99 value to your desired max level under Game_Actor line 582. Also limit the max level to under 100, anything above will require additional modifications.

Took me about 1 min to find.
October 19th 2010, 01:31 PM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
Where is Game_Actor line 582?
October 20th 2010, 12:11 AM
eye.gif
synbi
Peasant He/Him Finland
 
You need a program called Resource Hacker. With that, open and edit your rpg2000.exe to find it.
October 20th 2010, 12:33 AM
anon.gif
Absolution
Peasant They/Them
The Dark Lord of the DN. 
Went through all the files and can't find something called "Game_Actor"
October 20th 2010, 01:55 AM
eye.gif
synbi
Peasant He/Him Finland
 
There is no Game_Actor in Rpg maker 2000 or 2003. It refers to the scripting system used in Rpg maker XP and VX, where it's much easier to override limitations like this. Rm2k is much less unforgiving on these respects. Rm2k3's stat caps are much higher by default though, so you might think of giving it a try.