The rpg-maker-xp tag has no wiki summary.
-5
votes
1answer
110 views
What steps should be taken to make an MMO and get many to play? [closed]
I am a newbie a video game design, but I have made one video game called Evan Aris Program. It was made with Game maker which is a do-it-easy kinda of program, but it still took lots of effort and ...
1
vote
0answers
123 views
Moving while doing loop animation in RPGMaker
I made a custom class to display character portrait in RPGMaker XP
Here is the class :
class Poser
attr_accessor :images
def initialize
@images = Sprite.new
@images.bitmap = ...
2
votes
1answer
284 views
multi-dimension array problem in RGSS (RPG Maker XP)
This is my first day code script in RMXP. I read tutorials, ruby references, etc and I found myself stuck on a weird problem, here is the scenario:
I made a custom script to display layered images
...
0
votes
1answer
301 views
RPG Maker (Issue) RGSS_RTP STANDARD
the issue i am having is rpg maker is installed onto my computer as well a rgss-rtp standard and when i go to run RPG maker it says RGSS-RTP STANDARD not installed?
how can i get it to run?
0
votes
2answers
3k views
RPG Maker XP Style (2D Top-Down RPG) Sprites and Tilesets Collection
I'm creating a bunch of games similar in style to RPG Maker XP -- 2D, top-down style adventure/action/RPG. I used RPG Maker XP in the past, and their sprites are great. Their content is packaged into ...