Skip to content

Commit

Permalink
Add support Campaign (#33 #125 #290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Mar 4, 2024
1 parent d8b9d4f commit 64e2aac
Show file tree
Hide file tree
Showing 15 changed files with 1,069 additions and 3 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.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified package/Resources/Alliedicon.png
Loading
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/Alliesicon.png
Loading
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
Loading
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
5 changes: 3 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
Allies=0,1,2,3,4
Soviets=5,6,7,8

[General]
Sides=America,Korea,France,Germany,Great Britain,Libya,Iraq,Cuba,Russia,Yuri
Expand Down
8 changes: 7 additions & 1 deletion package/Resources/GenericWindow.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[GenericWindow]
DrawMode=Stretched
DrawBorders=true
DrawBorders=false
BackgroundTexture=ModalBG.png

[FullWindow]
Expand Down 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
Binary file added package/Resources/Introicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified package/Resources/Sovieticon.png
Loading
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/Sovietsicon.png
Loading
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

0 comments on commit 64e2aac

Please sign in to comment.