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

134 lines
2.9 KiB
Plaintext

!include=Content\GameTypes.h
!preservecase=true
[info]
author=Bryan Mikulski/Michel Lowrance
info=Standard Mission
link=www.virtualworld.com
longname=Hideaway
[ruleset]
type=$(CustomDestruction)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_destruction.abl
type=$(CustomTeamDestruction)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_teamdestruction.abl
type=$(CustomAttrition)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_attrition.abl
type=$(CustomTeamAttrition)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_teamattrition.abl
type=$(CustomCaptureTheFlag)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_ctf.abl
type=$(CustomKingOfTheHill)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_koth.abl
type=$(CustomTeamKingOfTheHill)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_tkoth.abl
type=$(CustomStealTheBacon)
Teams=1
Alignment=1
scriptname=content\missions\hideaway\scripts\hideaway_stb.abl
[scenarios]
Hideaway1={
!preservecase=true
[server]
ruleset=$(CustomDestruction)
name=Destruction
teamAllowed=0
teamcount=0
scenariotext=resource\missions\des.txt
scriptname=content\missions\hideaway\scripts\hideaway_destruction.abl
}
Hideaway2={
!preservecase=true
[server]
ruleset=$(CustomTeamDestruction)
name=Team Destruction
teamAllowed=1
teamcount=2
scenariotext=resource\missions\des.txt
scriptname=content\missions\hideaway\scripts\hideaway_teamdestruction.abl
}
Hideaway3={
!preservecase=true
[server]
ruleset=$(CustomAttrition)
name=Attrition
teamAllowed=0
teamcount=0
scenariotext=resource\missions\att.txt
scriptname=content\missions\hideaway\scripts\hideaway_attrition.abl
}
Hideaway4={
!preservecase=true
[server]
ruleset=$(CustomTeamAttrition)
name=Team Attrition
teamAllowed=1
teamcount=2
scenariotext=resource\missions\att.txt
scriptname=content\missions\hideaway\scripts\hideaway_teamattrition.abl
}
Hideaway5={
!preservecase=true
[server]
ruleset=$(CustomKingOfTheHill)
name=KotH
teamAllowed=0
teamcount=0
scenariotext=resource\missions\koth.txt
scriptname=content\missions\hideaway\scripts\hideaway_koth.abl
}
Hideaway6={
!preservecase=true
[server]
ruleset=$(CustomTeamKingOfTheHill)
name=Team KotH
teamAllowed=1
teamcount=2
scenariotext=resource\missions\koth.txt
scriptname=content\missions\hideaway\scripts\hideaway_tkoth.abl
}
Hideaway7={
!preservecase=true
[server]
ruleset=$(CustomStealTheBacon)
name=STB
teamAllowed=0
teamcount=0
scenariotext=resource\missions\stb.txt
scriptname=content\missions\hideaway\scripts\hideaway_stb.abl
}
Hideaway8={
!preservecase=true
[server]
ruleset=$(CustomCaptureTheFlag)
name=CTF
teamAllowed=1
teamcount=2
scenariotext=resource\missions\ctf.txt
scriptname=content\missions\hideaway\scripts\hideaway_ctf.abl
}