Recent content by LDHero

  1. L

    How can you share your game?

    If I do this, they will be able to play my game without RPG Maker XP? I just want to be clear.
  2. L

    How can you share your game?

    Hello, I'm trying to export my game and share it with other people that don't have RPG Maker XP. I'm having trouble finding resources for this. Can anyone give me a detailed guide on how to do this? I want some of my friends from out of state to playtest it. Thanks!
  3. L

    NPC Won't Move During Cutscene (setmoveroute)

    Thank you for the reply! I solved the issue...I was using impassable terrain and didn't even realize. I just fixed it in the database.
  4. L

    NPC Won't Move During Cutscene (setmoveroute)

    Hello, I'm sorry if this is a newbie question, but I've been having an issue with setmoveroute. I am simply trying to create a cutscene when the player steps over a tile. When the cutscene begins, both the NPC and my player just freeze in place. Does anyone know why this might be occurring? My...
  5. L

    Moving an NPC on a Set Route Issue

    Thanks! I'm still having the same issue though. For some reason only two frames of animation are played when it's set to Move Animation. Other than that, everything works fine.
  6. L

    Text Issue

    I'm running into a strange issue that may be a bug. When I update the text on page 2 for one of my trainer NPCs to "That was a fun battle!" (for example), the text gets reset to "..." while playing the game. When checking my code in the editor, it also gets reset to "..." after compiling. If...
  7. L

    Moving an NPC on a Set Route Issue

    It's a custom move route with Autonomous Movement.
  8. L

    Moving an NPC on a Set Route Issue

    I actually ended up solving this before you posted, but thanks! I'm having a second issue though. My NPC is only playing 2 animations when he is on his move route, and I see that I'm not the first user to run into this problem. I am currently set to "Move Animation." When I set the option to...
  9. L

    Moving an NPC on a Set Route Issue

    Hello, I'm attempting to move an NPC on a set route that repeats before battling them.(similar to trainer NPCs in mainstream pokemon games). After battling the NPC, I want them to stop moving. Here is the script. When I set the move route and set the Trigger to auto-run one of two things...
  10. L

    Show Choices Before Trainer Battle

    Thanks SpartaLazor. I'll keep looking into it. Just like you, I'm not sure why I am having an issue. If anyone else has feedback, please continue to post.
  11. L

    Show Choices Before Trainer Battle

    I am new to RPGMaker & Ruby, but I am a programmer. I'm having an issue getting NPCs to ask the player if they want to battle and subsequently allow the player to select yes or no. When I write battle code and playtest, my code gets re-written and my show choices branch goes away. If anyone has...
Back
Top