The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: Tezuka on October 24, 2006, 02:01:53 PM

Title: A ToS CMS and a personal fix for it.
Post by: Tezuka on October 24, 2006, 02:01:53 PM
I found this Tales Of Symphonia CMS script, I found it while surfing in the crybab... I mean RMXP forums. You can find it HERE (http://www.hbgames.org/forums/showthread.php?t=8708&highlight=tales)

BUT:

I started using this script on the Crankeye version of RPG Maker XP and found a problem, make sure you test the script out before replacing parts of the script!

Parts I had to change:

Goto lines 47 and 48 and replce what is there with:

Code: [Select]
 Font.default_name = 'Arial' # Font of game.
  Font.default_size = 22 # Font size of game.

I think line 48 does not have to be replaced but line 47 is a MUST.

If you have any problems with this script, don't hesitate to ask in this thread.
Title: Re: A ToS CMS and a personal fix for it.
Post by: idahlo on November 04, 2006, 05:39:32 AM
i was using that script too but when i try to save it doesnt show the actors graphics >_>