
You are viewing a potentially older version of this package. View Latest Version
ConfigurableMoonPreview
Configurable moon descriptions and preview reels. Works with modded and vanilla moons.Makes configuring Moon reels and descriptions easy - Adds video reels for vanilla moons.
Uses reel assets from the discontinued Orbits mod by fiufki
For Mooners
Drop a file ending with .moonpreview.json into you package. It should look something like this:
{
"formatVersion": 1,
"packName": "My Moon Reels",
"entries": [
{
"scene": "Level27Trudge",
"description": "POPULATION: None\nCONDITIONS: Expansive, constant rain.\nHISTORY: Trudge is often confused with 61 March due to orbital patterns.\nFAUNA: Unknown",
"video": "reels/trudge.mp4"
}
]
}
If this mod is in an instance aswell as your moon, any reel and description overrides provided will be used. No dependancy needed.
Make sure to use H.264 mp4 encoded videos, as that is what Lethal Company's reel player prefers from what I could tell.
For Modpackers
Similar to above, but put your json file and videos into your config folder.