Files
firestorm/MW4/Resource/Missions/Factory.nfo
T
Cyd 2b8ca921cb Initial full mirror of c:\VWE (source + assets + toolchain + outputs) via Git LFS
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.
2026-06-24 21:28:16 -05:00

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
}