Category:Zh/Modding: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{ | {{otherlang2|cs=:Category:Modding:cs| | ||
de=:Category:Modding:de| | |||
es=:Category:Modding:es| | |||
fr=:Category:Modding:fr| | |||
hu=:Category:Modding:hu| | |||
jp=:Category:Modding:jp| | |||
pl=:Category:Modding:pl| | |||
ru=:Category:Modding:ru| | |||
sv=:Category:Modding:sv| | |||
en=SDK Docs}} {{DISPLAYTITLE:MOD 制作}} | |||
This category deals with general modding documentation, including managing and organizing a team, releasing a mod, and starting one in the first place. | This category deals with general modding documentation, including managing and organizing a team, releasing a mod, and starting one in the first place. | ||
{{category header|background-color=#E0E0E0|border-color=lightgray}} | {{category header|background-color=#E0E0E0|border-color=lightgray}} | ||
{{category newcolumn|rowspan=6|width=50%|background-color=#F7F7F7|border-color=lightgray}} | {{category newcolumn|rowspan=6|width=50%|background-color=#F7F7F7|border-color=lightgray}} | ||
== 概述 == | == 概述 == | ||
*'''[[Making a MOD|制作 | *'''[[Making a MOD|制作 Mod]]''' | ||
*[[Books| | *[[Books|关于 Source Mod 制作的书籍]] | ||
*[[Successful Mod Team Tips|成功的 Mod 团队技术]] | |||
== | == 入门指南 == | ||
*[[ | *[[Create a Mod|创建一个 Mod]] | ||
*[[ | *[[Developer Console|开发者控制台]] | ||
*[[The GameInfo.txt File Structure|GameInfo.txt 文件的结构]] | |||
*[[Game Directory|游戏目录]] | *[[Game Directory|游戏目录]] | ||
*[[ | *[[Moving Mod And Source Files|移动 Mod 和 Source 文件]] | ||
*[[Setting up an online repository|建立在线知识库]] | |||
*[[Mod Content Usage|Mod 使用内容]] | |||
*[[ | |||
*[[ | |||
== 发布 == | == 发布 == | ||
*[[Pre-publication evaluation|发布前的评价]] | *[[Pre-publication evaluation|发布前的评价]] | ||
*[[Source Mod Installers| | *[[Source Mod Installers|Source Mod 的安装]] | ||
*[[Soundcache|声音缓存]] | *[[Soundcache|声音缓存]]s | ||
*[[Mod Packing & Shipping| | *[[Mod Packing & Shipping|Mod 打包 & 推送]] | ||
*[[Shipping Leader In Detail| | *[[Shipping Leader In Detail|推送责任人详情]] | ||
*[[Steam 3rd Party Mod Support|Steam 的第三方 | *[[Steam 3rd Party Mod Support|Steam 的第三方 Mod 支持]] | ||
*''[[:Category:Publicity & Publication| | *''[[:Category:Publicity & Publication|分类:宣传 & 发行]]'' | ||
== 社区 == | == 社区 == | ||
* | * [[:Category:Help Available|提供帮助]] & [[:Category:Help Wanted|wanted]] | ||
* [[Testers|需求者]] | |||
*[[Testers|测试者]] | * [[Devblogs|测试者]] | ||
* | * [[:Category:External Sites|分类:外部站点]]'' | ||
{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}} | {{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}} | ||
== Source 的特性 == | == Source 的特性 == | ||
* | *''[[Building Mods with Valve Technology|利用 Valve 的技术创建 Mod]]'' | ||
*[[:Category:Choreography|人物行为]] ( | *[[:Category:Level Design|关卡编辑]] (Hammer) | ||
*[[:Category:Choreography|人物行为]] (面部难题) | |||
*[[Commentary System|开发者的评论]] | *[[Commentary System|开发者的评论]] | ||
*[[Demo Recording Tools|Demo 录制工具]] | *[[Demo Recording Tools|Demo 录制工具]] | ||
*[[HDR | *[[HDR]] (高动态范围光照) | ||
*[[:Category:Material System| | *[[:Category:Material System|材质]] (纹理) | ||
*[[:Category:Networking| | *[[:Category:Networking|多人游戏联网]] | ||
*[[:Category:Particle System|粒子系统]] | *[[:Category:Particle System|粒子系统]] | ||
*[[Shader|着色]] | *[[Shader|着色]]s | ||
*[[:Category:VGUI| | *[[:Category:VGUI|VGUI]] (界面) | ||
{{category cell|background-color=white|border-color=lightgray}} | {{category cell|background-color=white|border-color=lightgray}} | ||
== 修改菜单界面 == | == 修改菜单界面 == | ||
*[[Manipulating the game menu items | *[[Adding convars to the multiplayer advanced tab|在多人游戏高级选项添加参数]] | ||
*[[Modifying Source GameUI | *[[Adding Your Logo to the Menu|在你的菜单添加 Logo]] | ||
*[[Menu Background Map | *[[Manipulating the game menu items|游戏的操作菜单选项]] | ||
*[[Non-code mod settings | *[[Modifying Source GameUI|修改 Source 的游戏 UI]] | ||
*[[Menu Background Map|菜单背景地图]] | |||
*[[Non-code mod settings|非代码的 mod 设置]] | |||
{{category cell|background-color=#FBF7EA|border-color=lightgray}} | {{category cell|background-color=#FBF7EA|border-color=lightgray}} | ||
== | == 普通脚本 == | ||
*[[Mini-mod tutorial| | *[[Mini-mod tutorial|小型 mod 教程]] | ||
*[[Adding chapters to your mod|在你的 | *[[Adding chapters to your mod|在你的 mod 添加章节]] | ||
*[[Unlocking chapters in your mod|在你的 | *[[Unlocking chapters in your mod|在你的 mod 解锁章节]] | ||
*[[Bonus Maps|额外的地图]] | |||
*[[Maplist Thumbnails|地图列表缩略图]] | |||
{{category end}} | {{category end}} | ||
''返回 [[SDK Docs | ''返回 [[SDK Docs|Source 引擎 WIKI 首页]] 查看完整的文章列表.''__NOTOC__ | ||
[[Category:Chinese]] | [[Category:Chinese]] | ||
[[Category:Entry pages]] |
Revision as of 04:35, 17 November 2009
This category deals with general modding documentation, including managing and organizing a team, releasing a mod, and starting one in the first place.
概述入门指南发布社区 |
Source 的特性 |
修改菜单界面 | |
普通脚本 |
返回 Source 引擎 WIKI 首页 查看完整的文章列表.
Subcategories
This category has the following 10 subcategories, out of 10 total.
Pages in category "Zh/Modding"
The following 18 pages are in this category, out of 18 total.
H
- Zh/Half-Life: Alyx Workshop Tools/Level Design
- Zh/Half-Life: Alyx Workshop Tools/Lua Scripting
- Zh/Half-Life: Alyx Workshop Tools/Modding/Source2mod/Chapter creation
- Zh/Half-Life: Alyx Workshop Tools/Modding/Source2mod/Creating a mod
- Zh/Half-Life: Alyx Workshop Tools/Modding/Source2mod/Setting a Steam Library icon