NokiMo
gamedevexperiments
gamedevexperiments

patreon


Pokemon Game Tutorial - Weather Conditions [Exclusive Tutorial]

Hey everyone, In this tutorial we'll look at how to implement weather conditions. In my pokemon tutorial series on youtube, I was planning to cover the core features first before we moving onto more advanced ones. But, since some my Patrons have requested this feature, I thought I'll make an exclusive tutorial for it.


I've attached the scripts files below so you can use it as a reference while following along, and you can download the complete project files from this post https://www.patreon.com/posts/complete-project-39632268


I'm planning to post tutorial for other advanced features like Abilities in this way. (Abilities are really complex, so I'll probably cover some simple ones & point you to the source code of the others). So let me know what you think about it.


Thanks a lot for supporting me in the journey. I'll try my best to provide maximum value in return for your support :)

Pokemon Game Tutorial - Weather Conditions [Exclusive Tutorial]

Comments

Two questions, this tutorial as well as other patreon exclusives, will you never upload them to youtube? In advanced features you have introduced the abilities. I'm wondering how they work from what I've seen since I thought they would be created as scriptableObjects like moves but I don't see an AbilityBase script. Thank you

LDVR1995

Hey, looks like you're trying to invoke the DecreaseHP function. Decrease is not an Action that we can invoke. So you should call it like DecreaseHP() instead of DecreaseHP.Invoke(); If you're not able solve the issue, can you post a screenshot of your code & the error details in Discord for patrons. It will help me understand what's causing the error.

GameDev Experiments

Hey man! I just implemented the weather conditions... but because of the change from HPChanged to DecreaseHP, etc. I have some errors... Could you help me please? It says: "Cannot convert method group 'DecreaseHP' to non-delegate type 'bool'. Did you intend to invoke the method?" Could you give me a hint please?

Phoenix Games

I've planned trainer battles next. I'll cover catching pokemon after that.

GameDev Experiments

Will there be a tutorial soon on catching wild Pokemon?

Itadakimasu! ≧◡≦

I'm really happy to hear that. I have a lot more features planned for the future. In case you missed it, I've sent you a personal message explaining the features I'm planning to cover next. Thanks a lot for the support :)

GameDev Experiments

Hey there, just saying I love your tutorials and endlessly appreciate your attitude towards game dev and doing things "right" instead of just taking shortcuts or not fully explaining complex concepts. Happy to be your supporter and hope that you continue!

themonsoon


Related Creators