Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > Zelaron Gaming > RPGMaker

 
 
Thread Tools Display Modes

 
Rmxp help
Reply
Posted 2007-11-19, 03:01 PM
Me and the team have hit a problem with RMXP when ebtering the hero name, the character letters dont show up, we tried looking for the fixer and we found this
http://zelaron.com/forum/archive/index.php/t-35256.html
so as you can see we signed up. you mentioned game.exe to help fix this for rmxp, can anyone direct us to this please?
Old
Profile PM WWW Search
Arshes is neither ape nor machine; has so far settled for the in-betweenArshes is neither ape nor machine; has so far settled for the in-between
 
Arshes
 



 
Reply
Posted 2007-11-19, 09:44 PM in reply to Arshes's post "Rmxp help"
Game.exe refers to the patching method that they used to use - you had to upgrade your main RPGMaker program, create a new project, and copy that new project's "Game.exe" file over the project you wished to patch.

Played around with RGSS for the first time in a LONG while (RUBY ) - but for some reason, by default, it doesn't specify the font in Window_NameInput, under def initialize.

Adding these lines:

Code:
self.contents.font.name = "Arial"
self.contents.font.size = 18
right above "@index = 0" seems to fix it. Of course, that still leaves the problem of the character table being in Japanese, but that's easy enough to fix yourself - at least they'll show up properly in-game.

I don't quite remember where the 'Enter Hero Name fix' for RMXP is anymore - I'm fairly sure lrpgm.com used to have it, but that's gone now, and I don't have a copy. Still, it's easily fixed manually, just change the Japanese characters to whatever English ones you want. Example character table:
Code:
  CHARACTER_TABLE =
  [
    "A","B","C","D","E",
    "F","G","H","I","J",
    "K","L","M","N","O",
    "P","Q","R","S","T",
    "U","V","W","X","Y",
    "Z","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "a","b","c","d","e",
    "f","g","h","i","j",
    "k","l","m","n","o",
    "p","q","r","s","t",
    "u","v","w","x","y",
    "z","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "0","1","2","3","4",
    "5","6","7","8","9",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "C", "u" ,"b", "e" ,"",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
    "","","","","",
  ]
Old
Profile PM WWW Search
BlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzBlueCube enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
BlueCube
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RMXP Midis Noob101 RPGMaker 2 2007-07-11 06:20 AM
Rmxp Faq - *Please Read before posting!* Atnas RPGMaker 5 2007-04-13 10:41 AM
Help with RMXP Window Size! Feggy RPGMaker 21 2007-03-15 03:56 AM
RMXP Script help Chaos_Prime RPGMaker 2 2006-08-20 08:46 PM


All times are GMT -6. The time now is 12:17 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.