L4D2 Level Design/Add-on Notes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m ({{lang}}, and minor rewording)
Line 1: Line 1:
{{otherlang2
{{Lang|L4D2 Level Design/Add-on Notes}}
|ru=L4D2 Level Design/Add-on Notes:ru
}}
 
 
{{L4D2 level intro menu}}
{{L4D2 level intro menu}}
This summarizes the changes for Left 4 Dead 2 [[Add-on]]s.
This summarizes the changes for {{l4d2}} Left 4 Dead 2 [[Add-on]]s to {{l4d}} Left 4 Dead's.


== AppID ==
== AppID ==
The addoninfo.txt file in your L4D2 add-on must have the proper app ID:
The addoninfo.txt file in your L4D2 add-on must have the proper app ID:
 
<pre>
  addonSteamAppID  550
  addonSteamAppID  550
 
</pre>
If this isn't included, or if it's set to the Left 4 Dead 1 ID (500), vpk files will not install themselves properly when users double click on them.
If this isn't included, or if it's set to the Left 4 Dead 1 ID (500), VPK files will not be installed properly when users double click on them. (Or technically, the<code>addoninstaller.exe</code>program.)


== VPK install ==
== VPK install ==
 
If users double click a VPK while the game is not running, it gets copied to a temporary location under:
If users double click a .VPK while the game is not running, it gets copied to a temporary location under  
<pre>
 
  Steam\steamapps\SourceMods\addons
  Steam\steamapps\SourceMods\addons
 
</pre>
When L4D1 and L4D2 are launched, they look for the addons in those directories and copy them to the correct location in their respective addons folder.
Then, when {{l4ds}} are launched, they look for add-ons in those directories, then moves them over to their own respective add-ons folder.


== See also ==
== See also ==

Revision as of 11:04, 2 July 2021

English (en)Русский (ru)中文 (zh)Translate (Translate)

This summarizes the changes for Left 4 Dead 2 Left 4 Dead 2 Add-ons to Left 4 Dead Left 4 Dead's.

AppID

The addoninfo.txt file in your L4D2 add-on must have the proper app ID:

 addonSteamAppID   550

If this isn't included, or if it's set to the Left 4 Dead 1 ID (500), VPK files will not be installed properly when users double click on them. (Or technically, theaddoninstaller.exeprogram.)

VPK install

If users double click a VPK while the game is not running, it gets copied to a temporary location under:

 Steam\steamapps\SourceMods\addons

Then, when Left 4 Dead seriesLeft 4 Dead series are launched, they look for add-ons in those directories, then moves them over to their own respective add-ons folder.

See also