Help - Search - Members - Calendar
Full Version: Rm2k3 - Reshack - Longer Common Event Names?
RPG RPG Revolution Forums > Game Engines > RPG Maker 2000 / 2003
Dart00
Does anyone know what to modify in Rm2k3 using Reshack to allow longer Common Event Names? Im having real problems being unable to make longer names... sad.gif
Night5h4d3
I personally recommend XN Resource editor, but anyway, you can find the info for the common event menu here:
CODE
RC DATA > TFORMEDCOMMONEVENT

if you look for:
CODE
object OverEdit1: TOverEdit

near the top, you'll eventually see :
CODE
MaxLength = 20

A few lines down, change that to however long you need.

I'm not responsible for any problems this may cause however.
Dart00
QUOTE (Night5h4d3 @ Oct 12 2011, 07:15 AM) *
I personally recommend XN Resource editor, but anyway, you can find the info for the common event menu here:
CODE
RC DATA > TFORMEDCOMMONEVENT

if you look for:
CODE
object OverEdit1: TOverEdit

near the top, you'll eventually see :
CODE
MaxLength = 20

A few lines down, change that to however long you need.

I'm not responsible for any problems this may cause however.


Cool. Thanks.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.