Adds a miscellanea of songs from other games like SpaceChem, FTL, Project Zomboid and some older factorio tracks.
- How to setup
track-type
-> best to skip interludes - Add Project Zomboid ost
- Understand where loading screen melody is ->
__core__/sound/main-menu-motif.ogg
- Understand how to change the loading melody -> BLOCKED
- Learn more about how data.raw works
- Learn how to make better settings -> wiki
- Learn how to make an in-game ui
- Create a changelog checker?
- Add a
.gitattributes
file to usegit archive
in the future for packaging the mod
- Add all songs from music folder
- Check volume balance between sources
default == sc == ftl == old == pz
- Adjust track
weight
so smaller sets play more often
- Add jukebox thumbnail image
- Add workflow to create a github release
- Add settings to choose which songs to use
- Add setting to remove base game songs
- Move all mod files into a
src/
folder - Add a build step to automatically publish in the factorio mod portal
- Add current song and skip button in game
- Shuffle button?
- Make playlist work for different planets
- Shuffle planet button?
- Can the
planet
property be set tospace
or is that not a realSpaceLocationID
? - Is there an easy way for a track to be playable on multiple planets? Besides creating a new entry for every planet?
- If space-age is not installed, can a track from eg
vulcanus
play onnauvis
? Or will it never play?
core
files cannot be changed and mods are loaded after the sound plays- Create two tracks of sc-07, first half 11 seconds
- Change loading screen melody to the intro of sc-07
- Make menu music sc-07 after intro melody
- Add setting
replace loading track
that toggles this behaviour
- Hidden setting for playing track based on where the player is ->
ambient-music-based-on-physical-location
- Ambient Sound API page
- Prototype Inheritance Tree shows
data.raw
tables - Mod loading lifecycle
- Mod publishing API for a future github worflow
- Changelog format
All code is under MIT License.
Many thanks to:
tjjinx
and their space age music playlist moddb48x
and their original-music-hd modbcup
and their C418 Music mod
which served as inspiration for this one.