Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Variable = Actor Level not working (VX)
Post: RE: Variable = Actor Level not working (VX)

here's the first screenshot: http://imageshack.us/f/26/test1il.jpg/ http://imageshack.us/photo/my-images/26/test1il.jpg/ and the second: http://imageshack.us/f/843/test2jd.jpg/ http://ima...
nuberus General Support 3 6,729 08-24-2011, 02:31 PM
    Thread: how to make an event touch another event
Post: RE: how to make an event touch another event

I don't think there's any built-in function for that. If you track every event's map X and map Y coordinates, then you could have a common event check for events being on the same x or y coordinate an...
nuberus General Support 2 5,832 08-24-2011, 01:19 PM
    Thread: Variable = Actor Level not working (VX)
Post: Variable = Actor Level not working (VX)

I'm trying to do something really simple, and it doesn't work. In an Event, go to Control Variables. Variable - single. Set. Actor 001:Ralph's Level. When I display it in a message window, the var...
nuberus General Support 3 6,729 08-24-2011, 10:32 AM
    Thread: Kanji won't display in game
Post: Kanji won't display in game

Thanks, everyone! I got it to work by adding this line to the Main script: Font.default_name = "Gulim" That's all that was needed!
nuberus General Support 8 12,199 05-23-2010, 08:04 AM
    Thread: Kanji won't display in game
Post: Kanji won't display in game

Jaberwocky Wrote: -- I am using the english RGSS.dll with no problems displaying Japanese text ingame, so long as I set the font for the window to one that supports it. Changing the .dll version isn...
nuberus General Support 8 12,199 05-22-2010, 04:32 PM
    Thread: Kanji won't display in game
Post: Kanji won't display in game

I found the solution on another website: in short: change the Game.ini from "Library=RGSS202E.dll" to "Library=RGSS202J.dll" (without quotes) in detail: SPECIFICATION FOR ADDING JAPANESE FONTS fo...
nuberus General Support 8 12,199 05-21-2010, 03:32 AM
    Thread: Kanji won't display in game
Post: Kanji won't display in game

Jaberwocky Wrote: -- Is the window's font set to one that actually has the Japanese characters in it? -- Thanks for pointing that out. Actually, in the editor I can change to Japanese language sett...
nuberus General Support 8 12,199 05-21-2010, 01:51 AM
    Thread: Kanji won't display in game
Post: Kanji won't display in game

I'm trying to make a game to teach Japanese kanji. Basically, if the player chooses the correct kanji from the spell list, it hurts the monster that matches it. The scripting and whatnot all works, an...
nuberus General Support 8 12,199 05-20-2010, 06:50 PM