• 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.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. Katelyn888

    Resource MKXP Bootstrap for Console Compatibility

    I should clarify that this doesnt add Joiplay compatibility. Instead, it improves how the game runs on Joiplay and fixes compatibility issues between Joiplay versions.
  2. Katelyn888

    Resource MKXP Bootstrap for Console Compatibility

    Modded consoles, yes. Stock, no.
  3. Katelyn888

    Resource MKXP Bootstrap for Console Compatibility

    The MKXP script section. Replace the whole thing with the script above. ☺️
  4. Katelyn888

    Resource MKXP Bootstrap for Console Compatibility

    Katelyn888 submitted a new resource: MKXP Bootstrap for Console Compatibility - Let players play your game on Mac, Linux, Steam Deck, mod Xbox 360/Switch/WiiU, Linux PS3/4/5 & Vita Read more about this resource...
  5. Katelyn888

    v21.1 MKXP Bootstrap for Console Compatibility

    #=============================================================================== # MKXP-Z UNIFIED MULTI-PLATFORM BOOTSTRAP # Desktop (Windows / Linux / macOS) # Android (JoiPlay) # Nintendo Switch / PS Vita / PS3 Linux / PS4-PS5 Linux / Wii U / Xbox # Steam Deck # FONT-SAFE VERSION...
  6. Katelyn888

    Completed Pokémon Expedition

    https://pkmntrainerkatelyn.itch.io/pokmon-expedition Expedition's philosophy is all Pokémon are viable and trainable to your own specs with the exception of a few that lean one way or another. Expanded Egg Moves allow for Trainers to breed Pokémon in a variety of ways. No bad Pokémon. If it's...
  7. Katelyn888

    Resource [20.1+] Weather System

    I ran into an issue where I can't fly to a city/town on the map anymore. It allows me to pull the map, but it doesn't show the fly symbol.
  8. Katelyn888

    Resource [20.1+] Weather System

    Heads up: Found a typo in the Encounter Methods under Line 181. WaterEveningStorm is mispelled as WaterEveningStom.
  9. Katelyn888

    Resource [20.1+] Weather System

    Got it working! Thank you! That had me feeling dumb for a while lol. Time for me to have a mini celebration! <3
  10. Katelyn888

    Resource [20.1+] Weather System

    Here's the weather subs I set up. I wanted everything to be excluded for those weathers. Still crashing. MAPS_SUBSTITUTE = { :Snow => ["exclude", 22, 32, 33, 48, 76, 77, 78, 43, 133, 134, 83, 84, 3, 36, 41, 4, 38, 6, 2, 26, 35, 37, 70, 27, 24, 23, 112, 113, 119, 123, 122, 121, 120, 39...
  11. Katelyn888

    Resource [20.1+] Weather System

    That's what I did. Here's my code (split the season part off to make it easier to read): ZONE_MAPS = [ [22, 32, 33, 48, 76, 77, 78, 43, 133, 134], [83, 84, 3, 36, 41, 4, 38, 6, 2, 26, 35], [37, 70, 27, 24, 23, 112, 113, 119], [123, 122, 121, 120, 39, 34] ]...
  12. Katelyn888

    Resource [20.1+] Weather System

    I got some maps set in the configuration (gonna add the rest after I make sure it works properly) and received this error. [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Exception: NoMethodError Message: undefined method `length' for nil:NilClass Backtrace: [Lin's Weather System] 01...
  13. Katelyn888

    Resource [20.1+] Weather System

    Thank you for your response! It's starting to make a little sense, but I do need to clarify something. I don't plan on having (outdoor) areas without weather, so if I removed [60], it will still work?
  14. Katelyn888

    Resource [20.1+] Weather System

    I ran into a problem with this plugin a few months ago that made the whole game crash. I didn't fully understand it at the time and going back to look at the plugin again as of today, I'm still a little confused. The zones for the weather have 9 different weather settings, but only 8 numbers on...
  15. Katelyn888

    Resource HGSS Trainer Card Scene

    For those of you using the Gen 3 Trainer Sprite, to get it to line up in the box, go into the plugin and at line 148 change the number to 120.
  16. Katelyn888

    Resource Ekans Game!

    I had it at the bottom like how the slot machine is, but it didn't work.
  17. Katelyn888

    Resource Vendily's Evolve During Battle

    Thanks for this link! I asked on the resource page about resuming BGM after battle since it still restarts after a Pokemon evolves with this plugin. Thank you again :)
  18. Katelyn888

    Resource Hedgie's Essential Resources

    Thanks for this resourse! Quick question: how do I make the BGM resume playing after evolution? BGM restarts from the beginning and not sure how to fix. Adding $game_map.autoplayAsCue does nothing.
Back
Top