• 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 Caruban's Map Exporter

    Works like a charm! Thank you!
  2. REALMUGEN

    Resource Caruban's Map Exporter

    Yep, you're right, the conditions are using 's:' switches? :B Waiting for that next update ;D
  3. REALMUGEN

    Resource Caruban's Map Exporter

    Yes, indeed I tried and there are no changes. In fact, the events that do not appear on the map are doors, they have 5 pages, each one with a graphic and all with conditions. They do not have pages without graphics or without conditions. I renamed them in case it had something to do with that...
  4. REALMUGEN

    Resource Caruban's Map Exporter

    In fact, I am trying to do so. I want to export those events too. For otherwise my houses look without doors. XD
  5. REALMUGEN

    Resource Caruban's Map Exporter

    Thank you for this! It is very helpful. I would like to make an observation. When exporting events, those that have several pages and all have conditions, are not exported. In my project, for example, the doors of the houses have 3 or 4 pages depending on the switches and variables that...
  6. REALMUGEN

    Resource Berry Planting Improvements

    Thanks for this... A question. If I add pbDropBerrySeeds(berry_id, berry_yield) after the pbPickBerry(berry_id, berry_yield) script call in that event page, the player can grab seeds even when it does not pick any berries. Am I doing something wrong?
  7. REALMUGEN

    Resource Changing Trainers

    I tried this yesterday and I find it interesting and a very good idea. But in double battles it ruined certain dynamics. For example, I fought in a double battle with two trainers that had 1 Pokemon each, when defeating one of those Pokemon, the defeated trainer sent a copy of the Pokemon that...
  8. REALMUGEN

    Resource Pokedex Tasks

    That's a good start! Thank you!
  9. REALMUGEN

    Resource Pokedex Tasks

    Hi! Is there a way to make updating the PBS tasks.txt reflect the changes without starting a new game?
  10. REALMUGEN

    Resource Wild Drop Items

    ¡Thanks for this! I adapted it slightly to my project and it is very useful.
  11. REALMUGEN

    Resource [v16.x - v19.x] 512x384 FRLG Intro Scene with sounds

    Hi. I am trying to implement this in my project. I have a query. is there a way to have the intro start at the game resolution? Does it need to start at the minimum size and then retrieve it on the title screen? Thanks for sharing!
  12. REALMUGEN

    Resource Terrain Tag Side Stairs

    Thank you for this. At least it is a functional solution and that is already a great advance. I imagine that there must be some way to do it without the events via script, but I don't know how (I'm quite amateur in scripting). Eventually the code for the followers complies with this version...
  13. REALMUGEN

    Resource Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

    Apparently I have the same exact error with the latest version (I just downloaded it), only it happens with the "width" value. It happens when I'm in the Pokedex, I see a Pokemon's entry and go down or up to the next one....
  14. REALMUGEN

    Resource [20.1+] Weather System

    Understood! Thank you very much! :)
  15. REALMUGEN

    Resource [20.1+] Weather System

    Everything well defined in its respective metadata... Ok, I think I have a clue.... My current configuration is as follows: ZONE_MAPS = [ [5], [13,16,23,25] ] When I modify the zones in the configuration script, there are no changes, but if I do it in-game with the command...
  16. REALMUGEN

    Resource [20.1+] Weather System

    I noticed the comma problem, but it was just a typo mistake. The problem persists with or without it. I'm trying to see if something is causing the conflict, but it's strange. I don't have map 23 in any exception, and I tried with other maps but the same thing happens, it seems that the weather...
  17. REALMUGEN

    Resource [20.1+] Weather System

    Hello again. I have a small problem, which the truth is not so serious, but maybe it stems from a misunderstanding of mine when configuring the script or maybe to a feature that is not working properly. Let's say my zones are configured as follows: ZONE_MAPS = [ [1], [13,16,23]...
  18. REALMUGEN

    Resource [20.1+] Weather System

    Thank you so much for all the explanation :)
Back
Top