• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • 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