發新話題
打印

如何制造vpk檔?

[Close]

如何制造vpk檔?

如題~~~~~~~~~~

TOP

TOP

引用:
原帖由 小笠笠 於 2010-1-3 11:21 發表
進入http://www.metamodsource.net/vdf
vdf & vpk一樣?
==============
回樓主,

先download Left 4 Dead 2 Authoring Tools

然後會搵到vpk.exe(係left 4 dead 2/bin/)

之後可以整一個file係addons

eg. (No Mercy2)

然後入面放哂需要既file同文件(addoninfo.txt)等等

eg (maps , models....)

之後建立一個shortcut (left 4 dead 2/bin/vpk.exe)

係addons入面

之後成個file拖去vpk.exe既shortcut

等一陣就會整好左vpk檔了

addoninfo.txt範例:
複製內容到剪貼板
代碼:
// The addoninfo.txt file is a metadata file that is required by all Left 4 Dead Add-ons.

"AddonInfo"
{
        addontitle                "Left 4 Cake 2 v1"                                     // Add-on title that shows up in Add-ons list. ~20 chars max
        addonversion                1.0                                             // Add-on version.
        addontagline                "Experiments to run and research to be done on the people who are still Uninfected."                // Add-on tagline or wrap-up- a short description. ~100 chars max
        addonauthor                 "J.Sera"                                         // Name/alias of the author
        addonauthorSteamID         "http://steamcommunity.com/profiles/76561197970438554/home"        // Steam Profile URL of author or group

        addonContent_Campaign                1                                         //This addon provides muliple connected maps with a finale

        addonURL0 "http://worlds.fortinbras.net"        //An html home page for the add-on that includes a download link.


}

TOP

發新話題