安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Now the dots are saved much faster(file format 2);
Ability to delete saves;
Added checkbox to automatically remove dots before loading save;
Fixed the length of the burst scan(previously it was cut off with a long RealFrameTime);
=========================================================================
Теперь точки сохраняются намного быстрее(формат сохранения 2);
Возможность удалить сохранения;
Добавлена галочка для автоматического удаления точек перед загрузкой сохранения;
Исправлена длительность детального сканирования(раньше оно было обрезано большим RealFrameTime);
Go to console and type bind "+lidarscanner_scansize_unlockscroll" "keyboard_key"
You can unbind the key:
unbind "key"
This Screenshot should explain the number 5
And I Don't Fully like Binding Keys to things because you can't unbind them, And I'm just one of those guys who likes things the way they are at default, but that's just me.
Like: bind "o" "lidarscanner_openmenu"
(replace "o" with your letter on the keyboard).
I dont quite understand what you are talking about, its maybe a quick scan size indicator.
And What is this number 5 bar at the bottom of the screen?
1. Unsubscribe from the addon.
2. Download the archive from this link https://github.com/Adon1111222/lidarscanner_garrysmod/releases/download/lidarscanner2.1/lidarscanner2.zip unzip the contents of the archive to the *game folder*/garrysmod/addons.
3. Go to the lidarscanner2/sound/lidarscanner2_sounds_valve folder and delete the lidarscanner2_fastscanning1.wav file. You can even replace it with a different, less annoying sound!
1. Unsubscribe from the addon.
2. Download the archive from this link https://github.com/Adon1111222/lidarscanner_garrysmod/releases/download/lidarscanner2.1/lidarscanner2.zip unzip the contents of the archive to the *game folder*/garrysmod/addons.
3. Go to the lidarscanner2/sound/lidarscanner2_sounds_valve folder and delete the lidarscanner2_fastscanning1.wav file. You can even replace it with a different, less annoying sound!
ooops
⠸⡇⠀⠿⡀⠀⠀⠀⣀⡴⢿⣿⣿⣿⣿⣿⣿⣿⣷⣦⡀
⠀⠀⠀⠀⠑⢄⣠⠾⠁⣀⣄⡈⠙⣿⣿⣿⣿⣿⣿⣿⣿⣆
⠀⠀⠀⠀⢀⡀⠁⠀⠀⠈⠙⠛⠂⠈⣿⣿⣿⣿⣿⠿⡿⢿⣆
⠀⠀⠀⢀⡾⣁⣀⠀⠴⠂⠙⣗⡀⠀⢻⣿⣿⠭⢤⣴⣦⣤⣹⠀⠀⠀⢀⢴⣶⣆
⠀⠀⢀⣾⣿⣿⣿⣷⣮⣽⣾⣿⣥⣴⣿⣿⡿⢂⠔⢚⡿⢿⣿⣦⣴⣾⠸⣼⡿
⠀⢀⡞⠁⠙⠻⠿⠟⠉⠀⠛⢹⣿⣿⣿⣿⣿⣌⢤⣼⣿⣾⣿⡟⠉
⠀⣾⣷⣶⠇⠀⠀⣤⣄⣀⡀⠈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇
⠀⠉⠈⠉⠀⠀⢦⡈⢻⣿⣿⣿⣶⣶⣶⣶⣤⣽⡹⣿⣿⣿⣿⡇
⠀⠀⠀⠀⠀⠀⠀⠉⠲⣽⡻⢿⣿⣿⣿⣿⣿⣿⣷⣜⣿⣿⣿⡇
⠀⠀ ⠀⠀⠀⠀⠀⢸⣿⣿⣷⣶⣮⣭⣽⣿⣿⣿⣿⣿⣿⣿⠇
⠀⠀⠀⠀⠀⠀⣀⣀⣈⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠇
⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
bind "*key*" "lidarscanner2_toggleaddon"
alias lidarscanner2_toggleaddon "lidarscanner2_toggleaddon_true"
alias lidarscanner2_toggleaddon_true "alias lidarscanner2_toggleaddon lidarscanner2_toggleaddon_false; lidarscanner_enabled 1"
alias lidarscanner2_toggleaddon_false "alias lidarscanner2_toggleaddon lidarscanner2_toggleaddon_true; lidarscanner_enabled 0"
Instead of *key* set the key you want.
ex:
bind "h" "lidarscanner2_toggleaddon"
alias lidarscanner2_toggleaddon "lidarscanner2_toggleaddon_true"
alias lidarscanner2_toggleaddon_true "alias lidarscanner2_toggleaddon lidarscanner2_toggleaddon_false; lidarscanner_enabled 1"
alias lidarscanner2_toggleaddon_false "alias lidarscanner2_toggleaddon lidarscanner2_toggleaddon_true; lidarscanner_enabled 0"
Extensions: You do not need to import anything manually. Extensions are loaded using the addon architecture. All you have to do if you want to get the extension is click on the subscribe button in the workshop.
If you are interested in how extensions are created, you can look at the architecture of extensions built into addons in the source code.
Seeker: It should work if the map has a navigation mesh(NAVMESH). This definitely works on gm_construct.