Jun 8, 2020 at 11:03 AM
Join Date: Aug 5, 2019
Location: Hell
Posts: 41
Pronouns: he/him
This really shouldn't've taken this long, but it did.
This isn't exactly a cave story mod, but I don't know where else I'd put it.
For those that don't know, Plymouth is the program that handles the startup screen for certain Linux flavors.
(I know it comes by default on Ubuntu; other flavors I'm not sure about.)
The windows comparison would be the rotating dots and windows logo during Windows startup.
You can change what it shows during startup by theming Plymouth, so I did that to make it show the kings cutscene, because you know, it's the Cave Story startup cutscene?
Anyways -
it took way too long to make this because this is my first ever Plymouth theme and also I had to figure out an animation system for Plymouth scripts (they don't exactly have a built-in one, just a function that's called 50 times a second).
I think I got the timing a little wrong but other than that it's around 90% accurate.
Screenshots:
well uh
It looks like the kings cutscene, and that's about it.
after the cutscene's over it shows the loading thing.
I also can't start screenshot software at that point, so it's not like I could put anything here anyways.
Download for those that want to try it
This isn't exactly a cave story mod, but I don't know where else I'd put it.
For those that don't know, Plymouth is the program that handles the startup screen for certain Linux flavors.
(I know it comes by default on Ubuntu; other flavors I'm not sure about.)
The windows comparison would be the rotating dots and windows logo during Windows startup.
You can change what it shows during startup by theming Plymouth, so I did that to make it show the kings cutscene, because you know, it's the Cave Story startup cutscene?
Anyways -
it took way too long to make this because this is my first ever Plymouth theme and also I had to figure out an animation system for Plymouth scripts (they don't exactly have a built-in one, just a function that's called 50 times a second).
I think I got the timing a little wrong but other than that it's around 90% accurate.
Screenshots:
well uh
It looks like the kings cutscene, and that's about it.
after the cutscene's over it shows the loading thing.
I also can't start screenshot software at that point, so it's not like I could put anything here anyways.
Download for those that want to try it
Code:
sudo cp -R /path/to/extracted/files/kings /usr/share/plymouth/themes/
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/kings/kings.plymouth 250 && sudo update-alternatives --config default.plymouth
Attachments
Last edited: