Category:Zh/Level Design FAQ: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{lang|Category:Level Design FAQ|title=分类:关卡设计常见问题}}
{{LanguageBar|title = 分类:关卡设计常见问题}}
[[Category:Source SDK FAQ:zh-cn]][[Category:Level Design:zh-cn]]
 
这是关于关卡设计以及 [[Valve Hammer Editor:zh-cn|Hammer地图编辑器]] 使用的常见问题的目录。
{{ACategory|Source SDK FAQ}}{{ACategory|Level Design}}
这是关于关卡设计以及 {{L|Valve Hammer Editor|Hammer地图编辑器}} 使用的常见问题的目录。


{| style="float:right" {{standard-table}}
{| style="float:right" {{standard-table}}
|
|
'''没有找到您需要的信息?'''
'''没有找到您需要的信息?'''
* 有关关卡设计的通用说明文档,参阅 [[:Category:Level Design:zh-cn|分类:关卡设计]]
* 有关关卡设计的通用说明文档,参阅 {{LCategory|Level Design|分类:关卡设计}}
* 有关Source SDK的常见问题与相关条目,参阅 [[:Category:Source SDK FAQ:zh-cn|Source SDK常见问题]]
* 有关Source SDK的常见问题与相关条目,参阅 {{LCategory|Source SDK FAQ|Source SDK常见问题}}
|}
|}


== Hammer 配置 ==  
== Hammer 配置 ==  
* [[Hammer Manual Configuration|怎样手动配置Hammer?]]{{en}}
* {{L|Hammer Manual Configuration|怎样手动配置Hammer?}}
* [[Restoring Hammer toolbars|怎样恢复Hammer中不慎关闭的工具栏?]]{{en}}
* {{L|Restoring Hammer toolbars|怎样恢复Hammer中不慎关闭的工具栏?}}
* [[Resetting Hammer preferences|怎样将Hammer的设置重置为默认?]]{{en}}
* {{L|Resetting Hammer preferences|怎样将Hammer的设置重置为默认?}}
* [[Hammer Resource Usage|怎样解决Hammer运行时占用大量内存/系统资源的问题?]]{{en}}
* {{L|Hammer Resource Usage|怎样解决Hammer运行时占用大量内存/系统资源的问题?}}
* [[Fixing the "Can't find filesystemopendialog.dll" error|怎样解决"can't load filesystemopendialog.dll"(无法载入filesystemopendialog.dll)的问题?]]{{en}}
* {{L|Fixing the "Can't find filesystemopendialog.dll" error|怎样解决"can't load filesystemopendialog.dll"(无法载入filesystemopendialog.dll)的问题?}}


== 编译地图及运行游戏 ==
== 编译地图及运行游戏 ==
* [[Leak:zh-cn|怎样解决地图编译时提示"leaked!"(泄漏)的问题?]]
* {{L|Leak|怎样解决地图编译时提示"leaked!"(泄漏)的问题?}}
* [[Hammer Compile Freezes|怎样解决编译地图时vvis或vrad假死的问题?]]{{en}}
* {{L|Hammer Compile Freezes|怎样解决编译地图时vvis或vrad假死的问题?}}
* [[Models Not Appearing In-Game|怎样解决在Hammer中添加的prop类模型在游戏中不显示的问题?]]{{en}}
* {{L|Models Not Appearing In-Game|怎样解决在Hammer中添加的prop类模型在游戏中不显示的问题?}}
* [[Incorrect prop types|怎样解决"Error! static_prop using model (modelname), which must be used on a dynamic entity."(错误!static_prop使用了xxx模型,该模型必须为动态的)?]]{{en}}
* {{L|Incorrect prop types|怎样解决"Error! static_prop using model (modelname), which must be used on a dynamic entity."(错误!static_prop使用了xxx模型,该模型必须为动态的)?}}
* [[Memory leak compile error|怎样解决编译时出现"Memory leak: mempool blocks left in memory: (number)"的问题?]]{{en}}
* {{L|Memory leak compile error|怎样解决编译时出现"Memory leak: mempool blocks left in memory: (number)"的问题?}}
* [[System cannot find file specified error|怎样解决程序窗口提示"System cannot find file specified"(系统找不到指定的文件)也不加载地图的问题?]]{{en}}
* {{L|System cannot find file specified error|怎样解决程序窗口提示"System cannot find file specified"(系统找不到指定的文件)也不加载地图的问题?}}
* [[Process Window copying|怎样复制编译程序窗口中的内容?/Hammer的"error log"(错误报告)在哪里?]]{{en}}
* {{L|Process Window copying|怎样复制编译程序窗口中的内容?/Hammer的"error log"(错误报告)在哪里?}}
* [[Additional game parameters|"Additional game parameters"(附加的游戏参数)有什么作用?]]{{en}}
* {{L|Additional game parameters|"Additional game parameters"(附加的游戏参数)有什么作用?}}
* [[Launching Without Background Maps|怎样在启动游戏时不使用3D背景图?]]{{en}}
* {{L|Launching Without Background Maps|怎样在启动游戏时不使用3D背景图?}}
* [[Failed to load Launcher DLL error|怎样解决编译后出现"Failed to load the launcher DLL: The specified module could not be found."(无法加载启动器DLL:找不到指定的模块)的错误?]]{{en}}
* {{L|Failed to load Launcher DLL error|怎样解决编译后出现"Failed to load the launcher DLL: The specified module could not be found."(无法加载启动器DLL:找不到指定的模块)的错误?}}
* [[Cannot build default cubemaps error|怎样解决编译后出现"Error: Skybox vtf files for skybox weren't compiled with the same size texture and/or same flags!  Can't load skybox file skybox to build the default cubemap!"(错误:天空背景盒的vtf文件的纹理尺寸不同!无法加载天空背景盒文件以创建默认的Cubemap)的问题?]]{{en}}
* {{L|Cannot build default cubemaps error|怎样解决编译后出现"Error: Skybox vtf files for skybox weren't compiled with the same size texture and/or same flags!  Can't load skybox file skybox to build the default cubemap!"(错误:天空背景盒的vtf文件的纹理尺寸不同!无法加载天空背景盒文件以创建默认的Cubemap)的问题?}}


== 多人游戏 ==
== 多人游戏 ==
* [[Multiplayer Maps Not Appearing|如何解决多人游戏地图不出现在地图列表中的问题?]]{{en}}
* {{L|Multiplayer Maps Not Appearing|如何解决多人游戏地图不出现在地图列表中的问题?}}
* [[Preventing Players Joining a Map|怎样防止其他人加入我的多人游戏中?]]{{en}}
* {{L|Preventing Players Joining a Map|怎样防止其他人加入我的多人游戏中?}}
* [[Both Teams are Full error:zh-cn|怎样解决当我载入一张《反恐精英:起源》的地图时出现“所有队伍已满”的问题?]]
* {{L|Both Teams are Full error|怎样解决当我载入一张《反恐精英:起源》的地图时出现“所有队伍已满”的问题?}}
* [[Mixing Game Content|怎样在《半条命2:死亡竞赛》中使用《反恐精英:起源》的模型或纹理?]]{{en}}
* {{L|Mixing Game Content|怎样在《半条命2:死亡竞赛》中使用《反恐精英:起源》的模型或纹理?}}


==Hammer的2D与3D视图==
==Hammer的2D与3D视图==
* [[Restoring Hammer Viewports|怎样切换到多视图(3D视图、俯视图、主视图、侧视图)?]]{{en}}
* {{L|Restoring Hammer Viewports|怎样切换到多视图(3D视图、俯视图、主视图、侧视图)?}}
* [[Hammer Textures in 3D View|怎样在3D视图中显示纹理?]]{{en}}
* {{L|Hammer Textures in 3D View|怎样在3D视图中显示纹理?}}
* [[Texture Application and Camera Manipulation|怎样在不关闭纹理应用(面编辑)窗口的情况下移动3D视角?/怎样解决在同时使用"Camera"(照相机)快捷方式使用纹理应用窗口的情况下窗口“不动”的问题?]]{{en}}
* {{L|Texture Application and Camera Manipulation|怎样在不关闭纹理应用(面编辑)窗口的情况下移动3D视角?/怎样解决在同时使用"Camera"(照相机)快捷方式使用纹理应用窗口的情况下窗口“不动”的问题?}}
* [[Hammer 3d view click crash|怎样解决在3D视图中点击导致Hammer“崩溃”的问题?]]{{en}}
* {{L|Hammer 3d view click crash|怎样解决在3D视图中点击导致Hammer“崩溃”的问题?}}
* [[Dimensions|Hammer中的固体的尺寸是怎样规定的?]]{{en}}
* {{L|Dimensions|Hammer中的固体的尺寸是怎样规定的?}}


== 关卡编辑特性及常见问题 ==
== 关卡编辑特性及常见问题 ==
* [[Missing content|怎样解决在Hammer中放置的模型在游戏中显示为紫黑格子的问题?]]{{en}}
* {{L|Missing content|怎样解决在Hammer中放置的模型在游戏中显示为紫黑格子的问题?}}
* [[Skybox Basics:zh-cn|怎样正确创建天空背景盒?]]
* {{L|Skybox Basics|怎样正确创建天空背景盒?}}
* [[Fog Basics|怎样在关卡中添加雾的效果?]]{{en}}
* {{L|Fog Basics|怎样在关卡中添加雾的效果?}}
* [[Soundscape#Creating Soundscapes|怎样为关卡添加自定义的音景?]]{{en}}
* {{L|Soundscape#Creating Soundscapes|怎样为关卡添加自定义的音景?}}
* [[Displacement Luxel Density|为什么位移表面不能随意设定光照贴图(lightmap)的值?]]{{en}}
* {{L|Displacement Luxel Density|为什么位移表面不能随意设定光照贴图(lightmap)的值?}}
* [[Reshaping Solids:zh-cn|怎样解决在使用雕刻(Carve)工具时出现错误或者Hammer假死的问题]]
* {{L|Reshaping solids|怎样解决在使用雕刻(Carve)工具时出现错误或者Hammer假死的问题}}
* [[Error reading weapon data file for: weapon_cubemap|怎样解决"Error reading weapon data file for: weapon_cubemap"(为weapon_cubemap读取武器数据时出现错误)的问题?]]{{en}}
* {{L|Error reading weapon data file for: weapon_cubemap|怎样解决"Error reading weapon data file for: weapon_cubemap"(为weapon_cubemap读取武器数据时出现错误)的问题?}}
* [[Cubemap minimum resolution|怎样解决运行"buildcubemaps"时游戏崩溃的问题?]]{{en}}
* {{L|Cubemap minimum resolution|怎样解决运行"buildcubemaps"时游戏崩溃的问题?}}
* [[VertexLitGeneric Textures On Brush Faces|如何解决在某些固体表面光照贴图(lightmap)不工作导致该固体表面在游戏中显示为全黑或者随着视角的移动不断闪烁的状况?]]{{en}}
* {{L|VertexLitGeneric Textures On Brush Faces|如何解决在某些固体表面光照贴图(lightmap)不工作导致该固体表面在游戏中显示为全黑或者随着视角的移动不断闪烁的状况?}}
* [[Entities_fall_through_displacements|为什么在地图中有些模型和武器在下落时穿过了位移表面?]]{{en}}
* {{L|Entities_fall_through_displacements|为什么在地图中有些模型和武器在下落时穿过了位移表面?}}
* [[Hammer won't display grid|怎样解决Hammer不显示网格导致无法编辑的问题?]]{{en}}
* {{L|Hammer won't display grid|怎样解决Hammer不显示网格导致无法编辑的问题?}}


== 反编译地图 ==
== 反编译地图 ==
* [[Decompiling Maps:zh-cn|怎样反编译《传送门》的地图?]]
* {{L|Decompiling Maps|怎样反编译《传送门》的地图?}}

Latest revision as of 04:35, 22 August 2024

English (en)Deutsch (de)Español (es)Français (fr)Suomi (fi)日本語 (ja)한국어 (ko)Русский (ru)Slovenčina (sk)Українська (uk)中文 (zh)中文(臺灣) (zh-tw)Translate (Translate)

这是关于关卡设计以及 Hammer地图编辑器(en) 使用的常见问题的目录。

没有找到您需要的信息?

Hammer 配置

编译地图及运行游戏

多人游戏

Hammer的2D与3D视图

关卡编辑特性及常见问题

反编译地图

Pages in category "Zh/Level Design FAQ"

The following 3 pages are in this category, out of 3 total.