• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by Marin

  1. Marin

    [Essentials Tutorial] Essentials v19: Introducing the new save data system

    Let's say v20 is out and the save structure has changed again. Will a v18 save go through the v19 conversion and then the v20 conversion, or only the v20 conversion?
  2. Marin

    Celebration: Congratulations Sheep & bobandbill!

    damn congratulations
  3. Marin

    [Question] If I payed someone to do this for me....

    Any fangame can get shut down. Multiplayer has no big influence on that. You'll be hard-pressed finding someone interested in making proper online multiplayer functionality, because that's not easy. It's also not necessary for a game to be fun, and you can still play alongside each other in...
  4. Marin

    [Error] NoMethodError, but the method is an attribute.

    self.z = z is identical to self.z = (z) which is identical to self.z=(z). All you're doing is introducing spaces and parentheses, which don't change anything about it. z= is the method name, so that couldn't be a problem. Proof: self.method(:z=).call(z)
  5. Marin

    Report bugs and errors in unmodified Essentials version 21

    From this point forward, bug reports in v17 are no longer permitted in this thread. The latest version is now v18, and as such, only bugs from this version should be reported here.
  6. Marin

    [Other Tutorial] Change Game.exe's icon.

    Any type of manifest/icon hacking will probably leave a trojan warning or similar when downloading. But I don't have experience with that to know.
  7. Marin

    Emulator Savestate for v17

    I would also suggest saving $PokemonTemp, $game_temp, $game_system and $PokemonSystem to the savestate file, as these contain important information that will otherwise be reset upon loading the savestate. For instance, flash sprites, fly data, surf data, whether the save is or isn't a new game...
  8. Marin

    Auto-Crediting System

    You'll still have to manually check if a script does or doesn't use your Auto-Crediting System, and manually add the author to your credits if it doesn't, though.
  9. Marin

    [Question] Map Generator Script for Essentials

    Big no-no. Using an automated program completely ruins any thought or creativity, and will certainly make the maps feel completely soulless. I'm sure it's a good program, but I highly discourage anyone from using it in their project.
  10. Marin

    Marin's Scripting Utilities

    That's not related to this script.
  11. Marin

    DPPt Pause Menu

    Debug can be accessed through a more convenient F9 button already, so I omitted it to keep the menu shorter and cleaner, in favor of the F9 shortcut.
  12. Marin

    DPPt Pause Menu

    Updated the script to fix an issue with no dexes showing up upon opening the Pokédex.
  13. Marin

    [Scripting Question] Problems with the Pokédex

    The issue is solved by adding pbSetViableDexes below def initialize ~line 54. I've just updated the script and thread to include this fix.
  14. Marin

    Enhanced Staircases

    Updated to v1.6: Offset property works again
  15. Marin

    Enhanced Staircases

    Updated to v1.5: Stair progress/data is now cleared upon map transfer, which means it's also usable for, say, stairs that lead up to a second floor via a transfer event.
Back
Top