Advertisement
Guest User

TF2 MvM Popfile Syntax

a guest
Oct 10th, 2012
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.43 KB | None | 0 0
  1. <NotepadPlus>
  2.     <UserLang name="mvm_popfile" ext="pop">
  3.         <Settings>
  4.             <Global caseIgnored="no" />
  5.             <TreatAsSymbol comment="no" commentLine="yes" />
  6.             <Prefix words1="no" words2="yes" words3="yes" words4="no" />
  7.         </Settings>
  8.         <KeywordLists>
  9.             <Keywords name="Delimiters">&quot;00&quot;00</Keywords>
  10.             <Keywords name="Folder+">{</Keywords>
  11.             <Keywords name="Folder-">}</Keywords>
  12.             <Keywords name="Operators"></Keywords>
  13.             <Keywords name="Comment">1 2 0//</Keywords>
  14.             <Keywords name="Words1">WaveSchedule Mission TFBot Wave StartWaveOutput DoneOutput WaveSpawn Squad FirstSpawnOutput Tank OnKilledOutput OnBombDroppedOutput CharacterAttributes RandomPlacement PeriodicSpawn When Mob LastSpawnOutput ExamplePopulation Templates</Keywords>
  15.             <Keywords name="Words2">T_TFBot T_WaveSpawn</Keywords>
  16.             <Keywords name="Words3">#</Keywords>
  17.             <Keywords name="Words4">Objective InitialCooldown Where BeginAtWave RunForThisManyWaves CooldownTime DesiredCount Class Skill MaxVisionRange Item Name ClassIcon TotalCount MaxActive SpawnCount WaitBetweenSpawns TotalCurrency WaitBeforeStarting Template Checkpoint Action Target RandomChoice WaitForAllSpawned StartingPathTrackNode Health Speed WeaponRestrictions Attributes Support StartingCurrency RespawnWaveTime CanBotsAttackWhileInSpawnRoom Advanced Scale BehaviorModifiers Tag Count MinimumSeparation NavAreaFilter SentryGun MinInterval MaxInterval Description Sound WaitWhenDone RandomSpawn StartWaveWarningSound FirstSpawnWarningSound LastSpawnWarningSound DoneWarningSound Skin AddSentryBusterWhenDamageDealtExceeds AddSentryBusterWhenKillCountExceeds WaveDoneWhen</Keywords>
  18.         </KeywordLists>
  19.         <Styles>
  20.             <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  21.             <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  22.             <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  23.             <WordsStyle name="KEYWORD1" styleID="5" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="1" />
  24.             <WordsStyle name="KEYWORD2" styleID="6" fgColor="0000A0" bgColor="FFFFFF" fontName="" fontStyle="1" />
  25.             <WordsStyle name="KEYWORD3" styleID="7" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="1" />
  26.             <WordsStyle name="KEYWORD4" styleID="8" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" />
  27.             <WordsStyle name="COMMENT" styleID="1" fgColor="008040" bgColor="FFFFFF" fontName="" fontStyle="0" />
  28.             <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  29.             <WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" />
  30.             <WordsStyle name="OPERATOR" styleID="10" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  31.             <WordsStyle name="DELIMINER1" styleID="14" fgColor="804040" bgColor="FFFFFF" fontName="" fontStyle="2" />
  32.             <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  33.             <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
  34.         </Styles>
  35.     </UserLang>
  36. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement