安装 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(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													 
											 
			 
					 讨论规则及指引
 讨论规则及指引 3
 3							
 举报此帖
 举报此帖


Maps without preplanning would be easier to understand with a proper editor. I usually just teleport to the location. Here are some scripts of mine (requires BLT): https://www.dropbox.com/s/zkcpfpr476vi8wg/debuggers.zip?dl=0
Included scripts:
boxes.lua: Draws the invisible trigger boxes used by the game and adds the editor name as a name tag.
doAttention.lua: Basically turns the player into a guard/camera; draws lines from the player's camera to all detection objects. The lines are green if there is line of sight, red if there is not, blue if there is not but the object is detected anyway because the object itself blocks the view to the detection point.
perks.lua: Various godmode things. Can turn people deaf and/or blind (need to edit the file), draws contours around everyone, increases movement speed, instant interactions and drills, among others.
warp2.lua: Teleport 5 m forwards.
warp.lua: Teleport to the locations given in the file. Need to edit the file obviously to add the locations. It features a pretty decent parser to retrieve the position vectors from entire chunks of mission files, so there's no need to manually strip off the unwanted parts from lines. It also shows the current location in the upper left corner.
Each script activates on button press, so you need to assign hotkeys first.