Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. Sethorion

    Change Terms in Database while in-game?

    My understanding of Javascript is super dodgey. If I want to change "New Game" to "Start New Adventure," then what would I enter for method and param in the above example?
  2. Sethorion

    Prefect Pixel Collision, How to Impliment?

    I tired 30 as the ID and the error changed to "undefined is not a function." I guess that is progress...? I want the collision detection to be pretty precise. This plugin that I'musing is able to dtect whether pixels from one sprite (like a sword, in this case) make contact with the pixels from...
  3. Sethorion

    Prefect Pixel Collision, How to Impliment?

    I'm trying to implement this plugin so that my character can slash at events and cause damage on collision, but I'm having trouble with the code (still new to Javascript). What I've done: - I created a sword-slashing animation that is listed as a common and event, and pressing "A" will trigger...
  4. Sethorion

    List Custom Weather Effect in "Set Weather Effect" Window

    Awesome! Thank you so very much!
  5. Sethorion

    List Custom Weather Effect in "Set Weather Effect" Window

    I decided to screw around with new weather effects. It seemed pretty easy at first: I found the weather sprites in the core.js file and, for everywhere that 'snow' was listed, I created a copy and edited it to 'grey' instead of 'white' particles. There is exactly one problem: When I restart...
  6. Sethorion

    Event Image Transparency

    Yes. So if I walk under one roof tile, all the associated roof tiles for that building will turn to 50% opacity, and then go opaque again once I an no longer under any of those tiles. Knowing how to do this will also be useful in case I want a button that resets if I step off of it, etc. It...
  7. Sethorion

    Event Image Transparency

    Traditional tileset. I only know how to use the "move" commands to change the event's opacity. I want it to apply the opacity to a string of events, and then change back to 100% opacity when the character is no longer touching. Kind of like a button that resets when you step off of it.
  8. Sethorion

    Event Image Transparency

    Hey Guys! I'm looking to make a set of roof tiles go to 50% opacity whenever the player walks under/behind them, but then I want the tiles to return to 100% opacity once the player is no longer standing/walking there. I tried turning each roof tile into an event. Each event is set to "Above...
  9. Sethorion

    City Tileset

    Gotcha. I missed that, and I needed to go to a different folder. I was in the application files rather than my project files. It's working now (and my tileset is glitch-free so far! *happy little dance*).
  10. Sethorion

    City Tileset

    I'm building a City Tileset and it is coming along nicely. But I have one problem: I can't seem to import the tileset. I own RPG Maker MV and I have gone to C:\Program Files\RPGMV\NewData\img\tilesets and named my file Outside_C_Augment.png So why can't I see/use it?
  11. Sethorion

    Prevent Variables from Resetting in Do/While

    If you want to see a jsfiddle for this instead, let me know. SUMMARY OF WHAT I"M TRYING TO DO: ((You can read or ignore this p)) I've put together a very simple game that uses a do/while function and switch to check what room you are in. If you are in room one, the switch selects room1 and runs...
  12. Sethorion

    Need Infinite Loop to Pause and Re-Prompt Player each time it runs.

    Awesome! Thanks, this fixed a lot of issues for me. It is now running as it should.
  13. Sethorion

    Need Infinite Loop to Pause and Re-Prompt Player each time it runs.

    Hey guys! I'm looking to create a prompt that re-runs each time that you provide input. (I will eventually create a 'quit' option) In this example, the player gives their name and the computer responds. Then I want to computer to ask again, forever, but without crashing the computer. var user...
  14. Sethorion

    This is Sparta

    Loving it so far. I'm going through codecademy and grasping the javascript pretty well thus far. What other resources do you recommend for practicing js?
  15. Sethorion

    Real-Space Combat / Movement

    Thank you, both! As a quickie: I've got a pretty good idea of how the Orange Movement System works, but what about the pixel collision system? Is that the collision detection you mentioned?
  16. Sethorion

    I'm new, Hello!

    I'm really impressed by the map! Keep it up! I'm new as of yesterday, but it is nice to meet you.
  17. Sethorion

    This is Sparta

    Thanks! I'm very much a project-splurger, so I will be a very active member. I'll definitely see you around.
  18. Sethorion

    Real-Space Combat / Movement

    I'm looking for a real-space combat plugin: Instead of entering Battle Mode and making turn-based attacks, your character would move on the map and slash at enemies and take damage when attacked, like you would in the old Zelda games. A great plugin that accomplished this in VX Ace was the...
  19. Sethorion

    This is Sparta

    Thanks guys! I should clarify that I only just started school, so I'm not an engineer just yet, but I hope to make great stuff regardless ;) Also, how can I change my display name? I meant for it to be something else
  20. Sethorion

    This is Sparta

    Hey Peeps, RPG Maker MV is installing atm. I was a VX user, but never got very far. I'm going into Software Engineering at school though, so MV will be a fun thing. I'm a novelist, a designer, a coder/programmer, and a student. i will post projects as they are finished. Thanks for...
Top