• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Recent content by Sirius GG

  1. Sirius GG

    Skipping Splash screens, Title screen and New Game/Continue screen on first start

    You, sir, are brillant. For people who want to achieve the same, here is the code for vanilla Essentials v21.1 without custom multiple save slots: class Scene_Intro def main if SaveData.exists? Graphics.transition(0) @eventscene = IntroEventScene.new @eventscene.main...
  2. Sirius GG

    How does movement work? Animation issues

    And just yesterday I animated someone walking on the spot manually with "Move Routes" ("Change Graphic" and "Wait")... Stop Animation would have been so much simpler, but I assumed it does the exact OPPOSITE based on its name. This should really be renamed to "Idle Animation" in RPG Maker.
  3. Sirius GG

    Skipping Splash screens, Title screen and New Game/Continue screen on first start

    Hello there, dear EeveeExpo community! The long title pretty much says it all: I want to throw the player instantly into my first map when there is no existing save game in Essentials v21.1. When the player watched the opening cutscene, gets control and saves the game for the first time the...
  4. Sirius GG

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    I can confirm that v1.0.6 (alongside the updated DBK v1.1.9) successfully fixed the Safari Zone issue. Thank you! Please keep being awesome! ;)
  5. Sirius GG

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Besides from this being a Delta Speed Up problem, doesn't it only have x1, x1.5 and x2 speed?
  6. Sirius GG

    Resource Animated Pokemon System [DBK Add-On] [v21.1]

    Hi, I'm getting the following error when going into a Safari Zone encounter: [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Exception: NoMethodError Message: undefined method `airborneOffScreen?' for #<Battle::FakeBattler> Backtrace: [[DBK] Animated Pokémon System] [006] Battler...
Back
Top