pulsar-mod-loader
pulsar-mod-loader copied to clipboard
Unofficial mod support for PULSAR: Lost Colony.
> Some features are not implemented correctly: - CaptainChar: implemented as ComponentModBase, so you can't change the appearance of the chair. (Suggestion: implement how TurretMod is implemented) - For some...
0.11.0.24 0.11.1.25 Generally when referring to PML versions, we use the first 3 numbers to differentiate the version. I am not aware of any case where we use the build...
Most of PPL is lacking docstrings, making intellisense tooltips useless. Write docstrings for at least every public function to reduce wasted plugin developer time and keep us sane in the...
References to PULSAR assemblies are required to build PPL and subsequent plugins, but manually including them in the repository is error prone and wasteful. Instead, create a private NuGet feed...
PPL's own log file path is resolving to folders that may not be writable due to OS permissions (e.g., `Program Files` subfolders). Find a way to redirect it to a...