Tested 3840x1024- working. Will try 3072 next.
Delph, tell me what you think of my updates for the addoninfo:
Code:
// The addoninfo.txt file is a metadata file that is required by all Source Engine Add-ons.
"AddonInfo"
{
addonSteamAppID 550 // 550 is the app ID for Left 4 Dead
addontitle "WSGF Mult-Mon HUD" // Add-on title that shows up in Add-ons list. ~20 chars max
addonversion 1.0 // Version number of add-on version of the form <major>.<minor>
addontagline "WSGF - L4D2 3840x1024 Eyefinity & Surround HUD" // Add-on tagline or wrap-up- a short description. ~100 chars max
addonauthor "Delphium + GeneralAdmission" // Name/alias of the author
addonSteamGroupName "Widescreen Gaming Forum" // (Optional) Steam group related to the add-on. We use this to construct a URL to the group page.
addonContent_Campaign 0 // This addon provides multiple connected maps with a finale
addonURL0 "http://www.widescreengamingforum.com/forum/viewtopic.php?f=57&t=17516" // An html home page for the add-on that includes a download link.
addonDescription "Centered L4D2 HUD for 3840x1024 Eyefinity/Surround users - from the WSGF community" // short description that appears in the Add-on list screen...
}
Basically I just cleaned it up a little so it's less redundant & nicer looking in-game. Addontitle is simpler, both our names are visible, and switched out the ampersand since the game apparently doesn't like it. Here's how it will look (with snazzy WSGF logo...pending Ibrin's approval) :)
And yes, I've already added the missing "i" in Multi-Mon. ;)