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

Search results

  1. LinKazamine

    v21.1 [20.1+] HGSS Options Screen - Fixed compatibility issue

    Fixed the crash when trying to enter the control screen do to the change in the way that screen is called.
  2. LinKazamine

    Resource [20.1+] HGSS Options Screen

    LinKazamine updated [20.1+] HGSS Options Screen with a new update entry: Fixed compatibility issue Read the rest of this update entry...
  3. LinKazamine

    Resource Deluxe Battle Kit [v21.1]

    Do you have the latest Deluxe Battle plugin installed? Like the error says, you need that other plugin for this one to work.
  4. LinKazamine

    Resource Automatic Level Scaling

    In 004_Event_Handlers (inside the plugin folder), it should look something like this: # Activates script when a wild pokemon is created EventHandlers.add(:on_wild_pokemon_created, :automatic_level_scaling, proc { |pokemon| id = pbGet(LevelScalingSettings::WILD_VARIABLE) next if id ==...
  5. LinKazamine

    Resource Automatic Level Scaling

    In the plugin there is a script that activates on wild battles to update the level (and thus also the evolution). You can add a line there that sets the temporary rule to disable automatic evolution.
  6. LinKazamine

    Resource [20.1+] Weather System

    I don't know why they conflict either. And looking at the last line that was run (29 in StartGame), it seems to be something about $PokemonSystem.screensize, which my plugin doesn't touch at all (don't know if the other one does). The only thing I can think of that may solve the problem is...
  7. LinKazamine

    Resource Improved Field Skills - Use HM's Without Knowing the Move! [v21.1]

    Are you testing the game? If you are playing it through the rpg maker test mode you are playing it on "debug mode", which makes you able to use any and all hm moves at any moment, regardless of whether you have pokemon that can use it or not. Open the game by opening the "Game.exe" file in the...
  8. LinKazamine

    Resource Friend Safari

    Well, yes, I state in that section of the overview that you have to create the folder since I don't know how to make the plugin do so. And since you can change in the configuration the name and even the location of said folder, I left it for the developer to create it wherever they wanted.
  9. LinKazamine

    Resource Friend Safari

    You do so with the woman on the far right. First you have to create your friend safari by talking to her, which will make a txt file with your character's name appear on the folder FriendSafari on the project's main folder (where are the graphics, plugins, etc folders). Then you select "Register...
  10. LinKazamine

    Resource Friend Safari

    I haven't made any filter to keep the player from using their own name to register a friend safari, so you should be able to create your code and register yourself as a friend to enter your own safari.
  11. LinKazamine

    Regional Form Evolution problem.

    You don't have to change them on the .txt file. Duplicating the data from the "default form" will do nothing. What you have to do is change how they work on the scripts. There is one script (called FormHandlers) where is all the code for defining which form certain pokemon are. That is what you...
  12. LinKazamine

    Regional Form Evolution problem.

    Well, if they are coded to work like pikachu, by changing the number of the form you are changing in which region they evolve ([DARTRIX,1] evolves to [DECIDUEYE,1] in region ID 1, [DARTRIX,2] evolves to [DECIDUEYE,2] in region ID 2 and so on). If you change the code to be like vulpix, you only...
  13. LinKazamine

    Regional Form Evolution problem.

    Do you have any way to define which form rowlett (and the other forms) are? If it's like pikachu (which would be the logical thing, since default and "hisuian" rowlett are the same), they will change forms dinamically to match the region number (as defined in town_map.txt) they are at the moment...
  14. LinKazamine

    Resource Friend Safari

    Ah, yes, I noticed what the error you were having was and I made a code to substitute the outdated one in the event's conditional branches. I first named the code pbNPCNamesIncluded but then changed it to pbNPCNamesRegistered, since it would make more sense. If you change that in Leaf and Blue's...
  15. LinKazamine

    v20.1 Friend Safari - 1.1.3

    Added code that allows to check on conditional branches if a name is registered or not. Checked events on example map to make sure no outdated code remained.
  16. LinKazamine

    Resource Friend Safari

    LinKazamine updated Friend Safari with a new update entry: 1.1.3 Read the rest of this update entry...
  17. LinKazamine

    Resource Friend Safari

    Well, that is weird. I checked my map and realised that the events sometimes still used the variable name I used before changing to a unique one for this plugin, but it was PokemonGlobal, not PokemonSystem. In any case, I've gone through them all to change it for the correct variable name. Could...
  18. LinKazamine

    Resource Friend Safari

    When you say "auto leaf code", you mean the auto event that activates when entering the map for the first time? What error where you having?
  19. LinKazamine

    Resource Friend Safari

    I'm not seeing anything weird with the code. I've compared it with the one the pc uses on v21.1 and it should work. The errors started out of nowhere? Did you change something in the plugin right before the errors started? Or in the map I provided as an example?
  20. LinKazamine

    Resource Friend Safari

    You mean the pc crashing? Can you share the errorlog? I haven't touched the code aside from making the pokemon list look better, but I tested that and worked for me so the problems shouldn't be happening again.
Back
Top