lufurrius-ConfigurableMoonPreview icon

ConfigurableMoonPreview

Configurable moon descriptions and preview reels. Works with modded and vanilla moons.

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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.