Template for RimWorld mods
Find a file Use this template
2024-10-16 14:11:05 +02:00
.config update template 2024-10-16 14:11:05 +02:00
.vscode update template 2024-10-16 14:11:05 +02:00
1.5 update template 2024-10-16 14:11:05 +02:00
About update template 2024-10-16 14:11:05 +02:00
Source update template 2024-10-16 14:11:05 +02:00
.envrc update template 2024-10-16 14:11:05 +02:00
.gitignore update template 2024-10-16 14:11:05 +02:00
flake.lock update template 2024-10-16 14:11:05 +02:00
flake.nix update template 2024-10-16 14:11:05 +02:00
LICENSE feat: apply things learned in better autocasting mod 2024-04-04 21:36:32 +02:00
package-lock.json update template 2024-10-16 14:11:05 +02:00
package.json update template 2024-10-16 14:11:05 +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?