Files
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

125 lines
2.5 KiB
Plaintext

!include=Content\GameTypes.h
!preservecase=true
[info]
author=Al 'Scarab' Emerson
info=Standard Mission
link=www.virtualworld.com
longname=Freezer
[ruleset]
type=$(CustomDestruction)
team=1
alignment=1
scriptname=content\missions\Freezer\scripts\Freezer_destruction.abl
type=$(CustomTeamDestruction)
team=8
alignment=6
scriptname=content\missions\Freezer\scripts\Freezer_teamdestruction.abl
type=$(CustomAttrition)
team=1
alignment=1
scriptname=content\missions\Freezer\scripts\Freezer_attrition.abl
type=$(CustomTeamAttrition)
team=8
alignment=6
scriptname=content\missions\Freezer\scripts\Freezer_teamattrition.abl
type=$(CustomKingOfTheHill)
team=1
alignment=1
scriptname=content\missions\Freezer\scripts\Freezer_koth.abl
type=$(CustomTeamKingOfTheHill)
team=8
alignment=6
scriptname=content\missions\Freezer\scripts\Freezer_tkoth.abl
type=$(CustomMasterTrial)
team=8
alignment=6
scriptname=Content\Missions\Freezer\scripts\Freezer_mastertrial.abl
[scenarios]
Freezer1={
[server]
name=Destruction
teamAllowed=0
teamcount=0
ruleset=$(CustomDestruction)
scenariotext=resource\missions\des.txt
scriptname=content\missions\Freezer\scripts\Freezer_destruction.abl
}
Freezer2={
[server]
name=Team Destruction
ruleset=$(CustomTeamDestruction)
teamAllowed=1
teamcount=4
scenariotext=resource\missions\des.txt
scriptname=content\missions\Freezer\scripts\Freezer_teamdestruction.abl
}
Freezer3={
[server]
name=Attrition
ruleset=$(CustomAttrition)
teamAllowed=0
teamcount=0
scenariotext=resource\missions\att.txt
scriptname=content\missions\Freezer\scripts\Freezer_attrition.abl
}
Freezer4={
[server]
name=Team Attrition
ruleset=$(CustomTeamAttrition)
teamAllowed=1
teamcount=4
scenariotext=resource\missions\att.txt
scriptname=content\missions\Freezer\scripts\Freezer_teamattrition.abl
}
Freezer5={
[server]
ruleset=$(CustomKingOfTheHill)
name=KotH
teamAllowed=0
teamcount=0
scenariotext=resource\missions\koth.txt
scriptname=content\missions\Freezer\scripts\Freezer_koth.abl
}
Freezer6={
[server]
ruleset=$(CustomTeamKingOfTheHill)
name=Team KotH
teamAllowed=1
teamcount=4
scenariotext=resource\missions\koth.txt
scriptname=content\missions\Freezer\scripts\Freezer_tkoth.abl
}
Freezer9={
[server]
ruleset=$(CustomMasterTrial)
name=Master Trial
teamAllowed=1
teamcount=2
scenariotext=resource\missions\mt.txt
scriptname=Content\Missions\Freezer\scripts\Freezer_mastertrial.abl
}