Complete disaster-recovery snapshot: engine/game source, game data assets, VC6 toolchain + DX SDKs, build outputs, deployed game, and _UNUSED archive. Large binaries in Git LFS; text preserved byte-for-byte (core.autocrlf=false, no eol attributes). See RECOVERY.md for the one-clone rebuild procedure.
98 lines
2.2 KiB
Plaintext
98 lines
2.2 KiB
Plaintext
!include=Content\GameTypes.h
|
|
!preservecase=true
|
|
|
|
[info]
|
|
author=Microsoft
|
|
info=Standard Mission
|
|
link=www.microsoft.com/games/mechwarrior4
|
|
longname=DustBowl
|
|
|
|
[ruleset]
|
|
type=$(CustomDestruction)
|
|
team=1
|
|
alignment=1
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_destruction.abl
|
|
type=$(CustomTeamDestruction)
|
|
team=8
|
|
alignment=6
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_teamdestruction.abl
|
|
type=$(CustomAttrition)
|
|
team=1
|
|
alignment=1
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_attrition.abl
|
|
type=$(CustomTeamAttrition)
|
|
team=8
|
|
alignment=6
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_teamattrition.abl
|
|
type=$(CustomKingOfTheHill)
|
|
team=1
|
|
alignment=1
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_koth.abl
|
|
type=$(CustomTeamKingOfTheHill)
|
|
team=8
|
|
alignment=6
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_tkoth.abl
|
|
|
|
[scenarios]
|
|
Dustbowl1={
|
|
[server]
|
|
ruleset=$(CustomDestruction)
|
|
name=Destruction
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\des.txt
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_destruction.abl
|
|
|
|
}
|
|
Dustbowl2={
|
|
[server]
|
|
ruleset=$(CustomTeamDestruction)
|
|
name=Team Destruction
|
|
teamAllowed=1
|
|
teamcount=4
|
|
scenariotext=resource\missions\des.txt
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_teamdestruction.abl
|
|
|
|
}
|
|
Dustbowl3={
|
|
[server]
|
|
ruleset=$(CustomAttrition)
|
|
name=Attrition
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\att.txt
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_attrition.abl
|
|
|
|
}
|
|
Dustbowl4={
|
|
[server]
|
|
ruleset=$(CustomTeamAttrition)
|
|
name=Team Attrition
|
|
teamAllowed=1
|
|
teamcount=4
|
|
scenariotext=resource\missions\att.txt
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_teamattrition.abl
|
|
|
|
}
|
|
Dustbowl5={
|
|
[server]
|
|
ruleset=$(CustomKingOfTheHill)
|
|
name=KotH
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\koth.txt
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_koth.abl
|
|
|
|
}
|
|
Dustbowl6={
|
|
[server]
|
|
ruleset=$(CustomTeamKingOfTheHill)
|
|
name=Team KotH
|
|
teamAllowed=1
|
|
teamcount=4
|
|
scenariotext=resource\missions\koth.txt
|
|
scriptname=content\missions\dustbowl\scripts\dustbowl_tkoth.abl
|
|
|
|
}
|
|
|