安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




Did you use the sdk coop map as a base?
Funny, I'm trying my hand at a few map ideas too. Slow going at the moment, but trying to pick up the pace. Used to play around with it when it was still called worldcraft...
Might do some conversions from Rainbow Six Ravenshield maps I like. Another one I've started on is an adaption from a Red Orchestra map.
Yes, I used the base sdk coop map as base.
https://developer.valvesoftware.com/wiki/Visibility_optimization
If its an open map with tons of props, it may bring down FPS eventually. It just depends but if you need help optimizing frame rate, let me know. I have experience with making unoptimized open maps and some good techniques to mitigate frame drop.
Also remember your finale enemy spawns are the 3rd to last spawns. So in the sdk_map if the final spawnzone is spawnzone 7, your finale spawns are spawnzone 5.
Material matters. Metal vs wood etc.
16 units = 1 foot (real world)
52.46 units = 1 meter (real world)
Plants/Trees = prop_foliage
Vehicles/Cars sometimes need block LOS brushes. Test to see if bots shoot through them. You can also try to make them prop_vehicles? Maybe the bots will register them then.
Nav mesh is very important in how the bots will work. After you nav_generate youll have to fix it up. My navedit.cfg: https://www.dropbox.com/s/eqv2ta370xv4wvs/navedit.cfg?dl=0
Put in cfg folder and exec navedit.cfg (backup your default.cfg and rename it to bruce.cfg or something).
So to edit navmesh: console >> exec navedit.cfg
to play INS normally >> exec bruce.cfg
---- Host_NewGame ----
Execing config: game.cfg
sv_pure_default set to: 1
m_face->glyph->bitmap.width is 0 for ch:32 Orator Std
Adjusting game mode checkpoint.
game mode = checkpoint
map =
already loading = true
Dynamic models purged.
Dynamic models purged.
Compact freed 512000 bytes
Compact freed 135168 bytes
Bad convar found in gpu_level - mat_depthfeather_enable
_rt_Scope created with 1440 x 1440 dimensions.
"materials/maps/traffico/c1536_0_-960.vtf": can't be found on disk
Texture 'maps/traffico/c1536_0_-960' not found.
"materials/maps/traffico/cubemapdefault.vtf": can't be found on disk
Texture 'maps/traffico/cubemapdefault' not found.
Failed, using default cubemap 'engine/defaultcubemap'
Host_EndGame: Map coordinate extents are too large!!
Check for errors!
CreateEvent: event 'cs_game_disconnected' not registered.
Stopping All Sounds...
Dynamic models purged.
No such variable "$detailroughnessinvertmix" for material "models/player/attachments/ins_attachments_color"
No such variable "$detailroughnessmultiplier" for material "models/player/attachments/ins_attachments_color"
No such variable "$detailroughnessblendfactor" for material "models/player/attachments/ins_attachments_color"
No such variable "$detailroughnessinvertmix" for material "models/player/ins_medium/ins_medium_color"
No such variable "$detailroughnessmultiplier" for material "models/player/ins_medium/ins_medium_color"
No such variable "$detailroughnessblendfactor" for material "models/player/ins_medium/ins_medium_color"
No such variable "$detailroughnessinvertmix" for material "models/player/ins_heavy/ins_heavy_color"
No such variable "$detailroughnessmultiplier" for material "models/player/ins_heavy/ins_heavy_color"
No such variable "$detailroughnessblendfactor" for material "models/player/ins_heavy/ins_heavy_color"
No such variable "$detailroughnessinvertmix" for material "models/player/ins_medium/ins_medium_armor_color"
No such variable "$detailroughnessmultiplier" for material "models/player/ins_medium/ins_medium_armor_color"
No such variable "$detailroughnessblendfactor" for material "models/player/ins_medium/ins_medium_armor_color"
characters/insurgent_standard.mdl : material "models/player/ins_light/player_flesh" not found.
characters/insurgent_standard.mdl : material "models/player/ins_heavy/player_flesh" not found.
characters/insurgent_standard.mdl : material "models/player/ins_medium/player_flesh" not found.
characters/insurgent_standard.mdl : material "models/player/attachments/player_flesh" not found.
Suppressing window open after loading progress end.
Failed to load resource/layout/htmlfindbar.layout
Didn't find Active Steam Controller to Load Menu Controls
PlayerLocal::Steam_OnUserStatsReceived... (1.35 sec since request)
User0 stats retrieved.
Execing config: config.cfg
cc_lang =
PlayerLocal::Steam_OnUserStatsReceived... (0.00 sec since request)
User0 stats retrieved.
Execing config: config.cfg
cc_lang =
m_face->glyph->bitmap.width is 0 for ch:32 Orator Std
m_face->glyph->bitmap.width is 0 for ch:32 Foundation Sans
material "vgui/../vgui/maps/menu_thumb_default" not found.
--- Missing Vgui material vgui/..\vgui\maps\menu_thumb_default
material "vgui/../vgui/maps/menu_thumb_default_download" not found.
--- Missing Vgui material vgui/..\vgui\maps\menu_thumb_default_download
CCrashHandler - Attached and ready. (in-process)
Any ideas what's going on, was launching fine yesterday before i added the park and condo's today - Bruce
https://psteamcommunity.yuanyoumao.com/app/211/discussions/0/611702631217140650/
http://www.valvetime.net/threads/map-coordinate-extents-are-too-large.72218/
Map may be broken but if it doesnt crash you determined one of those objects caused crash. Also if its really bad, use the cordon tool, section of portions of map >> compile >> load map >> no crash?
Dont be too ambitious, dont use cutting tool, any very small brushes/small brushes >> func_detail.