• 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.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • 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. GangstaNerd

    Game Jam Game Jam #9: Discussion

    My first time Jammin' out and excited
  2. GangstaNerd

    Resource Modular Title Screen

    I am currently having issues with the spinning effects for both effects 7 and 11. I'm not great with scripting and don't understand how to fix it. Below are the scripts I am using for the title. Thank you for any help. Edit: I was able to fix the issue. It was in the #spins element script...
  3. GangstaNerd

    Released Pokémon Rise Up (Demo v2)

    That's odd, my testers have played and haven't had any issues with catching Pokemon. I'll look into it though. Glad you're enjoying the game.
  4. GangstaNerd

    Resource Voltseon's Pause Menu

    This worked, appreciate it.
  5. GangstaNerd

    Released Pokémon Rise Up (Demo v2)

    Pokémon Rise Up v2 has been released. Unfortunately, no new gameplay has been added due to other obligations, but I added a bunch of new mechanics to the game, such as random weather depending on season and location on the map, a new evolution method, added three difficulty settings for those...
  6. GangstaNerd

    Resource Automatic Level Scaling

    Yup, that was the issue. Thanks again.
  7. GangstaNerd

    Resource Automatic Level Scaling

    Thank you that worked! You're awesome. Side note I don't know if your plugin is affecting it, but I have deerling in my game a noticed it doesn't change with the seasons. I've been looking in various scripts to see ehat the issue is but couldn't find anything.
  8. GangstaNerd

    Resource Automatic Level Scaling

    I finally got around to updating this awesome plugin, but it still won't allow Galarian Meowth to evolve into the correct form, I tried on 3 different battles in a row and it gave my original Persian. Is there something I'm doing wrong to not allow this to work? Please help, thank you.
  9. GangstaNerd

    Resource Automatic Level Scaling

    I realized it after looking in the scripts that it pulls random evolution. I'm not good with scripting and didn't want to mess with all your hard work. I appreciate the help and will be looking forward to the update as this will change my game entirely.
  10. GangstaNerd

    Resource Automatic Level Scaling

    First I want to say that this script is awesome, this really helps me with my game because the gym battles in mine are optional and the player can battle them at a later time and this plugin alleviated the issue of having to create countless scenarios for if and when the player battled the gym...
  11. GangstaNerd

    Resource Modern Quest System + UI

    The intructions are in the Quest file and some others in the meta file. It can be viewed on the main menu, but I'm pretty sure if you're good with scripting you can probably put it in the Pokegear if that's what you want.
  12. GangstaNerd

    Resource Modern Quest System + UI

    I tried saving it and fully compiled it before and after loading the game still get the same error. It's odd because all the other quests work except 24 and on. It has been working fine up until this point and all I do is copy and paste the one above and make my edits within it.
  13. GangstaNerd

    Resource Modern Quest System + UI

    Ran into an issue with the Quest system. I have 23 quests in the game and it won't work passed that amount. I added a 24th quest and kept getting an error. So I added a 25th as a test and it gave me the same error. Does this quest system have a maxed-out amount of quests? Any help is appreciated.
  14. GangstaNerd

    Released Pokémon Rise Up (Demo v2)

    Thank you, I fixed both of those issues. I should be sending an update soon, as I found some more issues during one of my playthroughs to test those errors out. There will be more added gameplay content as well.
  15. GangstaNerd

    Released Pokémon Rise Up (Demo v2)

    Thank you for bringing this up. I fixed the issue with the Laumei City Gym error. I didn't get an error for Manuki Village Gym and using the lift ticket, did you check to see if you have the actual lift ticket and not the voucher. Could you please elaborate on what errors you are getting or send...
  16. GangstaNerd

    Icons Scents

    I noticeD there were no sprites for the scents used to help open the hearts of Shadow Pokemon. So I drew these up real quick. Please give credit if used, thank you
  17. GangstaNerd

    Resource Scents

    GangstaNerd submitted a new resource: Scents - Joy, Excite, and Vivid scents to ease Shadow Pokemon Read more about this resource...
  18. GangstaNerd

    Released Pokémon Rise Up (Demo v2)

    The heinous criminal group Red Crimson has been stealing Pokémon around the Jotash Region in seek of making the strongest Pokémon to dominate the world. As a young strong-willed Pokémon Trainer, you have been tasked by the great Professor Laau to help take them down. Along your journeys, you...
  19. GangstaNerd

    Resource Simple Quest System + UI

    I used to use this one too and I got the error messages as well. I'm not great with scripting and was able to find an alternative. Modern Quest System + UI 1.0.1 by TheWelshOne is a fantastic alternative, and I confirm that it works with v20. The verbiage will be different because I edited some...
  20. GangstaNerd

    Resource Voltseon's Pause Menu

    # Status status = 0 if pokemon.fainted? status = GameData::Status.count - 1 elsif pokemon.status != :NONE status = GameData::Status.get(pokemon.status).icon_position elsif pokemon.pokerusStage == 1 status = GameData::Status.count end...
Back
Top