diff --git a/.vscode/launch.json b/.vscode/launch.json index cb53114..36a7a76 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,20 +15,6 @@ "console": "internalConsole", "internalConsoleOptions":"neverOpen", "stopAtEntry": true - }, - - { // ignore - "name": ".NET Framework Attach", - "type": "clr", - "request": "attach", - "processId": "${command:pickProcess}", - "symbolOptions": { - "searchPaths": [ - ".vscode/obj/Debug/*" - ], - "searchMicrosoftSymbolServer": false, - "searchNuGetOrgSymbolServer": false - } } ] } \ No newline at end of file diff --git a/.vscode/mod.csproj b/.vscode/mod.csproj index 8aee984..02933ae 100644 --- a/.vscode/mod.csproj +++ b/.vscode/mod.csproj @@ -7,7 +7,7 @@ Template Template - ../1.2/Assemblies + ../1.3/Assemblies 1.0.0.0 diff --git a/1.2/Assemblies/Template.dll b/1.2/Assemblies/Template.dll deleted file mode 100644 index 4ec49e9..0000000 Binary files a/1.2/Assemblies/Template.dll and /dev/null differ diff --git a/1.2/Defs/LetterDef.xml b/1.3/Defs/LetterDef.xml similarity index 100% rename from 1.2/Defs/LetterDef.xml rename to 1.3/Defs/LetterDef.xml diff --git a/1.2/Languages/English/Data.xml b/1.3/Languages/English/Data.xml similarity index 100% rename from 1.2/Languages/English/Data.xml rename to 1.3/Languages/English/Data.xml diff --git a/1.2/Patches/Patches.xml b/1.3/Patches/Patches.xml similarity index 100% rename from 1.2/Patches/Patches.xml rename to 1.3/Patches/Patches.xml diff --git a/About/About.xml b/About/About.xml index 6de7801..7e4eeca 100644 --- a/About/About.xml +++ b/About/About.xml @@ -4,7 +4,7 @@ Arvkus Mod Template Arvkus -
  • 1.2
  • +
  • 1.3
  • diff --git a/README.md b/README.md index e3c9369..e404828 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ This template is created for Rimworld modders who use [Visual Studio Code](https 3. Clone, pull or download this template into your Rimworld `Mods` folder. ## Additional notes +* For XML only modders remove preLaunchTask line from `launch.json` file. * By pressing `F5` key VS Code will perform 2 operations: build assembly file and launch Rimworld executable. * All intermediate files are kept inside `.vscode` folder. * Modify `.vscode/mod.csproj` and `About/About.xml` according to your needs. diff --git a/Source/Main.cs b/Source/Main.cs index 5d5fb98..d2b9cb9 100644 --- a/Source/Main.cs +++ b/Source/Main.cs @@ -14,8 +14,8 @@ using Verse.Grammar; using RimWorld; using RimWorld.Planet; -//using System.Reflection; -//using HarmonyLib; +// using System.Reflection; +// using HarmonyLib; namespace Template {