• 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

    Resource [20.1+] Weather System

    You don't need the conditional branch. Once you use the code to advance time, all you need to do is use pbUpdateWeather to update the weather of all zones or pbUpdateWeather(zone) to update the weather of a specific zone of your choice (just change "zone" with the zone number). That code already...
  2. LinKazamine

    Resource [Map Pack] Remastered Kanto and Johto Overworld and Caves, with Bonus Beta maps (and Music)

    Well, I highlighted the text, selected the translate option when right-clicking on it, and that is what I got: "Dear Sir/Madam, I know that asking such a question might make me look rather presumptuous, but I still can't help but ask you if you have considered creating a rich map in the style of...
  3. LinKazamine

    Resource [20.1+] Weather System

    Well, that's weird. My plugin only activates automatically every time you enter a map, not in the middle of it. The only way for it to happen is that in those areas, some code is either conflicting with my plugin or removing the weather for one reason or another. The only two occasions where my...
  4. LinKazamine

    Resource [20.1+] Weather System

    First of all, MAPS_POSITIONS doesn't have anything to do with overworld weather. That is only to properly display what weather is active on each place in the town map. Second, if I understood well, there's a weather on screen but it disappears as soon as you enter maps 48, 76 or 82? Also, what...
  5. LinKazamine

    Resource [20.1+] Weather System

    Sorry for the late reply. I did program all time related things to work with FL's Unreal Time System and worked when I tested it.
  6. LinKazamine

    Resource [20.1+] BP System

    Ah, I forgot to mention it in the overview, didn't I? Well, I'll edit it to add it, but it's "BPPrice" for items and "BaseBP" for trainers.
  7. LinKazamine

    Resource [20.1+] Charm's recompilation

    Oh, I see the problem. However, I don't know why you have it since the plugins I had been looking at (the ones I upload to mega) doesn't have it. To fix it, in pbWildDifficultyCharms(pkmn), modify every instance of "pkmn" to "pokemon" or the other way around (I have them all as pkmn on the...
  8. LinKazamine

    Resource [20.1+] Charm's recompilation

    I can't replicate the error. Try downloading and installing the plugin again. If the error persists, could you share an image of how your WildPokemon_Modify and Easy_Hard_Charm files look like?
  9. LinKazamine

    Resource [20.1+] Charm's recompilation

    Well, the problem is that this plugin is being loaded before the BP System one but I don't know why. You can try taking this one out, compiling the plugins, adding it back and compile again to see if the plugins are loaded in the proper order? In any case, the code causing problems is adding...
  10. LinKazamine

    Resource [20.1+] Charm's recompilation

    Do you have either my Friend Safari or BP System on your game? It seems that the plugin is detecting you have at least one of those installed but it's loading this one first, which is causing the issue. Mm... Can you go to the meta.txt file and change the "Optional = Lin's Friend Safari,1.0.11"...
  11. LinKazamine

    Completed Pokémon HGSS: Sevii Islands (Hoenn Postgame!)

    You just unzip the file and open the Game.exe file like any PC program.
  12. LinKazamine

    Resource Following Pokemon EX

    When I download using the link on top of the overview, the metadata says it's v2.2.8, not v2.3. Unless it's the updated version and you forgot to change the version number?
  13. LinKazamine

    Resource Following Pokemon EX

    Yes, it's a 2.3 version of the v21.1 update they made. You can pick it (don't click on the "download" link at the top of this thread, that is the original plugin for essentials 20.1) or the one with its own thread, but you have to decide which one you prefer to use.
  14. LinKazamine

    Resource Following Pokemon EX

    This is the original v20.1 version of the plugin. The other thread is an updated version that other users are updating for essentials v21.1 since golisopod user isn't updating nor porting his plugins for the time being. There are links in this thread for a version 21.1 too, but they are also...
  15. LinKazamine

    Completed Pokémon HGSS: Sevii Islands (Hoenn Postgame!)

    Oh! Thank you! Didn't even thought of trying that.
  16. LinKazamine

    Completed Pokémon HGSS: Sevii Islands (Hoenn Postgame!)

    Where is the flower paradise? The wiki says it's in victory road but I crossed it twice and haven't found it. Have I missed a stair somewhere?
  17. LinKazamine

    Completed Pokémon HGSS: Sevii Islands (Hoenn Postgame!)

    I have just defeated Hoenn's league with this team: Raikou Lv. 91 Leafeon Lv 92 Typhlosion Lv 91 Togekiss Lv 92 Suicune Lv 91 Tyranitar Lv 91 Considering the levels of the Champion, I feel it was an accomplishment. I think Drake was the hardest (his dragonite alone killed half my team...
  18. LinKazamine

    Completed Pokémon HGSS: Sevii Islands (Hoenn Postgame!)

    Ok, two other bugs. 1) In the bike route, if you stand on where the megastone was and press the action button (the one to talk to people) while looking up, the game will freeze (the music will keep sounding but you can't do anything). I saw that there seemed do be something on top of one of the...
  19. LinKazamine

    Completed Pokémon HGSS: Sevii Islands (Hoenn Postgame!)

    I've had another thing to report. After you beat the sevii islands story, the pokemon stops following you. Using the boat makes the pokemon follow you in the animation where you get out of the boat, but it disappears afterwards. I've saved after the credits and before realising that the pokemon...
  20. LinKazamine

    Resource [20.1+] Weather System

    Ok, this error is telling you that it isn't finding valid secondary weather for some zones. The WEATHER_SUBSTITUTE in the configuration has to have the same number of zones as you defined in ZONES_MAPS so you can simply fill it with {:None => :None} for the missing zones. And don't worry for...
Back
Top