• 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

HGSS Style Transitions Script 1.5

Pokémon Essentials Version
v17.2 ➖
THIS IS FOR CLEAR ESSENTIALS V17.2.

This is the SIMPLE script makes your game like HGSS style.

Installation:
Now it is become a simplest Plug-and-Play script which not really need any skill or knowledge for coding. Just follow steps by steps, then you and your game will be fine.

  1. Download the Resources file which has one folder and one text file in there.
    0xBaZ6u.png
  2. Extract Transitions folder under Graphics/Pictures
  3. Open
    IbLLD9Q.png
    Script Editor (or press F11)
  4. Find the title call Main.
    YyLMAXV.png
  5. Right click Main, and click the Insert. (You can name whatever you want, or just name it HGSS Transitions)
  6. Now copy the script in Transitions Script.txt and paste into your new section.
  7. And now, just save and close Script Editor, save your game. Then you are finished! You can start to test it out!
How to use it?
  • In any event, add a script with "pbHGSSTransitions("place")"
  • Code:
    >Play SE:'Door exit',80, 100
    >Change Screen Color Tone:(255,255,255,255), @6
    >Wait: 8 frame(s)
    >Transfer Player:[032:Ilex Forest],(005,012), Up, No Fade
    >Script: pbHGSSTransitions("Ilex Forest")
    >Change Screen Color Tone:(0,0,0,0), @6
  • Name by default
    • Burned Tower
    • Dark Cave E
    • Dark Cave S
    • Dragon's Den
    • Ice Path
    • Ilex Forest
    • Mt. Mortar
    • National Park
    • Ruins of Alph
    • Sloepoke Well
    • Sprout Tower
    • Tin Tower
    • Tohjo Falls
    • Union Cave
    • Victory Road
    • Whirl Inlands
    • Cerulean Cave
    • Diglett's Cave
    • Mt. Moon
    • Rock Tunnel
    • Seafoam Islands
    • Viridian Forest

How to put my own Transition Sense Picture?
  • Under "Graphics/Pictures/Transitions", there are three different png files you will see.
    There are "_Day", ===> 5 AM to 14 PM
    "_Afternoon", ===> 14 PM to 20 PM
    and "_Night" ===> 20 PM to 5 AM
  • (It depends on what you set in "PField_Time" , and the setting above is from v17.2)
  • When you put your pictures into the folder, make sure you have those suffix, or you will get the black screen for transition.

Only For Ess v16.2 User:
  • If you want to use in v16.2, then you have to add a script to your "class LocationWindow"
  • After "@window.viewport=Viewport.new(0,0,Graphics.width,Graphics.height)"
    add "@window.viewport.z=500" So that the Location Sign is higher than Transition image.

Screenshots:
8rNBz8X.gif


Any question with this resource? Free to ask!
Credits
Script: Jonas930
Art Ripped: Latias Tamer (Spriters Resource)
Author
Jonas930
Downloads
1,703
Views
2,992
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Jonas930

Latest updates

  1. Move Support for 17.2

    Change some script so that more compatibly with ess v17.2
Back
Top