Master List

download Master List

If you can't read please download the document

description

master

Transcript of Master List

/* Masterlist Revision: 7341 (2013-07-25) Masterlist Syntax Notes Only the basics of the most commonly-used parts of the syntax are covered here. See the BOSS Masterlist Syntax.html documentation file in data/boss-common/ on t he Google Code repository for full details. * Use blank lines to separate mods that are grouped together or where it helps readability. * Use silent comments when you think something needs clarification to others r eading the masterlist (such as when a mod looks like it is misspelled, but is co rrect). * Only make edits/additions you're confident about - otherwise discuss the iss ue on the official forum threads. * If you're unsure on how to write something in the correct syntax, check the masterlists for examples, and don't be afraid to ask other committers for help. * When you include a web link in a message, enclose it in double quotes "", fo r example: www.example.org should be written "www.example.org". * When you list Bash Tags for a mod, separate them using ", " and not just "," . Eg. {{BASH: Graphics,NoMerge}} should be written {{BASH: Graphics, NoMerge}}. This improves readability in the BOSSlog and the masterlist itself. * Don't include any HTML formatting in messages. In particular, web links do n ot need to be formatted as HTML hyperlinks, as BOSS will do this automatically. * Put variable lines at the top of the masterlist, just under this section of text. * Put global messages at the top of the masterlist, just under any variable li nes. Silent Comments: Silent comments are ignored by BOSS, and may be written by starting a line with "//" (not including quotes). You cannot start a silent comment part-way into a line, only whole lines may be silent. Message Type Keyword Description ===================================================================== General message SAY A general message for the mod a bove. Bash Tag suggestion TAG A Bash Tag suggestion for the m od above. Requirement REQ An installation requirement for the mod above. Incompatibility INC A specific incompatibility for the mod above. Dirty mod message DIRTY A message relating to dirty edi ts in the mod above. Warning WARN A message used to display a non -critical warning for the mod above. Error ERROR A message used to display a cri tical (ie. install-breaking) error for the mod above. Message keywords should be indented by two spaces and followed by a colon ':' th en the message string. */ // Masterlist variable setup for BOSS v1.7+. IF FILE("NVSE") SET: NVSE

IF IF IF IF IF IF IF IF IF IF RN

FILE("nVamp - Core.esm") SET: NVAMP FILE("EVE FNV.esp") || IF FILE("EVE FNV - ALL DLC.esp") SET: EVE FILE("Weapon Mod Expansion.esm") SET: WME FILE("Project Nevada - Core.esm") SET: PN-C FILE("Project Nevada - Rebalance.esp") SET: PN-R FILE("Project Nevada - Equipment.esm") SET: PN-E FILE("FOOK - New Vegas.esm") SET: FOOK FILE("Mission Mojave - Ultmate Edition.esp") SET: MM FILE("TaleOfTwoWastelands.esm") SET: TTW VAR(TTW) && IFNOT CHECKSUM("TaleOfTwoWastelands.esm", 8104A5CA) SET: TTW-WA

// DLC variable setup. IF FILE("DeadMoney.esm") SET: DM IF FILE("HonestHearts.esm") SET: HH IF FILE("OldWorldBlues.esm") SET: OWB IF FILE("LonesomeRoad.esm") SET: LR IF FILE("GunRunnersArsenal.esm") SET: GRA IF FILE("ClassicPack.esm") SET: CLP IF FILE("MercenaryPack.esm") SET: MEP IF FILE("TribalPack.esm") SET: TRP IF FILE("CaravanPack.esm") SET: CAP IF VAR(LR) && IF VAR(OWB) && IF VAR(HH) && IF VAR(DM) SET: DLC IF VAR(CLP) && IF VAR(MEP) && IF VAR(TRP) && IF VAR(CAP) SET: PACK IF VAR(DLC) && IF VAR(PACK) SET: DLC-P IF VAR(DLC) && IF VAR(GRA) SET: DLC-G IF VAR(DLC-G) && IF VAR(PACK) SET: DLC-A // Upgrade message for 1.7+ users: IF VERSION("BOSS", "2.1.1.0",