Category:Zh/Programming: Difference between revisions
Jump to navigation
Jump to search
Huanglangran (talk | contribs) mNo edit summary |
m (All links changed to chinese) |
||
Line 10: | Line 10: | ||
== 入门指南 == | == 入门指南 == | ||
* [[Installing and Debugging the Source Code|安装和调试 Source 代码]] | * [[Installing and Debugging the Source Code:zh-cn|安装和调试 Source 代码]] | ||
* [[Using Source Control with the Source SDK|结合 Source SDK 使用源文件管理]] | * [[Using Source Control with the Source SDK:zh-cn|结合 Source SDK 使用源文件管理]] | ||
* [[My First Mod|我的第一个模组]] | * [[My First Mod:zh-cn|我的第一个模组]] | ||
* [[Your First Entity|你的第一个实体]] | * [[Your First Entity:zh-cn|你的第一个实体]] | ||
*# [[Authoring a Logical Entity|创建逻辑实体]] | *# [[Authoring a Logical Entity:zh-cn|创建逻辑实体]] | ||
*# [[Authoring a Model Entity|创建模型实体]] | *# [[Authoring a Model Entity:zh-cn|创建模型实体]] | ||
*# [[Authoring a Brush Entity|创建固体实体]] | *# [[Authoring a Brush Entity:zh-cn|创建固体实体]] | ||
* [[Generalities On Entities|实体概论]] | * [[Generalities On Entities:zh-cn|实体概论]] | ||
* [[Source SDK 2013]] | * [[Source SDK 2013]] | ||
=== 编译 === | === 编译 === | ||
* [[Compiler Choices|编译选项]] | * [[Compiler Choices|编译选项]] | ||
** [[Compiling under VS2005|在 VS2005 下编译]] | ** [[Compiling under VS2005:zh-cn|在 VS2005 下编译]] | ||
** [[Compiling under VS2008|在 VS2008 下编译]] | ** [[Compiling under VS2008:zh-cn|在 VS2008 下编译]] | ||
** [[Compiling under Linux|在 Linux 下编译]] | ** [[Compiling under Linux:zh-cn|在 Linux 下编译]] | ||
== 一般技术 == | == 一般技术 == | ||
* [[Accessing other entities|访问其他实体]] | * [[Accessing other entities:zh-cn|访问其他实体]] | ||
* <code>[[Think()|思考()]]</code> | * <code>[[Think()|思考()]]</code> | ||
* <code>[[Create()|创建()]]</code> | * <code>[[Create()|创建()]]</code> | ||
* [[Developer Console Control|开发者控制台控制]] | * [[Developer Console Control:zh-cn|开发者控制台控制]] | ||
* [[UTIL_TraceLine|跟踪线]] | * [[UTIL_TraceLine:zh-cn|跟踪线]] | ||
* [[Vector|向量]] | * [[Vector:zh-cn|向量]] | ||
* [[Game initialization|游戏初始化]] (定义 C++ 玩家种类, [[GameRules|游戏规则]], 等等.) | * [[Game initialization:zh-cn|游戏初始化]] (定义 C++ 玩家种类, [[GameRules|游戏规则]], 等等.) | ||
== 人工智能 == | == 人工智能 == | ||
* '''[[:Category:AI Programming|分类:AI 编程]]''' | * '''[[:Category:AI Programming:zh-cn|分类:AI 编程]]''' | ||
* '''[[AI Programming|AI 编程]]''' | * '''[[AI Programming:zh-cn|AI 编程]]''' | ||
* [[Fixing AI in multiplayer|多人游戏 AI 修正]] | * [[Fixing AI in multiplayer:zh-cn|多人游戏 AI 修正]] | ||
* [[Commandable AI|可操控的 AI]] | * [[Commandable AI:zh-cn|可操控的 AI]] | ||
== 混杂的 == | == 混杂的 == | ||
* [[:Category:Free source code|开放源代码]] | * [[:Category:Free source code:zh-cn|开放源代码]] | ||
* [[Shader Authoring|创造着色器]] | * [[Shader Authoring:zh-cn|创造着色器]] | ||
* [[First Person Ragdolls|第一人称布娃娃]] | * [[First Person Ragdolls:zh-cn|第一人称布娃娃]] | ||
* [[Team Icons|队伍图标]] | * [[Team Icons:zh-cn|队伍图标]] | ||
* [[AddingLua|添加 Lua]] | * [[AddingLua:zh-cn|添加 Lua]] | ||
* [[Fading The Player In Thirdperson|玩家第三人称式淡出]] | * [[Fading The Player In Thirdperson:zh-cn|玩家第三人称式淡出]] | ||
* [[Class System|职业系统]] | * [[Class System:zh-cn|职业系统]] | ||
* [[Camera Bob|摄像机 Bob]] | * [[Camera Bob:zh-cn|摄像机 Bob]] | ||
== 插件 == | == 插件 == | ||
* [[Server Plugins|服务器插件]] | * [[Server Plugins:zh-cn|服务器插件]] | ||
* [[Developer Console Control|开发者控制台控制]] | * [[Developer Console Control:zh-cn|开发者控制台控制]] | ||
* [[Left 4 Dead Plugins|求生之路插件]] | * [[Left 4 Dead Plugins:zh-cn|求生之路插件]] | ||
== 参考 == | == 参考 == | ||
* [[Programming Sites|编程网站]] | * [[Programming Sites:zh-cn|编程网站]] | ||
* [[Engine Structure|引擎构造]] | * [[Engine Structure:zh-cn|引擎构造]] | ||
* [[Frame Order|框架命令]] | * [[Frame Order:zh-cn|框架命令]] | ||
* [[:Category:Interfaces|分类:界面]] | * [[:Category:Interfaces:zh-cn|分类:界面]] | ||
* [[:Category:Functions|分类:功能]] | * [[:Category:Functions:zh-cn|分类:功能]] | ||
* [[:Category:Classes|分类:种类]] | * [[:Category:Classes:zh-cn|分类:种类]] | ||
{{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}} | {{category newcolumn|rowspan=1|width=50%|background-color=#FBF7EA|border-color=#E4DCCD}} | ||
== 摘要代码 == | == 摘要代码 == | ||
* [[Adding an experience system|添加经验系统]] | * [[Adding an experience system:zh-cn|添加经验系统]] | ||
* [[Optimization (Programming)|优化(编程)]] | * [[Optimization (Programming):zh-cn|优化(编程)]] | ||
* [[Procedural Textures|程序纹理]] | * [[Procedural Textures:zh-cn|程序纹理]] | ||
* [[Scopes & Sniperrifles|瞄准镜及狙击步枪]] | * [[Scopes & Sniperrifles:zh-cn|瞄准镜及狙击步枪]] | ||
* [[Special effects|特殊效果]] | * [[Special effects:zh-cn|特殊效果]] | ||
* [[Vehicles (programming)|载具(编程)]] | * [[Vehicles (programming):zh-cn|载具(编程)]] | ||
* [[Threads|线程]] | * [[Threads:zh-cn|线程]] | ||
{{category cell|background-color=#FBF7EA|border-color=white}} | {{category cell|background-color=#FBF7EA|border-color=white}} | ||
Line 80: | Line 80: | ||
==武器== | ==武器== | ||
* '''[[:Category:Weapons programming|分类:武器编程]]''' | * '''[[:Category:Weapons programming:zh-cn|分类:武器编程]]''' | ||
* '''[[Authoring a weapon entity|创造武器实体]]''' | * '''[[Authoring a weapon entity:zh-cn|创造武器实体]]''' | ||
* [[Weapon script|武器脚本]] | * [[Weapon script:zh-cn|武器脚本]] | ||
* [[Adding a Dynamic Scope|添加动态瞄准镜]] | * [[Adding a Dynamic Scope:zh-cn|添加动态瞄准镜]] | ||
* [[Magazine style reloads|弹夹装填风格]] | * [[Magazine style reloads:zh-cn|弹夹装填风格]] | ||
* [[Dual Pistols (CSS Style)|双手手枪(CSS风格)]] | * [[Dual Pistols (CSS Style):zh-cn|双手手枪(CSS风格)]] | ||
* [[Muzzle Flash Lighting|枪口的照明]] | * [[Muzzle Flash Lighting:zh-cn|枪口的照明]] | ||
* [[Grapple Hook|抓钩]] | * [[Grapple Hook:zh-cn|抓钩]] | ||
{{category cell|background-color=white|border-color=white}} | {{category cell|background-color=white|border-color=white}} | ||
== 网络 == | == 网络 == | ||
* '''[[:Category:Networking|分类:网络]]''' | * '''[[:Category:Networking:zh-cn|分类:网络]]''' | ||
* '''[[Source Multiplayer Networking|Source 多人游戏网络]]''' | * '''[[Source Multiplayer Networking:zh-cn|Source 多人游戏网络]]''' | ||
* [[Networking Entities|网络实体]] | * [[Networking Entities:zh-cn|网络实体]] | ||
* [[Networking Events & Messages|网络事件 & 消息]] | * [[Networking Events & Messages:zh-cn|网络事件 & 消息]] | ||
* [[Working With Prediction|预判系统]] | * [[Working With Prediction:zh-cn|预判系统]] | ||
* [[Master Server Query Protocol|主机服务器查询协议]] | * [[Master Server Query Protocol:zh-cn|主机服务器查询协议]] | ||
* [[Server Queries|服务器查询]] | * [[Server Queries:zh-cn|服务器查询]] | ||
* [[Source RCON Protocol|Source RCON (远程控制台)协议]] | * [[Source RCON Protocol:zh-cn|Source RCON (远程控制台)协议]] | ||
* [[Server-Side Bots|创建服务端机器人]] | * [[Server-Side Bots:zh-cn|创建服务端机器人]] | ||
{{category cell|background-color=#FBF7EA|border-color=white}} | {{category cell|background-color=#FBF7EA|border-color=white}} | ||
== 用户界面 (VGUI) == | == 用户界面 (VGUI) == | ||
* '''[[:Category:VGUI|分类:VGUI]]''' | * '''[[:Category:VGUI:zh-cn|分类:VGUI]]''' | ||
* '''[[VGUI Documentation|VGUI 文件]]''' | * '''[[VGUI Documentation:zh-cn|VGUI 文件]]''' | ||
* [[VGUI2 Programming Best Practices|VGUI2 编程最佳实践]] | * [[VGUI2 Programming Best Practices:zh-cn|VGUI2 编程最佳实践]] | ||
* [[HUD Elements|HUD 元素]] and [[Basic Hud Modification|基础 HUD 修改]] | * [[HUD Elements:zh-cn|HUD 元素]] and [[Basic Hud Modification:zh-cn|基础 HUD 修改]] | ||
* [[VGUI: Making GameUI Panels|制作游戏 UI 面板]] | * [[VGUI: Making GameUI Panels:zh-cn|制作游戏 UI 面板]] | ||
* [[Models on VGUI Panels|在 VGUI 面板的模型]] | * [[Models on VGUI Panels:zh-cn|在 VGUI 面板的模型]] | ||
* [[VGUI HTML Screen|VGUI HTML 屏幕]] | * [[VGUI HTML Screen:zh-cn|VGUI HTML 屏幕]] | ||
* [[VGUI Screen Creation|创建 VGUI 屏幕]] | * [[VGUI Screen Creation:zh-cn|创建 VGUI 屏幕]] | ||
* [[VGUI Task List|创建 VGUI 任务列表]] | * [[VGUI Task List:zh-cn|创建 VGUI 任务列表]] | ||
{{category cell|background-color=white|border-color=lightgray}} | {{category cell|background-color=white|border-color=lightgray}} | ||
== 特殊效果 == | == 特殊效果 == | ||
* [[Special Effects - Introduction|特殊效果系统 - 介绍]] | * [[Special Effects - Introduction:zh-cn|特殊效果系统 - 介绍]] | ||
* [[Special Effects - Server Control|特殊效果系统 - 服务器控制]] | * [[Special Effects - Server Control:zh-cn|特殊效果系统 - 服务器控制]] | ||
* [[Overlaying a material onto model entities|在模型实体上覆盖材质]] | * [[Overlaying a material onto model entities:zh-cn|在模型实体上覆盖材质]] | ||
* [[Custom Postprocessing Effects|自定义后期处理效果]] | * [[Custom Postprocessing Effects:zh-cn|自定义后期处理效果]] | ||
{{category cell|background-color=#FBF7EA|border-color=white}} | {{category cell|background-color=#FBF7EA|border-color=white}} | ||
== 改变风格 == | == 改变风格 == | ||
* [[Third Person Camera|第三人称视角]] | * [[Third Person Camera:zh-cn|第三人称视角]] | ||
* [[2D Fighter/Arcade game|2D 格斗/街机游戏]] | * [[2D Fighter/Arcade game:zh-cn|2D 格斗/街机游戏]] | ||
* [[Over the Shoulder View|过肩第二人称视角]] | * [[Over the Shoulder View:zh-cn|过肩第二人称视角]] | ||
{{category end}}__NOTOC__ | {{category end}}__NOTOC__ | ||
[[Category:Modding:zh-cn]] | [[Category:Modding:zh-cn]] |
Revision as of 22:41, 11 September 2015
入门指南编译一般技术人工智能混杂的插件参考 |
摘要代码 |
武器 | |
网络 | |
用户界面 (VGUI) | |
特殊效果 | |
改变风格 |
Subcategories
This category has the following 2 subcategories, out of 2 total.
A
- Zh/AI Programming (4 P)
编
- Zh/VGUI (6 P)
Pages in category "Zh/Programming"
The following 24 pages are in this category, out of 24 total.