diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1ea3ced..5cb3884 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,14 +2,27 @@ // created by vscode papyrus-lang papyrus.skyrimSpecialEdition.generateProject "version": "2.0.0", "tasks": [ + { + "label": "Compile Papyrus Script", + "type": "process", + "command": "D:\\Steam\\steamapps\\common\\Skyrim Special Edition\\Papyrus Compiler\\PapyrusCompiler.exe", + "problemMatcher":"$PapyrusCompiler", + "args": [ + "${relativeFile}", + "-i=Source\\Scripts;D:\\Steam\\steamapps\\common\\Skyrim Special Edition\\Data\\Source\\Scripts", + "-o=Scripts", + "-f=TESV_Papyrus_Flags.flg" + ], + "group": "build" + }, { "type": "pyro", - "projectFile": "SentientChairsOfSkyrim.ppj", + "projectFile": "MarkekrausSentientChairsOfSkyrim.ppj", "gamePath": "D:\\Steam\\steamapps\\common\\Skyrim Special Edition", "problemMatcher": [ "$PapyrusCompiler" ], - "label": "pyro: Compile Project (skyrimse.ppj)", + "label": "pyro: Compile Project (MarkekrausSentientChairsOfSkyrim.ppj)", "group":{ "kind": "build", "isDefault": true @@ -21,6 +34,6 @@ "type": "shell", "command": "./build.ps1", "group": "build" - } + } ] } \ No newline at end of file diff --git a/SkyrimSE.code-workspace b/MarkekrausSentientChairsOfSkyrim.code-workspace similarity index 100% rename from SkyrimSE.code-workspace rename to MarkekrausSentientChairsOfSkyrim.code-workspace diff --git a/MarkekrausSentientChairsOfSkyrim.esp b/MarkekrausSentientChairsOfSkyrim.esp index 0a2c21e..6170481 100644 Binary files a/MarkekrausSentientChairsOfSkyrim.esp and b/MarkekrausSentientChairsOfSkyrim.esp differ diff --git a/SentientChairsOfSkyrim.ppj b/MarkekrausSentientChairsOfSkyrim.ppj similarity index 95% rename from SentientChairsOfSkyrim.ppj rename to MarkekrausSentientChairsOfSkyrim.ppj index 8376e48..86e0b03 100644 --- a/SentientChairsOfSkyrim.ppj +++ b/MarkekrausSentientChairsOfSkyrim.ppj @@ -35,7 +35,7 @@ *.esp *.bsa - *.psc + *.psc fomod\info.xml fomod\ModuleConfig.xml logo.png diff --git a/buildConfig.json b/buildConfig.json index 75b861d..d214e6c 100644 --- a/buildConfig.json +++ b/buildConfig.json @@ -3,7 +3,7 @@ "UnfuzerPath": "D:\\Steam\\steamapps\\common\\Skyrim Special Edition\\Tools\\unfuzer", "ModInfo": { "Name": "Sentient Chairs of Skyrim (SCOS)", - "Version": "4.2.0", + "Version": "4.3.0", "Author": "Mark E. Kraus", "Description": "Adds a race of Sentient Chairs native to Skyrim.", "Website": "https://www.nexusmods.com/skyrimspecialedition/mods/59604", diff --git a/fomod/info.xml b/fomod/info.xml index e7da056..7324236 100644 --- a/fomod/info.xml +++ b/fomod/info.xml @@ -1,7 +1,7 @@ Sentient Chairs of Skyrim (SCOS) Mark E. Kraus - 4.2.0 + 4.3.0 https://www.nexusmods.com/skyrimspecialedition/mods/59604 Adds a race of Sentient Chairs native to Skyrim.