Page 1 of 1

PK DreamSpace - An EarthBound Video Drug Background Editor for GMS 2

Posted: Sun Jun 23, 2024 7:11 pm
by Flapperultra
background editor 4.gif
background editor 4.gif (1.08 MiB) Viewed 2667 times
background editor 4.gif
background editor 4.gif (1.08 MiB) Viewed 2667 times
PK DreamSpace
- An EarthBound Video Drug Background Editor for GMS 2 -
- Latest version: 1.1.0 -

PK DreamSpace is a tool I've written to generate video drug backgrounds like those featured in the EarthBound/Mother series. These backgrounds can be exported into a JSON format for use in external projects that use my layered background format.
Changelog
► Show Spoiler
current features
  • Saving and loading background JSON files.
  • Add and remove an unlimited number of fully controllable layers.
  • Control how layers blend together with Blend Mode controls.
  • Scan line interlacing effect with variable control.
  • fully controllable sine wave effects.
  • palette controls.
  • Full screen visualizer.
  • GIF Recording
future plans
  • scrolling effects.
  • custom scripting for animations and improved palette swapping.
  • Load new sprites and palettes from files (currently editing source is required).
SOURCE: https://github.com/JacobLawson/PK-DreamSpace
DOWNLOAD :
PK DreamSpace 1.2.0.zip
(4.34 MiB) Downloaded 96 times
PK DreamSpace 1.2.0.zip
(4.34 MiB) Downloaded 96 times


Screenshots
► Show Spoiler
How to use
Capture.PNG
Capture.PNG (162.42 KiB) Viewed 2667 times
Capture.PNG
Capture.PNG (162.42 KiB) Viewed 2667 times

Re: PK DreamSpace - An EarthBound Video Drug Background Editor for GMS 2

Posted: Sun Jun 23, 2024 10:13 pm
by Flapperultra
I didn't expect to update the tool so soon but I've re-organised the scripts to make it easier to implement the background layers in external projects. I also used these new scripts to add a viewer window to better demonstrate implementation.

changelog:
- added viewer window
- added pk_dreamSpace script which contains functions for reading and drawing backgrounds. This script can easily be used to implement the PK DreamSpace background functions into other GMS2 projects.
Capture2.PNG
Capture2.PNG (13.87 KiB) Viewed 2657 times
Capture2.PNG
Capture2.PNG (13.87 KiB) Viewed 2657 times

Re: PK DreamSpace - An EarthBound Video Drug Background Editor for GMS 2

Posted: Mon Jun 24, 2024 1:04 pm
by Flapperultra
v1.2.0!
Probably the last feature update for a week or so as I have some minor bugs to fix. In this update I have added a button to record gifs of the backgrounds based on a Discord user's suggestion.