An open API service indexing awesome lists of open source software.

https://github.com/cloudyluna/cbn-custom-flake

My silly nix flake to install Cataclysm: Bright Nights stable/nightly and preferred mods.
https://github.com/cloudyluna/cbn-custom-flake

bright-nights cataclysm cataclysm-dda cbn cdda nix nix-flake

Last synced: 3 months ago
JSON representation

My silly nix flake to install Cataclysm: Bright Nights stable/nightly and preferred mods.

Awesome Lists containing this project

README

        

# cbn-custom-flake

A simple nix flake to install Cataclysm: Bright Nights with my
preferred set of mods.

This flake is largely derived from my own custom [CDDA experimental flake](https://github.com/cloudyluna/cdda-custom-experimental).

Currently base game is pinned to v0.7.0.

(WIP) Documentation in-progress.

## Bundled contents

### extras
- Tankmod_Revived
- jackledead_armory + jackledead_armory_expansion

### expanded
All in `extras` + Otopacks soundpack.

## Install or run

### Install remotely
`nix profile install --refresh github:cloudyluna/cbn-custom-flake#extras`

and run `cbn-tiles-launcher` to play.

### Run remotely
`nix run --refresh github:cloudyluna/cbn-custom-flake#extras` to just run quickly.

If you want music too, replace `#extras` with `#expanded`.

## To update game and contents manually
We use [nvfetcher](https://github.com/berberman/nvfetcher/blob/master/README.md) to run automatic content updates. For more info, see what you can do with nvfetcher.

Game and bundled contents versions are pinned in [_sources/generated.nix](/_sources/generated.nix).

> Warning: Updates doesn't guarantee stability. Things might break. Always check content changelog before update.

To update: `nix develop --command make update`

## User folder
Saves are located in `$HOME/.cbn-custom`.