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!

javascript

  1. vico

    M.U.G.E.N.-based Battle System

    M.U.G.E.N.-based Battle System Hi everyone! I hope you're having a very nice 2017 start! I came here to request something "peculiar" for the RPG genre, something that was born out of my head after hours of playing. Well, let's start... Introduction There is a lot of fans of RPGs and...
  2. jaye

    Large Description for Items

    I am trying to create a small code that will allow a larger description for items and etc via notebox in the database. Does anyone know how to do this?
  3. Nelsares

    dropping item animation

    I think this post is in the right thread topic, I want my character to drop a certain item for the cutscene. Drop the item like while walking in the market not in battle can someone please help me? google is not helping me I guess I'm the only one interested in this. Thanks in advance
  4. A13XIS

    [answered] Jump between windows

    Hi there. :) I'm trying to create a Battle Actor Selection. The Battle system has a maximum of 3 slots which have different side effects, so I need one ("Command")window to select the slot and a second one to select a character. Now this "window jumping" does occur in the standart BS as well...
  5. JavaHut

    Hello all...

    I just wanted to introduce myself as JavaHut. I have started to work on RMMV plugins since I have a background in JavaScript programming. I enjoy it a lot and would be willing to help anyone who has a question about scripting. You can check out my plugins by searching for JavaHut. Thanks!
  6. drummer.cl

    creating a character animation for character

    Hi, I need advice to create a javascript plugin, to make an animation of my character, when he opens a chest, just like the animations of stardew valley. I also wanted to know if i can make a plugin to controk the chest events to use this instead of events. PS: I know javascript programming.
  7. 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...
  8. D

    Window_update which bitmap is it on?

    So on an update function how do I know which variable bar to update? Since I forlooped to create multiple bars. Thanks. The update function will not know which bitmap is which? for(var i = 0; i < achievementText.length; i++){ this.createVariableBars(i); }...
  9. D

    add game variables? (non event)

    It seems I cant find this anywhere. Is there a way to set a bunch of game variables at once without an event doing it? it seems theres no database tab for it I want to add a bunch of game variables for scripting purposes such as max hp, partygold. I know how to access them via script...
  10. D

    Help javascript beginner

    Hello I am a programmer, but being the first time using javascript i get an error which i never seen before in other languages. To start off i made my own window which works fine, now i want to for loop through an array to draw progress bars. unlockablesWindow.prototype.initialize =...
  11. bitheart

    Problem with Bitmaps AddChild();

    I have encountered a problem when drawing different images depending on the index of Window_title_command. Each time i press the arrow_down button a new instance of a bitmap gets drawn on top of an existing one. This can be really annoying when using transparent images. is there a way to swap...
  12. DrakeLolz

    [Terrax Lighting System] - How do I remove the "black" part?

    As I browse around the great and powerful interwebz, I've been on a quest to locate a lighting plugin of some sort. Then, all fingers pointed to a plugin called Terrax Lighting System. I was like "Yeah, let's go!" The features seems nice, I like it, it might work well but, then I come across an...
  13. Zeefles

    Starting Point for Java???

    I would really like to learn how Java scripting can be used to make my games shine! What is a good starting point to using Java script in practical ways? So far all I have done is defined variables with "snippets" I believe... Anyway, I'd love to hear your thoughts.
  14. Starbird

    [Scripting] - How to call a plugin command in script

    I'm using Darkkitten's text input plugin and I would like to be able to pass it arguments directly from a script instead of eventing the plugin command. Does anyone happen to know how to call a plugin command via javascript?
  15. Gamescolar

    Character Customization In-game

    Good day, Back when we were working with RMVX Ace, we found an amazing script which made the players customize up to two characters in-game. It was coded by none other than the talented Neon Black. (link below)...
  16. Gatene

    Window Skin & Title Font

    Hey all, I am not sure if this is in the right place or not, but I changed my window skin in Window_Base.prototype.loadWindowskin. When I did this, it changed the font color and the font outline color only on the Title Screen. Everywhere else is fine. I have fooled around with the window...
  17. trapless

    How to use Sprite_Button

    Anyone figure this out yet? i have Sprite_buttons showing on screen with bitmaps and i setup: mySpriteButton.setClickHandler(this.bclick.bind(this)); i'm not getting my bclick method when i click the sprite on screen
  18. TheGameFreak

    Change Terms in Database while in-game?

    Is it possible to change the Terms in Database while you're in-game? I didn't find it yet. Is there a solution for this or maybe a plugin?
  19. S

    .

    .
  20. JibstaMan

    Regular Expressions (in JavaScript)

    Basics Regular Expressions, aka regex and RegExp, are quite tough. I'm not an expert on the topic, but I have used regular expression for over a year now and I guess I can write something useful about them. In this tutorial, I've started with the "basics". If things go well, I might expand the...
Top