P2map publish: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(翻译?)
Tag: Reverted
(Undo revision 459733 by Qp0001 (talk))
Tag: Undo
Line 1: Line 1:
{{LanguageBar|zh/P2map publish|title = 传送门2地图上传工具}}
[[File:P2map publish.png|300px|thumbnail|left|Screenshot of the p2map_publish.exe interface with an example map]]
[[File:P2map publish.png|300px|thumbnail|left|Screenshot of the p2map_publish.exe interface with an example map]]
如果您要将[[Portal 2|传送门 2]]地图上传到 [[Steam Workshop|Steam创意工坊]],并且该地图是在 [[Hammer]] 中构建的,则必须使用名为 p2map_publish.exe 的单独工具上传它,该实用程序位于 \SteamApps\common\Portal 2\bin\ 中,是[[Portal 2 Authoring Tools|《传送门 2》创作工具]]的一部分。
If you are uploading a [[Portal 2]] map to [[Steam Workshop]] that was built in [[Hammer]], then you must upload it with a separate utility called p2map_publish.exe, found in \SteamApps\common\Portal 2\bin\ as part of the [[Portal 2 Authoring Tools]].


使用方法相当简单 -- 单击 Add 为您的地图创建一个条目,然后上传地图缩略图和 BSP 文件。
Usage is fairly straightforward -- click Add to add an entry for your map and upload a map thumbnail and [[BSP]] file.


如果您希望包含自定义资源(纹理、模型、声音),那么您需要在上传到 Workshop 之前,使用 bspzip 等工具将这些文件打包到 BSP 中。
If you wish to include custom assets (textures, models, sounds) then you will need to pack those files into the BSP using a tool like [[bspzip]] before uploading to the Workshop.


<br>
<br>
Line 12: Line 10:
[[File:Alternative_Publishing_tool.png|400px|thumbnail|right|Screenshot of Everfire's Portal 2 Map Uploader.]]
[[File:Alternative_Publishing_tool.png|400px|thumbnail|right|Screenshot of Everfire's Portal 2 Map Uploader.]]


== 替代品 ==  
== Alternatives ==  


Trico Everfire 开发的 p2map_publish 的社区替代品: {{tEPT|4}}一个稳定的多平台上传器,在设计上与 p2map_publish 相同,具有一些生活质量改进的附加功能以及一些附加功能,例如添加/删除标签和上传多个预览图像/视频。
A community made replacement for p2map_publish developed by Trico Everfire: {{tEPT|4}} A stable, multiplatform uploader, identical to p2map_publish in design with some additional features of quality of life improvements as well as some additions such as adding/removing tags and uploading multiple preview images/videos.


== 外部链接 ==
== External Links ==
* [https://github.com/Trico-Everfire/p2-publishing-tool/releases P2-Publishing-Tool on GitHub]
* [https://github.com/Trico-Everfire/p2-publishing-tool/releases P2-Publishing-Tool on GitHub]


[[ACategory|Third Party Tools]]
[[Category:Third Party Tools]]


[[ACategory|Portal 2 Level Design]]
[[Category: Portal 2 Level Design]]

Revision as of 19:29, 21 December 2024

Screenshot of the p2map_publish.exe interface with an example map

If you are uploading a Portal 2 map to Steam Workshop that was built in Hammer, then you must upload it with a separate utility called p2map_publish.exe, found in \SteamApps\common\Portal 2\bin\ as part of the Portal 2 Authoring Tools.

Usage is fairly straightforward -- click Add to add an entry for your map and upload a map thumbnail and BSP file.

If you wish to include custom assets (textures, models, sounds) then you will need to pack those files into the BSP using a tool like bspzip before uploading to the Workshop.


Screenshot of Everfire's Portal 2 Map Uploader.

Alternatives

A community made replacement for p2map_publish developed by Trico Everfire: Everfire's Portal 2 Map Uploader Everfire's Portal 2 Map Uploader A stable, multiplatform uploader, identical to p2map_publish in design with some additional features of quality of life improvements as well as some additions such as adding/removing tags and uploading multiple preview images/videos.

External Links