// The addoninfo.txt file is a metadata file that is required by all Source Engine Add-ons. "AddonInfo" { addonSteamAppID 550 // 500 is the app ID for Left 4 Dead, 550 for Left 4 Dead 2 addontitle "Warcelona" // Add-on title that shows up in Add-ons list. ~20 chars max addonversion 1.4 // Add-on version. addontagline "Kill zombies in the streets of Barcelona." // Add-on tagline or wrap-up- a short description. ~100 chars max addonauthor "Warcelona dev team" // Name/alias of the author addonContent_Campaign 1 //This addon provides muliple connected maps with a finale addonURL0 "http://www.warcelonacampaign.com/" //An html home page for the add-on that includes a download link. // short description that appears in the Add-on list screen... addonDescription "Kill zombies in the streets of Barcelona. Football fans? Certainly. Beating zombies to death with a ham leg? That too. Spanish fiesta? Of course. Bulls? No doubt." addonContent_Script 1 addonContent_Music 1 addonContent_Sound 1 addonContent_prop 1 //This Add-on provides new props, addonContent_Prefab 0 //Provides new prefabs addonContent_BossInfected 1 addonContent_Skin 1 //0 if no new skin textures for existing models. 1 if multiple skin pack. String in quotes if specific single skin }