- Pokémon Essentials Version
- Non-applicable
In PSDK and Studio you set your encounters through groups. I like to have my encounters change throughout the day, but unfortunately that required me to set 4 groups! One for morning, one for day, one for sunset and one for night. I only wanted 2 different groups, one for morning & day then one for sunset & night, so this aims to fix that by cutting your groups down to just the two you need.
2.) Run the game
3.) Gg
If you changed the default switches, use the values you changed them to.
Installation:
1.) Download the psdkplugin, throw it in your project's script folder2.) Run the game
3.) Gg
How to use:
When making your groups/wild encounters click on the activation tab and change it to custom. Set it to 455 for Morning/Day encounters and 456 for Sunset/Night encounters. For me it looks like this:If you changed the default switches, use the values you changed them to.
How to change the default switches:
By default the switches for morning/day will be 455 and the night/sunset one will be 456. This can be changed through a monkeypatch.
00001 GenericSwitches.rb:
module Yuki
module Sw
# This will add the DayMorning and NightSunset to Switches
DayMorning = # Whatever switch here
NightSunset = # Whatever switch here
end
end
- Credits
- Credit me if you want