• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.

Recent content by Rot8er_ConeX

  1. Rot8er_ConeX

    v21.1 Fusion Mechanics - Bugfixes?

    A few bugfixes: removed UTF-8 errors from Visual Studio's dislike of the Pokémon é. This might make the plugin incompatible with the Animated Pokémon System again, but the underlying code does exist. removed sprite generation error from too many arguments. The species error does not seem to...
  2. Rot8er_ConeX

    Resource Fusion Mechanics

    Rot8er_ConeX updated Fusion Mechanics with a new update entry: Bugfixes? Read the rest of this update entry...
  3. Rot8er_ConeX

    Resource Fusion Mechanics

    So, normally, the plugin creates the sprite, but the sprite it creates is not in the game's cache so it sends errors to the console but continues playing (which leads to the first reply in this thread). The bitmap wrapper that Ludicious adds in their Animated Pokemon System is a lot stricter...
  4. Rot8er_ConeX

    Resource Fusion Mechanics

    No need. UTF-8 errors exist because Visual Basic doesn't like the word Pokémon - namely, the letter in the exact center. If you're not using Luduicious's Animated Pokémon System, you can go in and replace the two é with a regular e. One is found in meta.txt (on line 14) and the other in...
  5. Rot8er_ConeX

    Resource Fusion Mechanics

    Try the download now. I code in Visual Studio, which doesn't like the Pokémon é. I've changed all instances except two to a regular e now, and the two that I left behind are there for compatibility with Ludicius's animated sprite plugin
  6. Rot8er_ConeX

    v21.1 Fusion Mechanics - Visibility

    At a suggestion from dpertierra, the game will now run System.reload_cache in order to get new sprites it generates mid-game. However, instead of running it every time it generates a new sprite, it will run the function every time the player attempts to save the game (including if you're using...
  7. Rot8er_ConeX

    Resource Fusion Mechanics

    Rot8er_ConeX updated Fusion Mechanics with a new update entry: Visibility Read the rest of this update entry...
  8. Rot8er_ConeX

    Resource Fusion Mechanics

    Rot8er_ConeX submitted a new resource: Fusion Mechanics - Fuse Pokémon without adding the individual fusions to the PBS files! Read more about this resource...
  9. Rot8er_ConeX

    v21.1 Fusion Mechanics 1.2

    Merry Christmas! This plugin allows players the ability to fuse any two Pokémon and combine their attributes, without requiring you to include each fusion as its own species within the pokemon.txt PBS file. This is accomplished by the creation of a new FusedPokemon subclass of the Pokemon...
  10. Rot8er_ConeX

    Resource Modular Messages + Add Ons

    Is there a download link I'm missing?
  11. Rot8er_ConeX

    Resource Deluxe Battle Kit [v21.1]

    I'm noticing a lot of instances of pbAnimateSubstitute now, but I'm not finding where that subroutine is defined? I assume this is part of the Animated Pokemon plugin that's releasing soon, but with the function undefined it makes these features unusable if people update to the new version.
  12. Rot8er_ConeX

    Resource [v20.1\v21.1] Arcky's Poké Market

    If I am reading the code on line 618 correctly, you make a list of items and separate all of them by commas except the last two, when the last two items should still have a comma between them (before the word "and"). Within my own game, I've already written a function that formats lists properly...
  13. Rot8er_ConeX

    Resource Customizable Enhanced Battle UI

    Rot8er_ConeX updated Customizable Enhanced Battle UI with a new update entry: Enhanced Battle UI 2.0 compatibility Read the rest of this update entry...
  14. Rot8er_ConeX

    v21.1 Customizable Enhanced Battle UI - Enhanced Battle UI 2.0 compatibility

    The main purpose of this update is to make this plugin up-to-date with Ludicious's EBUI v2.0, with its new button prompts and Poké Ball menu now matching the settings from the Custom Battle UI plugin. Additionally, I've fixed a bit of an issue where the images for level/HP numbers didn't show...
Back
Top