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. Xilefian

    Learning how to navigate the code

    This is inspired by Xyphien's post here: Ask the Owner Anything This guide follows the way I navigate the code, but written from the perspective of someone who has zero coding experience. This is almost exactly what I went through as a 12 year old in 2004 and this is basically the story of how...
  2. Xilefian

    Bug: Site home links to "rpgmakermv.com"

    Default theme links to "rpgmakermv.com", which is an expired domain. Clicking the RPGMAKERMV text, or the house icon, at the top of the forum will demonstrate this issue - as well as the house icon in the forum bread-crumbs.
  3. Xilefian

    Add a "Technology" forum category

    These thread by CT_Bolt highlights the need for this: https://rpgmakermv.co/threads/can-i-call-functions-from-mainactivity-java-within-a-js-plugin.7531/ https://rpgmakermv.co/threads/need-help-showing-rewarded-interstitial-ads.7519/ (not picking on CT_Bolt, these are good threads with excellent...
  4. Xilefian

    Plugin Pixel Movement

    EDIT: There is now a test version over on RPG Maker Web: https://forums.rpgmakerweb.com/index.php?threads/altimit-pixel-movement-0-02α.85408/ Give it a whirl, report back any problems so they can be added to the GitHub bug tracker. Most of the thread below is discussion of old test ideas and...
  5. Xilefian

    Android RPG Maker MV Guide

    The originating tutorial along with direct support can be found at: hbgames.org/forums/viewtopic.php?f=48&p=939401 Index Prerequisites Creating the Android app Testing (Optional) Create Debug APK Customisation Crosswalk vs WebView What is the MV Android Client The MV Android Client is a...
  6. Xilefian

    Re-order, re-name categories for clarification

    I've noticed a number of RPG Maker MV support-related topics being posted in the Theory & Development sub-forum of the Developers Den. I think the ambiguity of "Developers Den" gives the impression that all game development related subjects (Including MV support and discussion) belongs in this...
  7. Xilefian

    Move Ask Me Anything out of Introductions and Goodbyes

    I noticed that a high number of new users are posting simple, introductory posts into the Ask Me Anything sub-forum. Their intention may be to post a valid AMA thread, but there is some ambiguity in the usage here. I think the description "All AMA posts go here. Get to know your fellow members...
  8. Xilefian

    Plugins I want to work on (but don't have the time)

    This thread is for a bit of insight to my ideas and how I'd tackle them. There's a good chance I'll never make any of these as I barely have any free time at all (I pretty much spend 80% of my time working on my studio's first commercial game and 20% of my time running a game studio - I also...
  9. Xilefian

    WebGL BufferData Error fix

    Xilefian submitted a new resource: WebGL BufferData Error fix - Fixes "WebGL: INVALID_VALUE: bufferData: size == 0" console log error Read more about this resource...
  10. Xilefian

    Mode 7 - Javascript optimisation story

    The other day I decided to spend an hour writing a quick Mode 7 plugin, just to test the possibility. Usually I'd do this kind of thing in hardware via WebGL, but to keep compatibility high this time I opted to use the slower, software rendered canvas features of HTML5. Immediately, there were...
  11. Xilefian

    Understanding Event Pages

    I noticed that a few people are confused over how event pages work. Some questions that arise are; What decides the page that the event uses? What priority are the conditions for the pages? How come my event sprite disappears for different pages? Can I have an event where no page conditions...
  12. Xilefian

    BB [code] syntax highlight

    I've noticed that - whilst language detection apparently is a thing - syntax highlighting is completely missing with the [code] tag. The following appears all-white for myself; // in-line comment /* multi-line comment */ int function( const int _arg ) { return _arg + 3; } On other forums...
  13. Xilefian

    Event Touch Trigger

    Xilefian submitted a new resource: Event Touch Trigger - Event touching event triggers Read more about this resource...
  14. Xilefian

    Plugin 3D ReBirth Battle System

    This is something I've been planning for a bit and I'm finally going to start on it (and hopefully one day finish it). This will be a 3D battle system in the style of HyperDimension Neptunia Re;Birth (See the video below from 0:30 onwards) The plan is to eventually have something working just...
  15. Xilefian

    Custom Filters

    Important! This Tutorial is for my Filters Plugin, it can be applied to PIXI.js in general but some concepts will be specific to my Filters Plugin. You can find my Filters Plugin here; rpgmakermv.co/resources/filters IDE Recommendation As a JS development IDE I highly recommend the...
  16. Xilefian

    Filters

    Xilefian submitted a new resource: Filters - Scene_Map and Scene_Battle screen-space Filters. Read more about this resource...
  17. Xilefian

    Xilef - veteran

    I've been using RM since XP days. I'm a professional engine programmer, I don't make games with RM any more (I write my own engines) but at the moment I am writing MV Plugins in my free time. I did a lot of experimental scripts for VX Ace, including 3D rendering; And shaders; Prior to that...
Top