Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@
"group": "build",
"problemMatcher": []
},
{
"label": "build-dlc2",
"type": "shell",
"command": "powershell.exe –NonInteractive –ExecutionPolicy Unrestricted -file '${workspaceRoot}\\.scripts\\build.ps1' -mod \"DLC2CommunityHighlander\" -srcDirectory '${workspaceRoot}\\Components\\DLC2CommunityHighlander' -sdkPath '${config:xcom.highlander.sdkroot}' -gamePath '${config:xcom.highlander.gameroot}'",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
"label": "runGame",
"type": "shell",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
5 changes: 0 additions & 5 deletions Components/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ static function array<X2DataTemplate> CreateTemplates()
local array<X2DataTemplate> Templates;
local X2StrategyElementTemplate XComGameVersion;

`log("CreateTemplates",, 'DLC2CommunityHighlander');

if (class'CHXComGameVersionTemplate' != none)
{
`log("Creating CHDLC2Version with version" @ default.MajorVersion $ "." $ default.MinorVersion $ "." $ default.PatchVersion,, 'DLC2CommunityHighlander');

`CREATE_X2TEMPLATE(class'CHXComGameVersionTemplate', XComGameVersion, 'CHDLC2Version');
CHXComGameVersionTemplate(XComGameVersion).MajorVersion = default.MajorVersion;
CHXComGameVersionTemplate(XComGameVersion).MinorVersion = default.MinorVersion;
Expand Down
Loading