Template for RimWorld mods
Go to file Use this template
2024-04-16 09:26:30 +02:00
.config feat: apply things learned in better autocasting mod 2024-04-04 21:36:32 +02:00
.vscode feat: improve template some more 2024-04-04 23:05:34 +02:00
1.4 fix: set settings on startup 2024-04-05 00:03:46 +02:00
About feat: apply things learned in better autocasting mod 2024-04-04 21:36:32 +02:00
Source fix: set settings on startup 2024-04-05 00:03:46 +02:00
.envrc feat: update template for nixos 2024-02-11 17:28:50 +01:00
.gitignore feat: update template for nixos 2024-02-11 17:28:50 +01:00
flake.lock nixfmt 2024-04-16 09:26:30 +02:00
flake.nix nixfmt 2024-04-16 09:26:30 +02:00
LICENSE feat: apply things learned in better autocasting mod 2024-04-04 21:36:32 +02:00
README feat: apply things learned in better autocasting mod 2024-04-04 21:36:32 +02:00

Template for RimWorld Mods in nix

Expects the following VSCode extensions
- ms-dotnettools.vscode-dotnet-runtime
- ms-dotnettools.csharp

Expects the following VSCode settings:
- dotnet.dotnetPath should point at the .NET SDK
- omnisharp.monoPath should point at the mono install dir
- omnisharp.path should point at the omnisharp binary
- dotnet.server.path should point at the omnisharp binary?