Initial commit: OpenRA game engine
Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
282
mods/cnc/mod.yaml
Normal file
282
mods/cnc/mod.yaml
Normal file
@@ -0,0 +1,282 @@
|
||||
Metadata:
|
||||
Title: mod-title
|
||||
Version: {DEV_VERSION}
|
||||
Website: https://www.openra.net
|
||||
WebIcon32: https://www.openra.net/images/icons/cnc_32x32.png
|
||||
WindowTitle: mod-windowtitle
|
||||
|
||||
PackageFormats: Mix
|
||||
|
||||
FileSystem: ContentInstallerFileSystem
|
||||
SystemPackages:
|
||||
^EngineDir
|
||||
$cnc: cnc
|
||||
^EngineDir|mods/common: common
|
||||
~^SupportDir|Content/cnc: content
|
||||
common|scripts
|
||||
cnc|scripts
|
||||
cnc|uibits
|
||||
ContentPackages:
|
||||
content|speech.mix
|
||||
content|conquer.mix
|
||||
content|sounds.mix
|
||||
content|tempicnh.mix
|
||||
content|temperat.mix
|
||||
content|winter.mix
|
||||
content|desert.mix
|
||||
~content|movies
|
||||
~content|scores.mix
|
||||
~content|scores2.mix
|
||||
~content|scores-covertops.mix
|
||||
~content|transit.mix
|
||||
~content|general.mix
|
||||
# Below are mod-provided (system) packages that need to be loaded after the content packages so they can override content assets.
|
||||
cnc|bits/snow.mix
|
||||
cnc|bits
|
||||
cnc|bits/desert
|
||||
cnc|bits/ss
|
||||
ContentInstallerMod: cnc-content
|
||||
|
||||
MapFolders:
|
||||
cnc|maps: System
|
||||
~^SupportDir|maps/cnc/{DEV_VERSION}: User
|
||||
|
||||
Rules:
|
||||
cnc|rules/misc.yaml
|
||||
cnc|rules/ai.yaml
|
||||
cnc|rules/player.yaml
|
||||
cnc|rules/world.yaml
|
||||
cnc|rules/palettes.yaml
|
||||
cnc|rules/defaults.yaml
|
||||
cnc|rules/structures.yaml
|
||||
cnc|rules/infantry.yaml
|
||||
cnc|rules/vehicles.yaml
|
||||
cnc|rules/trees.yaml
|
||||
cnc|rules/civilian.yaml
|
||||
cnc|rules/civilian-desert.yaml
|
||||
cnc|rules/tech.yaml
|
||||
cnc|rules/ships.yaml
|
||||
cnc|rules/aircraft.yaml
|
||||
cnc|rules/husks.yaml
|
||||
cnc|rules/map-generators.yaml
|
||||
|
||||
Sequences:
|
||||
cnc|sequences/structures.yaml
|
||||
cnc|sequences/vehicles.yaml
|
||||
cnc|sequences/infantry.yaml
|
||||
cnc|sequences/aircraft.yaml
|
||||
cnc|sequences/decorations.yaml
|
||||
cnc|sequences/misc.yaml
|
||||
cnc|sequences/funpark.yaml
|
||||
cnc|sequences/civilian.yaml
|
||||
cnc|sequences/campaign.yaml
|
||||
|
||||
TileSets:
|
||||
cnc|tilesets/desert.yaml
|
||||
cnc|tilesets/winter.yaml
|
||||
cnc|tilesets/snow.yaml
|
||||
cnc|tilesets/temperat.yaml
|
||||
|
||||
Weapons:
|
||||
cnc|weapons/explosions.yaml
|
||||
cnc|weapons/ballistics.yaml
|
||||
cnc|weapons/missiles.yaml
|
||||
cnc|weapons/other.yaml
|
||||
cnc|weapons/smallcaliber.yaml
|
||||
cnc|weapons/superweapons.yaml
|
||||
|
||||
Cursors:
|
||||
cnc|cursors.yaml
|
||||
|
||||
Chrome:
|
||||
cnc|chrome.yaml
|
||||
|
||||
Assemblies: OpenRA.Mods.Common.dll, OpenRA.Mods.Cnc.dll
|
||||
|
||||
ChromeLayout:
|
||||
cnc|chrome/mainmenu.yaml
|
||||
cnc|chrome/mainmenu-prompts.yaml
|
||||
cnc|chrome/playerprofile.yaml
|
||||
cnc|chrome/encyclopedia.yaml
|
||||
cnc|chrome/multiplayer-browser.yaml
|
||||
cnc|chrome/multiplayer-browserpanels.yaml
|
||||
cnc|chrome/multiplayer-createserver.yaml
|
||||
cnc|chrome/multiplayer-directconnect.yaml
|
||||
cnc|chrome/lobby.yaml
|
||||
cnc|chrome/lobby-mappreview.yaml
|
||||
cnc|chrome/lobby-players.yaml
|
||||
cnc|chrome/lobby-options.yaml
|
||||
cnc|chrome/lobby-music.yaml
|
||||
cnc|chrome/lobby-servers.yaml
|
||||
cnc|chrome/lobby-kickdialogs.yaml
|
||||
cnc|chrome/connection.yaml
|
||||
cnc|chrome/color-picker.yaml
|
||||
cnc|chrome/mapchooser.yaml
|
||||
cnc|chrome/replaybrowser.yaml
|
||||
cnc|chrome/gamesave-browser.yaml
|
||||
cnc|chrome/gamesave-loading.yaml
|
||||
cnc|chrome/ingame.yaml
|
||||
cnc|chrome/ingame-chat.yaml
|
||||
common|chrome/ingame-transients.yaml
|
||||
cnc|chrome/ingame-menu.yaml
|
||||
cnc|chrome/ingame-debug.yaml
|
||||
common|chrome/ingame-debug-hpf.yaml
|
||||
cnc|chrome/ingame-infochat.yaml
|
||||
cnc|chrome/ingame-info.yaml
|
||||
cnc|chrome/ingame-infobriefing.yaml
|
||||
common|chrome/ingame-infoscripterror.yaml
|
||||
cnc|chrome/ingame-infoobjectives.yaml
|
||||
cnc|chrome/ingame-infostats.yaml
|
||||
cnc|chrome/ingame-info-lobby-options.yaml
|
||||
cnc|chrome/ingame-debuginfo.yaml
|
||||
cnc|chrome/music.yaml
|
||||
cnc|chrome/settings.yaml
|
||||
cnc|chrome/settings-display.yaml
|
||||
cnc|chrome/settings-gameplay.yaml
|
||||
cnc|chrome/settings-audio.yaml
|
||||
cnc|chrome/settings-input.yaml
|
||||
cnc|chrome/settings-hotkeys.yaml
|
||||
cnc|chrome/settings-advanced.yaml
|
||||
cnc|chrome/credits.yaml
|
||||
cnc|chrome/dialogs.yaml
|
||||
cnc|chrome/tooltips.yaml
|
||||
cnc|chrome/assetbrowser.yaml
|
||||
cnc|chrome/missionbrowser.yaml
|
||||
cnc|chrome/editor.yaml
|
||||
common|chrome/text-notifications.yaml
|
||||
|
||||
FluentMessages:
|
||||
common|fluent/common.ftl
|
||||
common|fluent/hotkeys.ftl
|
||||
common|fluent/rules.ftl
|
||||
cnc|fluent/cnc.ftl
|
||||
cnc|fluent/chrome.ftl
|
||||
cnc|fluent/hotkeys.ftl
|
||||
cnc|fluent/rules.ftl
|
||||
|
||||
AllowUnusedFluentMessagesInExternalPackages: false
|
||||
|
||||
Voices:
|
||||
cnc|audio/voices.yaml
|
||||
|
||||
Notifications:
|
||||
cnc|audio/notifications.yaml
|
||||
|
||||
Music:
|
||||
cnc|audio/music.yaml
|
||||
|
||||
Hotkeys:
|
||||
common|hotkeys/game.yaml
|
||||
common|hotkeys/observer.yaml
|
||||
common|hotkeys/production-common.yaml
|
||||
common|hotkeys/supportpowers.yaml
|
||||
common|hotkeys/viewport.yaml
|
||||
common|hotkeys/chat.yaml
|
||||
common|hotkeys/editor.yaml
|
||||
common|hotkeys/control-groups.yaml
|
||||
cnc|hotkeys.yaml
|
||||
|
||||
LoadScreen: CncLoadScreen
|
||||
Image: cnc|uibits/chrome.png
|
||||
Image2x: cnc|uibits/chrome-2x.png
|
||||
Image3x: cnc|uibits/chrome-3x.png
|
||||
|
||||
ServerTraits:
|
||||
LobbyCommands
|
||||
SkirmishLogic
|
||||
PlayerPinger
|
||||
MasterServerPinger
|
||||
|
||||
ChromeMetrics:
|
||||
common|metrics.yaml
|
||||
cnc|metrics.yaml
|
||||
|
||||
Fonts:
|
||||
Tiny:
|
||||
Font: common|FreeSans.ttf
|
||||
Size: 10
|
||||
Ascender: 8
|
||||
TinyBold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 10
|
||||
Ascender: 8
|
||||
Small:
|
||||
Font: common|FreeSans.ttf
|
||||
Size: 12
|
||||
Ascender: 9
|
||||
Regular:
|
||||
Font: common|FreeSans.ttf
|
||||
Size: 14
|
||||
Ascender: 11
|
||||
Bold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 14
|
||||
Ascender: 11
|
||||
MediumBold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 18
|
||||
Ascender: 14
|
||||
BigBold:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 24
|
||||
Ascender: 18
|
||||
Title:
|
||||
Font: common|FreeSansBold.ttf
|
||||
Size: 32
|
||||
Ascender: 24
|
||||
|
||||
Missions:
|
||||
cnc|missions.yaml
|
||||
|
||||
MapGrid:
|
||||
Type: Rectangular
|
||||
|
||||
DefaultOrderGenerator: UnitOrderGenerator
|
||||
|
||||
SupportsMapsFrom: cnc
|
||||
|
||||
SoundFormats: Aud, Wav
|
||||
|
||||
SpriteFormats: ShpTD, TmpTD, ShpTS, TmpRA
|
||||
|
||||
VideoFormats: Vqa, Wsa
|
||||
|
||||
TerrainFormat: DefaultTerrain
|
||||
|
||||
SpriteSequenceFormat: ClassicTilesetSpecificSpriteSequence
|
||||
|
||||
AssetBrowser:
|
||||
SpriteExtensions: .shp, .tem, .win, .sno, .des
|
||||
AudioExtensions: .aud, .wav, .v00, .v01, .v02, .v03, .var
|
||||
VideoExtensions: .vqa, .wsa
|
||||
|
||||
GameSpeeds:
|
||||
DefaultSpeed: default
|
||||
Speeds:
|
||||
slowest:
|
||||
Name: options-game-speed.slowest
|
||||
Timestep: 80
|
||||
OrderLatency: 2
|
||||
slower:
|
||||
Name: options-game-speed.slower
|
||||
Timestep: 50
|
||||
OrderLatency: 3
|
||||
default:
|
||||
Name: options-game-speed.normal
|
||||
Timestep: 40
|
||||
OrderLatency: 3
|
||||
fast:
|
||||
Name: options-game-speed.fast
|
||||
Timestep: 35
|
||||
OrderLatency: 4
|
||||
faster:
|
||||
Name: options-game-speed.faster
|
||||
Timestep: 30
|
||||
OrderLatency: 4
|
||||
fastest:
|
||||
Name: options-game-speed.fastest
|
||||
Timestep: 20
|
||||
OrderLatency: 6
|
||||
|
||||
DiscordService:
|
||||
ApplicationId: 699223250181292033
|
||||
Reference in New Issue
Block a user