Skip to content

Commit

Permalink
Add support Campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Aug 17, 2023
1 parent 8584017 commit 33ee302
Show file tree
Hide file tree
Showing 15 changed files with 1,069 additions and 2 deletions.
593 changes: 593 additions & 0 deletions game-assets/ra2mode.pack/mission.ini

Large diffs are not rendered by default.

409 changes: 409 additions & 0 deletions package/INI/Battle.ini

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions package/Resources/CampaignSelector.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[INISystem]
BasedOn=GenericWindow.ini

[CampaignSelector]
Size=800,600
BackgroundTexture=cncnetlobbybg.png
DrawMode=Stretched

[lblSelectCampaign]
Text=MISSIONS
Location=12,12

[lbCampaignList]
Size=300,551
Location=12,36

[lblMissionDescriptionHeader]
Text=MISSION DESCRIPTION
Location=320,12

[tbMissionDescription]
BackgroundTexture=50percenttransparent.png
Size=467,350
Location=320,36

[lblDifficultyLevel]
Location=488,440

[trbDifficultySelector]
Location=393,462
BackgroundTexture=50percenttransparent.png
ClickSound=checkbox.wav

[lblEasy]
Location=429,510
Text=EASY

[lblNormal]
Location=523,510
Text=NORMAL

[lblHard]
Location=637,510
Text=HARD

[btnLaunch]
Location=393,564

[btnCancel]
Location=574,564
1 change: 1 addition & 0 deletions package/Resources/ClientDefinitions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LongSupportURL=https://forums.cncnet.org/forum/11-support/
ShortSupportURL=forums.cncnet.org/forum/11-support/
MapEditorExePath=Map Editor\Map Editor.bat
FSIniPath=Map Editor\FinalSun.ini
CopyMissionsToSpawnmapINI=false
BattleFSFileName=BattleE.ini
SidebarHack=yes
MinimumRenderWidth=1024
Expand Down
6 changes: 4 additions & 2 deletions package/Resources/GameOptions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
; If you use or redistribute the client in any public projects, please include
; Rampastring and The Dawn of the Tiberium Age in your project's credits.

; Custom random side selectors. Syntax: <Name>=comma-separated list of positions in Sides list
[RandomSelectors]
Allied=0,1,2,3,4
Soviet=5,6,7,8
Random Allies=0,1,2,3,4
Random Soviets=5,6,7,8

[General]
Sides=America,Korea,France,Germany,Great Britain,Libya,Iraq,Cuba,Russia,Yuri
Expand Down Expand Up @@ -35,5 +36,6 @@ AttackNeutralUnits=yes
ReconnectTimeout=1400
Protocol=0
FrameSendRate=2
AINamesByDifficulty=Yes
Observer.ShowAIOnSidebar=Yes

6 changes: 6 additions & 0 deletions package/Resources/GenericWindow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ DrawMode=Stretched
BackgroundTexture=ModalBG.png
DrawBorders=true

[GameLoadingWindow]
DrawMode=Stretched
BackgroundTexture=nopreview.png
DrawBorders=false
DrawMode=Stretched

[TunnelSelectionWindow]
BackgroundTexture=ModalBG.png
DrawBorders=true
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions package/Resources/Yuri Theme/GenericWindow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ BackgroundTexture=nopreview.png
DrawBorders=false
DrawMode=Stretched

[GameLoadingWindow]
DrawMode=Stretched
BackgroundTexture=nopreview.png
DrawBorders=false
DrawMode=Stretched

[ExtraControls]
0=rabt:XNAExtraPanel
1=rabb:XNAExtraPanel
Expand Down
Binary file added package/Resources/alliedicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added package/Resources/bootcampicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added package/Resources/introicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added package/Resources/sovieticon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33ee302

Please sign in to comment.