• 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. ChampChar110

    v21.1 Steal Storage 0.75

    Steal Storage How it works: There is a memory space for stolen Pokemon. You can steal the player's Pokemon and return them when you want. It's also works with items, but not so good (for now). Features: Steal Storage for Pokemon (and items, better in the next update) Installation: Download...
  2. ChampChar110

    Resource Steal Storage

    roei110 submitted a new resource: Steal Storage - The option to steal and return the player's Pokemon Read more about this resource...
  3. ChampChar110

    Resource Automatic Trainer Generator

    Yes, I made a mistake with that. Try changing the following: On "Trainer Generator_Types.rb". Change :POWER => [450], into :POWER => 450, (without brackets)
  4. ChampChar110

    Game in progress- publish or wait?

    I've been making my game, Pokemon Pangena, for some time now. I have big plans for this game, so it's not close to being complete, but there is some progress: 4/17 Cities 2/11 Towns 4/26 Routes 3/17 Gyms I don't have any friends who share this interest, so I'm working on it alone. When I...
  5. ChampChar110

    Resource Badgecase

    https://mega.nz/file/b9RzmS6J#ot3u1Gc9ggiH2Xv1jhNzbVcpEmb2Gfp9ZNNRsfE2eHc Luckily, I still have a v20 for this plugin :)
  6. ChampChar110

    Resource [v13+] Unreal Time System

    You can do it. class PokemonSystem attr_accessor :unreal_time_usage alias org_init initialize def initialize org_init @unreal_time_usage = 0 end end MenuHandlers.add(:options_menu, :unreal_time_usage, { "name" => _INTL("Use Unreal Time"), "order" => 85, "type" =>...
  7. ChampChar110

    v21.1 New Trainer Card & League PC - Updated For v21.1

    Made the following changes: Compatible with v21.1
  8. ChampChar110

    Resource New Trainer Card & League PC

    roei110 updated New Trainer Card & League PC with a new update entry: Updated For v21.1 Read the rest of this update entry...
  9. ChampChar110

    Resource Voltseon's Pause Menu

    On line 101 it says: If you're using an alternate pause UI, you should probably delete this whole section.
  10. ChampChar110

    v21.1 Automatic Trainer Generator - Updated For v21.1

    Made the following changes: Now works with v21.1 Generated trainers are stored on trainers_generated.txt Now you can count the generated trainers as temporal trainers, and then you can approve them and copy-paste them into another "trainers" file
  11. ChampChar110

    Resource Automatic Trainer Generator

    roei110 updated Automatic Trainer Generator with a new update entry: Updated For v21.1 Read the rest of this update entry...
  12. ChampChar110

    Resource Voltseon's Pause Menu

    Did you delete the section it says to delete if you use a different pause menu?
  13. ChampChar110

    Resource Badgecase

    My bad... Fixed it! If you don't want to download it again, you can manually change it from "base" to "badgeinfobg" (twice on Plugins/Badge Case/Badgecase_UI)
  14. ChampChar110

    Resource Badgecase

    roei110 updated Badgecase with a new update entry: Updated For v21.1 Read the rest of this update entry...
  15. ChampChar110

    v21.1 Badgecase - Updated For v21.1

    Made the following changes: The plugin is now compatible with v21.1 The plugin shouldn't clash with other plugins (like the ZUD) anymore, respond if it's still problematic I've changed a lot the UI to look better and more relevant for a Pokemon game, you can see how it looks in the example...
  16. ChampChar110

    v21.1 Modular Pokemon Selection - Updated to v21.1

    And changed the UI (a lot...) Please review and suggest ideas, if you think the UI should look different
  17. ChampChar110

    Resource Modular Pokemon Selection

    roei110 updated Modular Pokemon Selection with a new update entry: Updated to v21.1 Read the rest of this update entry...
  18. ChampChar110

    Recruiting Pokemon Pangena wants you!

    Once again I'd like to bring it up. Pokemon Pangena team is still looking for its members.
  19. ChampChar110

    Resource New Trainer Card & League PC

    1. Wow! 2. Thanks, I'll add what I can (what the game stores) 3. I've actually changed the code last update, so it would be more modular and changeable. Next update I'm gonna make it even more user-friendly. 4. I'm working on a "Relations" plugin right now, for showing important characters...
  20. ChampChar110

    Resource Badgecase

    The badge should be a symbol. :DUCTBADGE (with a colon instead of quotation marks). Manually delete addAllBadge from TrainerCard_League PC.rb (on line 44). This function got removed on the last update.
Back
Top