Files
firestorm/MW4/Resource/Missions/Grassland.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

121 lines
2.5 KiB
Plaintext

!include=Content\GameTypes.h
!preservecase=true
[info]
author=YourNameHere
info=Standard Mission
link=www.yourwebsite.com
longname=Grassland
[ruleset]
type=$(CustomDestruction)
team=1
alignment=1
scriptname=Content\Missions\grassland\scripts\grassland_destruction.abl
type=$(CustomTeamDestruction)
team=8
alignment=6
scriptname=Content\Missions\grassland\scripts\grassland_teamdestruction.abl
type=$(CustomAttrition)
team=1
alignment=1
scriptname=Content\Missions\grassland\scripts\grassland_attrition.abl
type=$(CustomTeamAttrition)
team=8
alignment=6
scriptname=Content\Missions\grassland\scripts\grassland_teamattrition.abl
type=$(CustomKingOfTheHill)
team=1
alignment=1
scriptname=content\missions\grassland\scripts\grassland_koth.abl
type=$(CustomCaptureTheFlag)
team=2
alignment=2
scriptname=content\missions\grassland\scripts\grassland_ctf.abl
type=$(CustomMasterTrial)
team=8
alignment=6
scriptname=Content\Missions\grassland\scripts\grassland_mastertrial.abl
[scenarios]
Grassland1={
[server]
name=Destruction
ruleset=$(CustomDestruction)
teamAllowed=0
teamcount=0
scenariotext=resource\missions\des.txt
scriptname=Content\Missions\Grassland\scripts\Grassland_destruction.abl
}
Grassland2={
[server]
ruleset=$(CustomTeamDestruction)
name=Team Destruction
teamAllowed=1
teamcount=4
scenariotext=resource\missions\des.txt
scriptname=Content\Missions\Grassland\scripts\Grassland_teamdestruction.abl
}
Grassland3={
[server]
name=Attrition
ruleset=$(CustomAttrition)
teamAllowed=0
teamcount=0
scenariotext=resource\missions\att.txt
scriptname=Content\Missions\Grassland\scripts\Grassland_attrition.abl
}
Grassland4={
[server]
ruleset=$(CustomTeamAttrition)
name=Team Attrition
teamAllowed=1
teamcount=4
scenariotext=resource\missions\att.txt
scriptname=Content\Missions\Grassland\scripts\Grassland_teamattrition.abl
}
Grassland5={
[server]
ruleset=$(CustomKingOfTheHill)
name=KotH
teamAllowed=0
teamcount=0
scenariotext=resource\missions\koth.txt
scriptname=content\missions\Grassland\scripts\Grassland_koth.abl
}
Grassland8={
[server]
ruleset=$(CustomCaptureTheFlag)
name=CTF
teamAllowed=1
teamcount=2
scenariotext=resource\missions\ctf.txt
scriptname=Content\Missions\Grassland\scripts\Grassland_ctf.abl
}
Grassland9={
[server]
ruleset=$(CustomMasterTrial)
name=Master Trial
teamAllowed=1
teamcount=2
scenariotext=resource\missions\mt.txt
scriptname=Content\Missions\Grassland\scripts\Grassland_mastertrial.abl
}