• 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.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

PSDK More Generic Time Switches 1.0

This resource pertains to Pokémon SDK.
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.



Installation:​

1.) Download the psdkplugin, throw it in your project's script folder
2.) 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:
1707834086978.png


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:
Expand Collapse Copy
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
Author
Invatorzen
Downloads
160
Views
1,119
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Invatorzen

Back
Top