Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ConfigurableMoonPreview
Configurable moon descriptions and preview reels. Works with modded and vanilla moons.
By lufurrius
| Last updated | 2 hours ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | Mods Client-side Moons Tweaks & Quality Of Life |
| Dependency string | lufurrius-ConfigurableMoonPreview-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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.