background editor 4.gif (1.08 MiB) Viewed 7019 times
background editor 4.gif (1.08 MiB) Viewed 7019 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
v1.1.0
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.
V1.0.0
Initial release
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).
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.
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.