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.
77 lines
1.5 KiB
Plaintext
77 lines
1.5 KiB
Plaintext
!include=Content\GameTypes.h
|
|
!preservecase=true
|
|
|
|
[info]
|
|
author=Ferret&Seth
|
|
info=Standard Mission
|
|
link=www.microsoft.com/games/mechwarrior4
|
|
longname=Factory
|
|
|
|
[ruleset]
|
|
type=$(CustomDestruction)
|
|
Teams=1
|
|
Alignment=1
|
|
scriptname=Content\Missions\factory\scripts\factory_destruction.abl
|
|
type=$(CustomTeamDestruction)
|
|
team=8
|
|
alignment=6
|
|
scriptname=Content\Missions\factory\scripts\factory_teamdestruction.abl
|
|
type=$(CustomAttrition)
|
|
Teams=1
|
|
Alignment=1
|
|
scriptname=Content\Missions\factory\scripts\factory_attrition.abl
|
|
type=$(CustomTeamAttrition)
|
|
team=8
|
|
alignment=6
|
|
scriptname=Content\Missions\factory\scripts\factory_teamattrition.abl
|
|
|
|
|
|
[scenarios]
|
|
Factory1={
|
|
|
|
[server]
|
|
name=Destruction
|
|
teamAllowed=0
|
|
teamcount=0
|
|
ruleset=$(CustomDestruction)
|
|
scenariotext=resource\missions\des.txt
|
|
scriptname=Content\Missions\factory\scripts\factory_destruction.abl
|
|
|
|
}
|
|
|
|
Factory2={
|
|
|
|
[server]
|
|
name=Team Destruction
|
|
ruleset=$(CustomTeamDestruction)
|
|
teamAllowed=1
|
|
teamcount=2
|
|
scenariotext=resource\missions\des.txt
|
|
scriptname=Content\Missions\factory\scripts\factory_teamdestruction.abl
|
|
|
|
}
|
|
|
|
Factory3={
|
|
|
|
[server]
|
|
name=Attrition
|
|
ruleset=$(CustomAttrition)
|
|
teamAllowed=0
|
|
teamcount=0
|
|
scenariotext=resource\missions\att.txt
|
|
scriptname=Content\Missions\factory\scripts\factory_attrition.abl
|
|
}
|
|
|
|
Factory4={
|
|
|
|
[server]
|
|
name=Team Attrition
|
|
ruleset=$(CustomTeamAttrition)
|
|
teamAllowed=1
|
|
teamcount=2
|
|
scenariotext=resource\missions\att.txt
|
|
scriptname=Content\Missions\factory\scripts\factory_teamattrition.abl
|
|
|
|
}
|
|
|