• 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 DubsX

  1. D

    Resource Level Caps Ex

    Hello, thanks for making this. PLAYER_ONLY = true Doesn't appear to do anything. It actively changes the levels of other trainer's Pokémon.
  2. D

    Resource Voltseon's Multiplayer Solution

    Hello, changing the code in 003_VMS_Battle_Handler.rb to the following worked for me. def self.start_battle(player) begin seed = VMS.get_cluster_id.to_s.clone # Ensure seed is a string if $player.id < player.id seed << hash_pokemon($player.party).to_s # Convert hash to...
Back
Top