• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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
113
Views
1,040
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Invatorzen

Back
Top