Skip to content

Commit

Permalink
v4.3.0 - Remove Accidental Landscape Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
markekraus committed Jan 13, 2022
1 parent 73f4659 commit cb5f704
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
19 changes: 16 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,6 +34,6 @@
"type": "shell",
"command": "./build.ps1",
"group": "build"
}
}
]
}
File renamed without changes.
Binary file modified MarkekrausSentientChairsOfSkyrim.esp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ZipFile Name="@ModName" RootDir="." Compression="deflate" Output="@ModFolder">
<Include NoRecurse="true">*.esp</Include>
<Include NoRecurse="true">*.bsa</Include>
<Include NoRecurse="true">*.psc</Include>
<Include NoRecurse="false">*.psc</Include>
<Include NoRecurse="true">fomod\info.xml</Include>
<Include NoRecurse="true">fomod\ModuleConfig.xml</Include>
<Include NoRecurse="true">logo.png</Include>
Expand Down
2 changes: 1 addition & 1 deletion buildConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion fomod/info.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<fomod>
<Name>Sentient Chairs of Skyrim (SCOS)</Name>
<Author>Mark E. Kraus</Author>
<Version>4.2.0</Version>
<Version>4.3.0</Version>
<Website>https://www.nexusmods.com/skyrimspecialedition/mods/59604</Website>
<Description>Adds a race of Sentient Chairs native to Skyrim.</Description>
<Groups>
Expand Down

0 comments on commit cb5f704

Please sign in to comment.