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.
136 lines
3.1 KiB
Plaintext
136 lines
3.1 KiB
Plaintext
!include=Content\GameTypes.h
|
|
!preservecase=true
|
|
|
|
[info]
|
|
author=Microsoft
|
|
info=Standard Mission
|
|
link=www.microsoft.com/games/mechwarrior4
|
|
longname=CentralPark
|
|
|
|
[ruleset]
|
|
type=$(CustomDestruction)
|
|
Teams=1
|
|
Alignment=1
|
|
scriptname=content\missions\centralpark\scripts\centralpark_destruction.abl
|
|
type=$(CustomTeamDestruction)
|
|
Teams=8
|
|
Alignment=6
|
|
scriptname=content\missions\centralpark\scripts\centralpark_teamdestruction
|
|
type=$(CustomAttrition)
|
|
Teams=1
|
|
Alignment=1
|
|
scriptname=content\missions\centralpark\scripts\centralpark_attrition.abl
|
|
type=$(CustomTeamAttrition)
|
|
Teams=8
|
|
Alignment=6
|
|
scriptname=content\missions\centralpark\scripts\centralpark_teamattrition.abl
|
|
type=$(CustomKingOfTheHill)
|
|
Teams=1
|
|
Alignment=1
|
|
scriptname=content\missions\centralpark\scripts\centralpark_koth.abl
|
|
type=$(CustomTeamKingOfTheHill)
|
|
Teams=8
|
|
Alignment=6
|
|
scriptname=content\missions\centralpark\scripts\centralpark_tkoth.abl
|
|
type=$(CustomStealTheBacon)
|
|
Teams=1
|
|
Alignment=1
|
|
scriptname=content\missions\centralpark\scripts\centralpark_stb.abl
|
|
type=$(CustomMasterTrial)
|
|
team=8
|
|
alignment=6
|
|
scriptname=Content\Missions\centralpark\scripts\centralpark_mastertrial.abl
|
|
|
|
|
|
[scenarios]
|
|
CentralPark1={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomDestruction)
|
|
name=Destruction
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\des.txt
|
|
scriptname=content\missions\centralpark\scripts\centralpark_destruction.abl
|
|
|
|
}
|
|
CentralPark2={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomTeamDestruction)
|
|
name=Team Destruction
|
|
teamAllowed=1
|
|
teamcount=4
|
|
scenariotext=resource\missions\des.txt
|
|
scriptname=content\missions\centralpark\scripts\centralpark_teamdestruction.abl
|
|
|
|
}
|
|
CentralPark3={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomAttrition)
|
|
name=Attrition
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\att.txt
|
|
scriptname=content\missions\centralpark\scripts\centralpark_attrition.abl
|
|
|
|
}
|
|
CentralPark4={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomTeamAttrition)
|
|
name=Team Attrition
|
|
teamAllowed=1
|
|
teamcount=4
|
|
scenariotext=resource\missions\att.txt
|
|
scriptname=content\missions\centralpark\scripts\centralpark_teamattrition.abl
|
|
|
|
}
|
|
CentralPark5={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomKingOfTheHill)
|
|
name=KotH
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\koth.txt
|
|
scriptname=content\missions\centralpark\scripts\centralpark_koth.abl
|
|
|
|
}
|
|
CentralPark6={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomTeamKingOfTheHill)
|
|
name=Team KotH
|
|
teamAllowed=1
|
|
teamcount=4
|
|
scenariotext=resource\missions\koth.txt
|
|
scriptname=content\missions\centralpark\scripts\centralpark_tkoth.abl
|
|
|
|
}
|
|
CentralPark7={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomStealTheBacon)
|
|
name=STB
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\stb.txt
|
|
scriptname=content\missions\centralpark\scripts\centralpark_stb.abl
|
|
|
|
}
|
|
|
|
CentralPark9={
|
|
!preservecase=true
|
|
[server]
|
|
ruleset=$(CustomMasterTrial)
|
|
name=Master Trial
|
|
teamAllowed=1
|
|
teamcount=2
|
|
scenariotext=resource\missions\mt.txt
|
|
scriptname=Content\Missions\centralpark\scripts\centralpark_mastertrial.abl
|
|
|
|
}
|
|
|