• 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 results of the game jam are out!
    See the Judge's Spotlight choices and vote for your favorites to win Community Choice Spotlight by the 28th! 🫙
  • 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. REALMUGEN

    Resource Following Pokemon EX

    In the script Following Event, on class Game_FollowingPkmn < Game_Follower, replace frames_per_pattern = Game_Map::REAL_RES_X / (512.0 / Graphics.frame_rate * 1.5) with frames_per_pattern = Game_Map::REAL_RES_X / (512.0 / 0.5)
  2. REALMUGEN

    Resource Following Pokemon EX

    I'm trying to update this to V.21. I managed to basically update some commands and durations since it's now FPS Agnostic, but there are still some things that don't quite work very well, for example, the follower position, and while most of the time it follows you, sometimes it locates itself in...
  3. REALMUGEN

    Resource Storage System Utilities (v20 + v21)!

    It seems to have to do with a repeated code fragment. If you remove this fragment taking care to leave the original one it should work... #=============================================================================== # Additional methods: Tension # Used For Multiple Grabbing...
  4. REALMUGEN

    Resource Multiple Exp Panel! (v20 + 21)

    I was waiting for this!! Thanks!
  5. REALMUGEN

    Resource [20.1+] Notebook

    Thanks for share this!
  6. REALMUGEN

    Resource Terrain Tag Side Stairs

    Same problem here... The best way, at the moment, is to make two separate stairs one tile apart. It gives the same feeling of height, but yes, it is an inelegant temporary solution.
  7. REALMUGEN

    Resource Following Pokemon EX

    You are absolutely right, in a pure Essentials game it works perfectly. It is difficult to know if any script is causing conflicts. I am going to investigate some that I use that manipulate the use of characters quite a bit. I will try to look scripts that have to do with class Game_Follower...
  8. REALMUGEN

    Resource Following Pokemon EX

    First of all, whether it works or not does not embarrass you in any way. There is nothing more valuable than trying to deliver solutions that can serve the rest of the community. Thank you for that. I installed the new version, compiled the whole project and the problem persists. My initial...
  9. REALMUGEN

    Resource Following Pokemon EX

    Thanks for sharing. I just installed it and for some reason I keep having the same problem. If my character is between an event and an impassable tile, when I take the Pokemon out of the Pokeball or I rotate it with the others, it still appears there :C I don't know if I'm doing something...
  10. REALMUGEN

    Resource Following Pokemon EX

    Thanks for replying. Ohh yes :C My version is the Plug In version, I thought the fix works for both.
  11. REALMUGEN

    Resource Following Pokemon EX

    Hi, how did you manage to fix it? I mean, where do you put the fix to make it work? I have tried to install it in several places, but apparently it still does not work for me. :B
  12. REALMUGEN

    Resource Better Speed Up

    Same error here... I'm not sure if it has to do with Essentials Deluxe or not, but it throws two errors, one for the script and then for Essentials Deluxe.
  13. REALMUGEN

    Resource Pokemon World Tournament (Unofficial V20.1 Port)

    Thank you for this... Along with EBDX, this script is the only thing I had to update in my project. (I followed the process on Discord, thanks for the effort)
  14. REALMUGEN

    Resource Polished Floors

    Ahhh right! :V Thanks
  15. REALMUGEN

    Tutorial Putting Trainers on bridges

    Thank you for this! It saved my life!
  16. REALMUGEN

    Resource Following Pokemon EX

    Hi, thanks again for this script. I would like to ask a question, is there a way to check that the same Pokemon has found an item X amount of times, which would generate some sort of reward? I was exploring the pokename = FollowingPkmn.get_pokemon&.name on def self.item but I didn't really know...
  17. REALMUGEN

    Resource Polished Floors

    Thank you so much for sharing this. I love this kind of details. Question: Is there a way for the other events to be reflected as well to avoid the vampire effect on the NPCs?
  18. REALMUGEN

    Resource Autosave Feature

    It happens at least on every door with that setup, but it's funny, I think it depends on the exact moment the autosave is executed. Sometimes I load the game and it starts just as the character is entering the map, other times I see the image tone covering the whole screen (I can operate the...
  19. REALMUGEN

    Resource Autosave Feature

    Thank you for this amazing script. The only drawback I have sometimes is the following. If an event is configured, for example, as follows: Let's imagine I go out that door, the game saves automatically and then I load the game at exactly the same point... When I restart the game the last...
Back
Top