Skip to content

Commit

Permalink
Update to 5.4
Browse files Browse the repository at this point in the history
 cnc-ddraw to 1.3.4.6
  - Adds xwis compatibility
  - Too many fixes to mention see https://github.com/CnCNet/cnc-ddraw/releases

 Yuri Balance patch to 1.32
  - Fixes V3 weapon damage
  • Loading branch information
dkeetonx committed Sep 13, 2019
1 parent 7351a3d commit 80572c4
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 9 deletions.
Binary file modified Resources/cnc-ddraw.dll
Binary file not shown.
40 changes: 36 additions & 4 deletions Resources/cnc-ddraw.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ accuratetimers=false
; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact
singlecpu=true

; Windows API Hooking, Possible values: 0 = disabled, 1 = IAT Hooking, 2 = Microsoft Detours
; Note: Can be used to fix issues related to new features added by cnc-ddraw such as windowed mode or stretching
hook=1



; ### Game specific settings ###
Expand Down Expand Up @@ -120,6 +124,9 @@ handlemouse=false
[olwin]
noactivateapp=true
maxgameticks=60
hook=2
handlemouse=false
renderer=gdi

; Dark Reign: The Future of War
[DKReign]
Expand Down Expand Up @@ -148,32 +155,57 @@ maxgameticks=60
maxfps=59
accuratetimers=true

; Dune 2000 Online
; Dune 2000 - CnCNet
[dune2000-spawn]
maxfps=59
accuratetimers=true

; Command & Conquer: Tiberian Sun
; Command & Conquer: Tiberian Sun / Command & Conquer: Red Alert 2
[game]
checkfile=.\blowfish.dll
noactivateapp=true
handlemouse=false
maxfps=60

; Command & Conquer: Tiberian Sun Online
; Command & Conquer: Tiberian Sun Demo
[SUN]
noactivateapp=true
handlemouse=false
maxfps=60

; Command & Conquer: Tiberian Sun - CnCNet
[ts-spawn]
noactivateapp=true
handlemouse=false
maxfps=60

; Command & Conquer: Red Alert 2 - XWIS
[ra2]
noactivateapp=true
handlemouse=false
maxfps=60

; Command & Conquer: Red Alert 2 - XWIS
[Red Alert 2]
noactivateapp=true
handlemouse=false
maxfps=60

; Command & Conquer: Red Alert 2: Yuri's Revenge
[gamemd]
noactivateapp=true
handlemouse=false
maxfps=60

; Command & Conquer: Red Alert 2: Yuri's Revenge Online
; Command & Conquer: Red Alert 2: Yuri's Revenge - CnCNet
[gamemd-spawn]
noactivateapp=true
handlemouse=false
maxfps=60

; Command & Conquer: Red Alert 2: Yuri's Revenge - XWIS
[Yuri's Revenge]
noactivateapp=true
handlemouse=false
maxfps=60

8 changes: 4 additions & 4 deletions version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[DTA]
Version=5.3
Version=5.4

[FileVersions]
Qt\CnCNetQM.exe=01991591113511529240213201189402271206,4088
Expand Down Expand Up @@ -55,7 +55,7 @@ Resources\ts-ddraw_gdi.dll=171932148197819125420023521117418534160237,124
Resources\ts-ddraw_opengl.dll=180631164264711691581229428169135238234,79
Resources\ts_ddraw.dll=17522910123922855217439233681410331253140,14
Resources\ts-ddraw_new.dll=133678156171139407711108183191941371,41
Resources\cnc-ddraw.dll=18811912324922144438111115352198921440,214
Resources\cnc-ddraw.dll=1319494219218152865814413318696601067258,253
Resources\nazoul_ddraw.dll=206155153110175233105411072361469522767184180,572
Resources\ddraw_dxwnd.dll=251191112114481124582076122942291288961,45
Resources\ddraw_nohw.dll=146935145203122219151666188361887192237,40
Expand All @@ -66,7 +66,7 @@ Resources\gdi_ddraw.ini=5731382213135471591924611118067910365,1
Resources\auto_ddraw.ini=21007924020165116250225200472492143546246,1
Resources\dxwnd.ini=23913622185208791801772141671062167710207166,0
Resources\gdi_ddraw.ini=5731382213135471591924611118067910365,1
Resources\cnc-ddraw.ini=242472221011641839212013910919917221252125110,4
Resources\cnc-ddraw.ini=182242214634510710113811419362031529135242,4
Resources\KeyboardCommands.ini=2501581688184121691745514876240121786437,9
Resources\Binaries\Windows\ClientCore.dll=1462141009100945929720088251130077187,85
Resources\Binaries\Windows\ClientGUI.dll=1082135215255235213154731395831411889154,26
Expand Down Expand Up @@ -131,7 +131,7 @@ INI\Game Options\Brutal AI.ini=65811951782352091002847408515313217184111,0
INI\Game Options\No Dog Engi Eat.ini=17186272553942021846052235246197231217219,0
INI\Game Options\No Spawn Previews.ini=572302156615614014612971717917321267254238,0
INI\Game Options\RA2 Classic Mode.ini=25121181713172171129021514317244166203177,19
INI\Game Options\Yuri Rebalance Patch.ini=4723314491972325313525023169132121709924,5
INI\Game Options\Yuri Rebalance Patch.ini=1852346750162186103201922541367206112217155,5
INI\KeyboardMD.ini=24119419448243148120112952062165011628135120,1
Map Renderer\CNCMaps.Engine.dll=22911767512020339103543225217972142268,158
Map Renderer\CNCMaps.exe=931390111211719513879132103113615518815,295
Expand Down
2 changes: 1 addition & 1 deletion versionconfig.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Version]
5.3
5.4

[Include]
; Qt QM files
Expand Down

0 comments on commit 80572c4

Please sign in to comment.