Skip to content

Commit

Permalink
update to v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
drdaxxy committed Feb 3, 2019
1 parent e6717ae commit 24095b6
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config.ps1
temp/
DIST/
symbols/
cc-edited-images/*
!cc-edited-images/.gitkeep
script_archive_v101/*
Expand Down
8 changes: 7 additions & 1 deletion content/CCPatch-README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHAOS;CHILD Steam Patch
Committee of Zero
Version 1.1 - February 2, 2019
Version 1.11 - February 3, 2019
==============================
http://sonome.dareno.me
https://twitter.com/CommitteeOf0
Expand All @@ -12,6 +12,12 @@ See http://sonome.dareno.me/projects/chaoschild-steam.html for details, contact

For troubleshooting, please come to our Discord. You can always find the latest version of the patch at https://github.com/CommitteeOfZero/cc-patch/releases

==============================
Changes from 1.1:
==============================

* Fixed an issue where the installer would crash on pre-AVX CPUs.

==============================
Changes from 1.0:
==============================
Expand Down
4 changes: 2 additions & 2 deletions content/languagebarrier/patchdef.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"__schema_version": 2,
"appdatadir": "Committee of Zero\\CCSteam",
"patchName": "[CoZ] CHAOS;CHILD Steam Patch (1.1)",
"patchVersion": "1.1",
"patchName": "[CoZ] CHAOS;CHILD Steam Patch (1.11)",
"patchVersion": "1.11",
"base": {
"hookText": true,
"improveDialogueOutlines": false,
Expand Down
2 changes: 1 addition & 1 deletion installer/noidget
Submodule noidget updated 3 files
+5 −0 noidget.pro
+677 −108 src/vendor/dr_mp3.h
+709 −476 src/vendor/mini_al.h
8 changes: 7 additions & 1 deletion installer/userdata/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHAOS;CHILD Steam Patch
Committee of Zero
Version 1.1 - February 2, 2019
Version 1.11 - February 3, 2019
==============================
http://sonome.dareno.me
https://twitter.com/CommitteeOf0
Expand All @@ -12,6 +12,12 @@ See http://sonome.dareno.me/projects/chaoschild-steam.html for details, contact

For troubleshooting, please come to our Discord. You can always find the latest version of the patch at https://github.com/CommitteeOfZero/cc-patch/releases

==============================
Changes from 1.1:
==============================

* Fixed an issue where the installer would crash on pre-AVX CPUs.

==============================
Changes from 1.0:
==============================
Expand Down
4 changes: 2 additions & 2 deletions installer/userdata/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"uninstallProductKey": "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\ChaosChildSteamPatch",
"uninstallProductDisplayName": "Chaos;Child Steam Patch",
"uninstallProductDisplayVersion": "1.1",
"uninstallProductDisplayVersion": "1.11",
"uninstallProductVersionMajor": 1,
"uninstallProductVersionMinor": 1,
"uninstallProductUninstallString": "\"%GAME_PATH%/nguninstall.exe\"",
Expand All @@ -41,7 +41,7 @@
},
"playShortcut": {
"displayName": "Chaos;Child (Steam Patch)",
"version": "1.1",
"version": "1.11",
"targetPath": "%LAUNCHERENG_PATH%",
"workingDir": "%GAME_PATH%",
"tooltip": "Play Chaos;Child (Steam Patch)",
Expand Down
2 changes: 1 addition & 1 deletion launcher/realboot
Submodule realboot updated 1 files
+2 −0 realboot.pro
9 changes: 7 additions & 2 deletions terribuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ try {
}

# EXE metadata configuration
$version_string = "1.1"
$version_string = "1.11"
$tool_icon = "CoZIcon.ico"
$game_icon = "LauncherIcon.ico"
$publisher = "Committee of Zero"
Expand Down Expand Up @@ -121,12 +121,15 @@ Remove-Item -Force -Recurse -ErrorAction SilentlyContinue .\DIST
New-Item -ItemType directory -Path .\DIST | Out-Null
Remove-Item -Force -Recurse -ErrorAction SilentlyContinue .\temp
New-Item -ItemType directory -Path .\temp | Out-Null
Remove-Item -Force -Recurse -ErrorAction SilentlyContinue .\symbols
New-Item -ItemType directory -Path .\symbols | Out-Null

PrintSection "Building LanguageBarrier as $languagebarrier_configuration"
& "$msbuild" "$languagebarrier_dir\LanguageBarrier\LanguageBarrier.vcxproj" "/p:Configuration=$languagebarrier_configuration"

PrintSection "Copying LanguageBarrier to DIST"
Copy-Item $languagebarrier_dir\languagebarrier\$languagebarrier_configuration\*.dll .\DIST
Copy-Item $languagebarrier_dir\languagebarrier\$languagebarrier_configuration\*.pdb .\symbols
Copy-Item -Recurse $languagebarrier_dir\languagebarrier\$languagebarrier_configuration\languagebarrier .\DIST
New-Item -ItemType directory -Path .\DIST\CHILD | Out-Null
# TODO how does wine handle this?
Expand Down Expand Up @@ -200,13 +203,15 @@ cd launcher
cd ..
SetRealbootExeMetadata .\launcher\deploy\LauncherC0.exe
Copy-Item -Recurse -Force .\launcher\deploy\* .\DIST
Copy-Item -Recurse -Force .\launcher\build\release\*.pdb .\symbols

PrintSection "Building noidget"
cd installer
& .\noidget_build.bat
cd ..
SetInstallerExeMetadata .\installer\deploy\noidget.exe
SetUninstallerExeMetadata .\installer\deployUninstaller\noidget.exe
Copy-Item -Recurse -Force .\installer\build\release\*.pdb .\symbols

PrintSection "Packing uninstaller"
cd installer\deployUninstaller
Expand Down Expand Up @@ -244,7 +249,7 @@ Move-Item -Force ..\merged_patches_c .
Move-Item -Force ..\..\installer\deploy\* .
Move-Item -Force .\noidget.exe .\CCPatch-Installer.exe
cd ..\..\DIST
Compress-Archive -Path "..\temp\$patchFolderName" -DestinationPath "$patchFolderName.zip" -CompressionLevel Optimal
7z a -mx=5 "$patchFolderName.zip" "..\temp\$patchFolderName"
cd ..

PrintSection "Removing temp"
Expand Down

0 comments on commit 24095b6

Please sign in to comment.