ngld
ngld
Knossos will ask the user if they want to enable torrents during the first launch. This could save bandwidth on the mirrors and improve reliability during traffic spikes. Each torrent...
Knossos should be able to operate from an USB stick. Recent FSO builds implement a portable mode which make this possible.
This needs to be part of the integration module since it's platform-specific. The desktop shortcuts should point to Knossos' executable (```launcher.get_cmd()```) and pass ```fso://run/``` as the parameter.
The mentioned PR added references to a missing `patches` directory. Specifically here: https://github.com/plv8/plv8/blob/821f1638934e3f0ad4c979de442d6cb74f1e32e9/Makefile#L91-L97 and here: https://github.com/plv8/plv8/blob/821f1638934e3f0ad4c979de442d6cb74f1e32e9/Makefile#L111-L118 As far as I can tell, the files from this directory should've been added...
Currently, you have to install Homebrew and their `freetype` package to launch FSO. The current nightlies are linked against `/usr/local/opt/freetype/lib/libfreetype.6.dylib` which only exists if you install libfreetype through Homebrew. We...
I probably missed a few things but this should fix most of the recent issues.
* Installing the `cmake` package is enough to ensure that CMake works. Using `apt-get` to install it is much easier than manually installing the deb file (especially since the deb...
If Knossos fails to move a folder inside `__dev_work` during the dev mode conversion, it should just move everything it managed to move until that point back and skip the...
* [x] list mods * [x] download & install * [x] fetch metadata for installation (dependencies, download links, checksums) * [x] resolve dependencies * [x] download archives * [x] extract...
If possible, I'd like to add a simple system that prompts players to leave a comment / feedback whenever they finish a mod. I don't want them to rate a...