Recent content by dinner90001

  1. dinner90001

    [Scripting Question] Automatic Bag Sorting

    Well, I know about that, but what I'm asking is how does the code go about sorting a bag by ID and how would one be able to change it in order to add different sorting methods. This is something that's been confusing me for a while, but I have seen some fan games out there made in essentials...
  2. dinner90001

    [Scripting Question] Automatic Bag Sorting

    I've been poking around in the bag scripts and I've been wondering if there's some way I can add a feature to have a bag be automatically sorted based on a player's choice between ID, Alphabetical order, ect. much like the generation 6 games offered. The biggest issue I've been having is finding...
  3. dinner90001

    Pokétch for Pokémon Essentials

    Alright, so as for the PokeBattle_SceneConstants values, if you're using the default battle system and default layouts here's what you need to change if you're using the dual screen mode. PLAYERBOX_Y = Graphics.height - 576 PLAYERPARTYBAR_Y = Graphics.height - 526 PLAYERBATTLER_Y =...
  4. dinner90001

    RGSS FmodEx extension

    Sorry for my vanilla looking profile and all that, but seriously, YOU'RE A LIFE SAVER! The old audio format support files and scripts from the Pokemon essentials wiki disappeared and I had a frustrating time trying to find a way to literally just put in ogg files! I'm so glad you posted this...
Back
Top