To read input whilst debugging, you can use the console
property in your configurations in launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"program": "${workspaceFolder}/bin/Debug/net5.0/your-project-name.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"console": "integratedTerminal"
}
]
}
You can either use "externalTerminal"
or "integratedTerminal"
. The "internalConsole"
doesn’t appear to be working.
I use the integratedTerminal
setting, as the terminal is inside VSCode itself. You will now be able to read input with Console.ReadLine();
Note: Also, internalConsole
doesn’t work, and it is by design. The reason this is, is because internalConsole
uses the Debug Console tab to show the output of the Console.WriteLine. Since the input box in the Debug Console is used to run expression on the current stack, there’s no place to pass in input that will go to Console.ReadLine. That’s the reason you’ll have to use something like integratedTerminal
.
The screenshot below shows that the VSCode team knows this —
#1
Posted 30 May 2016 — 02:03 pm
DarthYinzer
- Supporter
- 4 posts
Stranger
OK, so I extracted the debug console to the main directory of witcher 3 & have run the C++ redistributibles and I get this every time I try to run the game:
EDIT: found out I deleted some files, and put them back. It still is not working. Getting a popup of: Debug Console Mod Error Pattern Mismatch 0 !=1H, and then
Error [content0]gamegameplayfocusfocus.ws(202): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gamegameplayfocusfocus.ws(262): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameguimenusgwintgamemenu.ws(105): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameplayerstatesvehicleshorseriding.ws(44): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameplayerstatesvehiclessailing.ws(56): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameplayerstatesplayerdialogstate.ws(46): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameplayerstatesaimthrow.ws(39): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameplayerstatescombat.ws(123): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameplayerstatesexploration.ws(55): Function ‘LogWithName’ does not take 1 param(s)
Error [content0]gameplayerstatesswimming.ws(247): Function ‘LogWithName’ does not take 1 param(s)
Warning [content0]enginetelemetrykeyword.ws(9): Native function ‘Log’ was not exported from class ‘CR4TelemetryScriptProxy’ in C++ code.
Warning [content0]engineenvironment.ws(25): Global native function ‘EnableDebugOverlayFilter’ was not exported from C++ code.
Warning [content0]engineenvironment.ws(27): Global native function ‘EnableDebugPostProcess’ was not exported from C++ code.
Warning [content0]engineshowflags.ws(9): Global native function ‘DebugSetEShowFlag’ was not exported from C++ code.
I’ve tried script compiler & it says no issues. When I extracted, it gave no option to rename files, so it overwrote them. Is there a way to uninstall?
Any help would be great.
#2
DarthYinzer
Posted 30 May 2016 — 11:32 pm
DarthYinzer
- Supporter
- 4 posts
Stranger
OK, Update: Got this from searching online. http://www.nexusmods…download/7192/?
While I’m still getting the Debug Console Mod Error Pattern Mismatch 0 !=1H error, if I just let it continue, the game loads, although it takes about twice as long, but it seems fully playable so far.
I assume I’ll have to wait until the mod is updated for it to work but if, anyone else got similar LogWithNames error, try the above download, it worked for me (fingers crossed it stays that way).
It does’nt say who made the mod/fix, but whoever did, THANK YOU!!!!
#3
CRABCLAWW
Posted 31 May 2016 — 01:58 am
CRABCLAWW
- Members
- 6 posts
Stranger
GREAT FIND!!!! THANK YOU
no more error ,waiting for update ,so i can use console
#4
t003
Posted 03 June 2016 — 05:49 am
Seems to not be working for me
#5
DarthYinzer
Posted 03 June 2016 — 11:23 pm
DarthYinzer
- Supporter
- 4 posts
Stranger
@t003 All my compile errors were LogWithName, and that download deals with just that problem.
Finally, I downloaded the updated Debug Console, extracted to the correct folders….and it’s up! No more Debug Console Mod Error Pattern Mismatch 0 !=1H error either. Many thanks to the author who updated the mod. Happy Gaming!
#6
RogueKouga
Posted 04 June 2016 — 12:14 am
RogueKouga
- Members
- 19 posts
Newbie
darth which one? post a link?
#7
DarthYinzer
Posted 05 June 2016 — 11:50 am
DarthYinzer
- Supporter
- 4 posts
Stranger
This is the updated console debug mod: http://www.nexusmods…er3/mods/1555/? Version is 1.21 to match the latest Witcher 3 update.
Debug Console Error — Game Won’t Launch
Game won’t launch after downloading patch 1.10. I get the error messages. «Debug Console Mod Error. Pattern mismatch: 0 != 1 fyT»
Ironically, the game has launched a couple times despite this. It’s successfully loaded the menu twice (I was able to load save games). And other times it launches «witcher3.exe.» but it doesn’t do anything except sit in the background and use up 440MB of RAM (it doesn’t load the menu). Most of the time I get the error message and nothing happens.
I’m not certain whether this is a bug or something on my end having to do with mods. It does say «Mod Error» right in the error report. But if that were true I don’t think I would be able to successfully launch the game and load a save file.
Last edited: Oct 10, 2015
Содержание
- Ведьмак 3 debug console mod error что это
- Ведьмак 3 debug console mod error что это
- Witcher 3: Wild Hunt «Debug Console Enabler последняя версия»
- Debug Console crashing witcher 3
- #1
- #2
- #3
- #4
- #5
- #6
- Почему не открывается консоль в ведьмак 3
- Почему не открывается консоль в ведьмак 3
- Witcher 3: Wild Hunt «Debug Console Enabler последняя версия»
- Почему не открывается консоль в ведьмак 3
Reboot your PC, as suggested above. The process will no longer be running. Then delet it. You can enable the debug console without using a mod. Just modify a single file and it’ll work.
Go to your game directory and go to the following folder:
The Witcher 3 > bin > config > base
Make a copy of the general.ini file, in case of mistakes. Now open it with Notepad and add the following line exactly as written:
Save and exit. Start up your game and load your save. To bring up the console, hit the
or F2 key. Type in your command and hit Enter. To exit the console, type the same hotkey again.
You shouldnt be installing any fishy .dll files to your computer to begin with. All of those «console enabler» mods out there are completely untrustworthy in my opinion considering how easy it is to enable console without them.
You shouldnt be installing any fishy .dll files to your computer to begin with. All of those «console enabler» mods out there are completely untrustworthy in my opinion considering how easy it is to enable console without them.
so perhaps this one was purposefully hard to delete because it’s also doing something secret and disapprovable 😮
Unlikely. There really were never any issues with those debug console enablers that were released early on. It was just more convenient to alter the general.ini file which was discovered several months after the game came out.
That you couldn’t shut it down without restarting your PC doesn’t mean it was up to no good. Some processes simply do not shut down when the program that was using it was closed. It happens, even with Microsoft’s own software or its OS.
Consider this. Even when updating video drivers and the like, you are generally asked to reboot your PC so that the new driver can take effect because it is impossible to shut it down while the PC is still using it. If you are concerned, run some scans but it should be fine.
Источник
Ведьмак 3 debug console mod error что это
If all you want is to enable the Debug Console, you don’t need a mod. Just edit the following text file: «general.ini» You can find it here:
steamapps > common > The Witcher 3 > bin > config > base
Make a copy of «general.ini» Now edit it and add the following text:
If you installed a mod for this, uninstall it. That’s it.
If all you want is to enable the Debug Console, you don’t need a mod. Just edit the following text file: «general.ini» You can find it here:
steamapps > common > The Witcher 3 > bin > config > base
Make a copy of «general.ini» Now edit it and add the following text:
If you installed a mod for this, uninstall it. That’s it.
And how do i open the console?
So if this is all you have to do to enable it, why do people use these mods with dll files and such?
Sadly the DBGConsoleOn=true Trick does not work for me. i have vs1.3.1 witch all DLCs — dont know what to do — really desperate
key. took me some time to figure this out.
If all you want is to enable the Debug Console, you don’t need a mod. Just edit the following text file: «general.ini» You can find it here:
steamapps > common > The Witcher 3 > bin > config > base
Make a copy of «general.ini» Now edit it and add the following text:
If you installed a mod for this, uninstall it. That’s it.
Hi. Just wanted to say i had problems with the Debug enabler mods and i tried this and it works just fine. Thanks alot. 🙂
Источник
Witcher 3: Wild Hunt «Debug Console Enabler последняя версия»
Этот плагин является простым .dll файлом, который включает консольную отладку в игре Ведьмак 3, проще говоря, будет доступна консоль, для ввода консольных команд.
Последняя версия включает поддержку игры версий: 1,24, 1,30, 1,31 и GOTY
Архив содержит версию утилиты со свободной камерой.
Установка:
Скачать архив, в архиве есть файл dsound.dll и папка plugins, взять и кинуть по пути The Witcher 3 Wild Hunt/bin/x64 (туда где находится файл witcher3.exe)
Пробуйте первый или второй вариант по доп.ссылке
Общее:
1. Включение консоли «F2» или тильда
2. Режим свободной камеры «F1»
Примеры команд:
replaceplayer (‘Ciri’) — сменить Геральта на Цири, или на другую персону, введите нужное имя например
addmoney (11) — добавить деньги, можно поэкспериментировать с цифрой в скобках
removemoney (11) — удалить деньги, можно экспериментировать с цифрой в скобках
eatapple () — съесть яблоко
god () — разные варианты режима бога
god2 () — разные варианты режима бога
god3 () — разные варианты режима бога
testpause () — включить паузу
testunpause () — выключить паузу
addexp (1000) — получить опыт, значение в скобках меняется
setlevel (5) — сделать указанный уровень герою
addskillpoints (2) — добавить очков навыков, значение в скобках меняется
winGwint (true) — победить в Гвинт
killall (50) — убить врагов в указанном радиусе
makeitrain — включить дождь
stoprain — выключить дождь
xy (posX,posY) — телепортироваться по нужным координатам. posX и posY меняем на координаты по вертикали и горизонтали. Включаем режим бога, так как в некоторых точках карты Геральт может упасть с большой высоты
shave () — побриться
healme () — восстановить здоровье
secretgwint () — запускает партию в Гвинт
additem (‘название предмета’, 1) — добавить вещь
Источник
Debug Console crashing witcher 3
#1
OK, so I extracted the debug console to the main directory of witcher 3 & have run the C++ redistributibles and I get this every time I try to run the game:
#2
OK, Update: Got this from searching online. http://www.nexusmods. download/7192/?
While I’m still getting the Debug Console Mod Error Pattern Mismatch 0 !=1H error, if I just let it continue, the game loads, although it takes about twice as long, but it seems fully playable so far.
I assume I’ll have to wait until the mod is updated for it to work but if, anyone else got similar LogWithNames error, try the above download, it worked for me (fingers crossed it stays that way).
It does’nt say who made the mod/fix, but whoever did, THANK YOU.
#3
GREAT FIND. THANK YOU
no more error ,waiting for update ,so i can use console
#4
Seems to not be working for me
#5
@t003 All my compile errors were LogWithName, and that download deals with just that problem.
Finally, I downloaded the updated Debug Console, extracted to the correct folders. and it’s up! No more Debug Console Mod Error Pattern Mismatch 0 !=1H error either. Many thanks to the author who updated the mod. Happy Gaming!
#6
Источник
Почему не открывается консоль в ведьмак 3
10 ноя. 2018 в 10:54
I’ve changed the General.ini file and deleted the dssound.dll file and yet pressing F2 or the tilde key does nothing.
Have I done something wrong? I just want to fight 50 bears at once in the my complete bear school set
Ok so for future reference weather you are running windows 10 or 7 you need to edit two files not just one.
First, open the «general.ini» file located under
C:Program Files (x86)SteamsteamappscommonThe Witcher 3binconfig (if you have your steam library in the default location), otherwise just right click on the game in your steam library UI and hit properties and go to the local files tab and click brows locals files and go from there.
put these two lines in under [General]
ConfigVersion=2
DBGConsoleOn=true
THEN you need to go to C:Users(your user folder)Documents and open the «user.settings» file located there and look for the [General] line and add the same two lines under it if they are not already there and you will have a functioning console without adding a mod that can possibly interfere with other mods.
I hope this helps other people that have run into my issue where the console doesn’t work after just editing the general.ini file.
10 ноя. 2018 в 11:11
The Witcher 3 Wild Huntbinconfigbase directory
open the General.ini file and copy-paste the following under the [General] line :
Save the file and you’re done.
10 ноя. 2018 в 12:21
The Witcher 3 Wild Huntbinconfigbase directory
open the General.ini file and copy-paste the following under the [General] line :
Save the file and you’re done.
I did exactly this, and the console does not show up 10 ноя. 2018 в 12:27 10 ноя. 2018 в 13:58 10 ноя. 2018 в 14:05 That’s. really weird then. Don’t know what to say except that it works for me, sorry. 10 ноя. 2018 в 15:13 Pretty sure you need a mod to enable it. Though idk if it’s true but I installed one and did the edit in the .ini file and can open the console. 10 ноя. 2018 в 15:21 You don’t need a mod for the console, the mod is for the free camera and it doesn’t work for 1.32 currently. 10 ноя. 2018 в 15:36 10 ноя. 2018 в 15:38 10 ноя. 2018 в 16:54 Literally the wrong key. I thought it was the tilde (
), meanwhile it was just ( ` ) instead.
10 ноя. 2018 в 18:33
That’s weird — on mine it’s the tilde key. But ya, I had issues with this — I had been using the file placement mod to enable it, so I just uninstalled that and put the one-liner into general.ini like the guy above mentioned and that fixed it.
There’s also a new mod out on NexusMods where some guys can help you roll it back to basically 1.31 core files to unbreak anything that 1.32 patch broke.
25 мар. 2019 в 2:42 Literally the wrong key. I thought it was the tilde (
), meanwhile it was just ( ` ) instead.
7 июл. 2019 в 14:09
sorry to necro this but I am having the exact same problem rn, i have some mods installed via nmm on v1.32
i have tried all the regular keys, i am using a qwerty keyboard idk wtf gives, i edited the ini file properly. its also a fresh install
7 июл. 2019 в 14:27
Ok so for future reference weather you are running windows 10 or 7 you need to edit two files not just one.
First, open the «general.ini» file located under
C:Program Files (x86)SteamsteamappscommonThe Witcher 3binconfig (if you have your steam library in the default location), otherwise just right click on the game in your steam library UI and hit properties and go to the local files tab and click brows locals files and go from there.
put these two lines in under [General]
ConfigVersion=2
DBGConsoleOn=true
THEN you need to go to C:Users(your user folder)Documents and open the «user.settings» file located there and look for the [General] line and add the same two lines under it if they are not already there and you will have a functioning console without adding a mod that can possibly interfere with other mods.
I hope this helps other people that have run into my issue where the console doesn’t work after just editing the general.ini file.
7 июл. 2019 в 14:42
Ok so for future reference weather you are running windows 10 or 7 you need to edit two files not just one.
First, open the «general.ini» file located under
C:Program Files (x86)SteamsteamappscommonThe Witcher 3binconfig (if you have your steam library in the default location), otherwise just right click on the game in your steam library UI and hit properties and go to the local files tab and click brows locals files and go from there.
put these two lines in under [General]
ConfigVersion=2
DBGConsoleOn=true
Почему не открывается консоль в ведьмак 3
Первым делом откройте папку с игрой.
В моём случае это будет выглядеть вот так: «Этот компьютер > Локальный диск (D:) > Steam > steamapps > common > The Witcher 3».
После этого ищем папку «bin» и открываем её.
Далее нужно открыть папку «config».
В папке конфиг ищем папку «base».
Тепер в этой папке «base» мы должны найти файл «general» (или же general.ui).
Открываем этот файл и вводим в него этот текст: DBGConsoleOn=true
Сохраняем.
Теперь мы запускаем игру и заходим в неё (главное зайти именно в игру, а не сидеть в меню).
Нажимаем на клавишу «ё»
А вот и сама консоль:
Если у вас не получилось открыть консоль через команду, тогда вам нужно будет скачать для этого специальный мод
Основная проблема консоли, это то, что она может сломать игру впринципе. Например, ввод многих команд, или же злоупотребление ими.
Представляю вашему вниманию вот этот видеоролик, который наглядно показывает «сломанную игру»
Witcher 3: Wild Hunt «Debug Console Enabler последняя версия»
Этот плагин является простым .dll файлом, который включает консольную отладку в игре Ведьмак 3, проще говоря, будет доступна консоль, для ввода консольных команд.
Последняя версия включает поддержку игры версий: 1,24, 1,30, 1,31 и GOTY
Архив содержит версию утилиты со свободной камерой.
Общее:
1. Включение консоли «F2» или тильда
2. Режим свободной камеры «F1»
Примеры команд:
replaceplayer (‘Ciri’) — сменить Геральта на Цири, или на другую персону, введите нужное имя например
addmoney (11) — добавить деньги, можно поэкспериментировать с цифрой в скобках
removemoney (11) — удалить деньги, можно экспериментировать с цифрой в скобках
eatapple () — съесть яблоко
god () — разные варианты режима бога
god2 () — разные варианты режима бога
god3 () — разные варианты режима бога
testpause () — включить паузу
testunpause () — выключить паузу
addexp (1000) — получить опыт, значение в скобках меняется
setlevel (5) — сделать указанный уровень герою
addskillpoints (2) — добавить очков навыков, значение в скобках меняется
winGwint (true) — победить в Гвинт
killall (50) — убить врагов в указанном радиусе
makeitrain — включить дождь
stoprain — выключить дождь
xy (posX,posY) — телепортироваться по нужным координатам. posX и posY меняем на координаты по вертикали и горизонтали. Включаем режим бога, так как в некоторых точках карты Геральт может упасть с большой высоты
shave () — побриться
healme () — восстановить здоровье
secretgwint () — запускает партию в Гвинт
additem (‘название предмета’, 1) — добавить вещь
Почему не открывается консоль в ведьмак 3
There is a way to enable the debug console without actually downloading (and waiting) for a debug mod.
The Witcher 3 Wild Huntbinconfigbase directory
open the General.ini file and copy-paste the following under the [General] line :
Save the file and you’re done.
Thanks to Slater3611 who originally left a lot of these instructions on the Nexus.
Источник
На чтение 5 мин. Просмотров 44 Опубликовано 15.12.2019
Мод Debug Console Enabler — включает консоль разработчика в игре Ведьмак 3 Дикая охота, эта консоль позволяет использовать читы в игре.
Данная консоль использовалась разработчиками и позволяет выполнять различные команды, т.е выполнять определенные чит коды.
По сути при помощи консоли и команд (читов) можно творить в игре вообще все что хотите, получать любые вещи, призывать любых врагов или союзников, прокачивать своего героя как хочется. Если вам наскучило играть в Ведьмак, скачайте мод на консоль и развлекайтесь играя не честно.
Небольшой список функций которые можно сделать при помощи консоли разработчика в Ведьмак 3:
1) Показать всю карту, все точки быстрого перемещения.
2) Возможность быстрого перемещения из любой точки карты.
3) Получить много опыта, получить нужный уровень, добавить очков навыков, получить деньги.
4) Получить мутагены, руны, мечи и броню, да и вообще любые игровые предметы.
5) Вылечить Геральта.
6) Выиграть в гвинт.
7) Призвать героев, солдат и монстров.
Режим бога, изменить погоду, телепортироваться по нужным координатам.
9) Свободная камера.
10) Разные прочие возможности, в общем управляйте игрой как хотите.
Скриншоты мода:
Можно включить свободную камеру и летать по миру:
Можно заспавнить Йенифер:
И даже слегка раздеть ее:
Управление консолью в ведьмак 3 Debug Console Enabler:
F1 — включитьвыключить свободную камеру.
F2 — октрытьзакрыть консоль.
Скопируйте команду или напечатайте ее, вставьте в консоль (Ctrl+V), нажмите Enter.
Команды для консоли можно скачать здесь.
Этот плагин является простым .dll файлом, который включает консольную отладку в игре Ведьмак 3, проще говоря, будет доступна консоль, для ввода консольных команд.
Последняя версия включает поддержку игры версий: 1,24, 1,30, 1,31 и GOTY
Архив содержит версию утилиты со свободной камерой.
Установка:
Скачать архив, в архиве есть файл dsound.dll и папка plugins, взять и кинуть по пути The Witcher 3 Wild Hunt/bin/x64 (туда где находится файл witcher3.exe)
Пробуйте первый или второй вариант по доп.ссылке
Общее:
1. Включение консоли «F2» или тильда
2. Режим свободной камеры «F1»
Примеры команд:
replaceplayer (‘Ciri’) — сменить Геральта на Цири, или на другую персону, введите нужное имя например
addmoney (11) — добавить деньги, можно поэкспериментировать с цифрой в скобках
removemoney (11) — удалить деньги, можно экспериментировать с цифрой в скобках
eatapple () — съесть яблоко
god () — разные варианты режима бога
god2 () — разные варианты режима бога
god3 () — разные варианты режима бога
testpause () — включить паузу
testunpause () — выключить паузу
addexp (1000) — получить опыт, значение в скобках меняется
setlevel (5) — сделать указанный уровень герою
addskillpoints (2) — добавить очков навыков, значение в скобках меняется
winGwint (true) — победить в Гвинт
killall (50) — убить врагов в указанном радиусе
makeitrain — включить дождь
stoprain — выключить дождь
xy (posX,posY) — телепортироваться по нужным координатам. posX и posY меняем на координаты по вертикали и горизонтали. Включаем режим бога, так как в некоторых точках карты Геральт может упасть с большой высоты
shave () — побриться
healme () — восстановить здоровье
secretgwint () — запускает партию в Гвинт
additem (‘название предмета’, 1) — добавить вещь
Автор:Skomski
Версия:1.24/1.30/1.31
Описание:
Этот плагин является простым .dll файлом, который включает консольную отладку в игре Ведьмак 3, проще говоря, будет доступна консоль, для ввода консольных команд.
Обновление:1.24
— Добавлена поддержка для игры версии 1.24/1.30/1.31
Обновление:1.22
— Добавлена поддержка для игры версии 1.22
Обновление:1.21.1 (текстовик с командами для DLC)
— По доп.ссылке добавлен полный список консольных команд для DLC Blood & Wine и Heart of Stone в текстовом файле. (список команд огромный, 3283 команды, все на английском)
— По доп.ссылке добавлен «Список консольных команд для основной игры» (все на русском, в архиве есть 16 разных ридми с различной тематикой). Спасибо Dray за предоставленные команды.
Обновление:1.21.1
— Добавлена поддержка для игры версии 1.21
— Включение консоли «F2» или тильда
по умолчанию, режим свободной камеры «F1»
Обновление:1.12
— Добавлена поддержка для игры версии 1.12
— Включение консоли теперь «F4» по умолчанию
Обновление:1.10
— Добавлена поддержка для игры версии 1.10 и выше
Требования:
— Ведьмак 3 — версии 1.24/1.30/1.31 (подходит для GOG и Steam)
Установка:
Скачать архив, в архиве есть файл dsound.dll и папка plugins, взять и кинуть по пути The Witcher 3 Wild Hunt/bin/x64 (туда где находится файл witcher3.exe)
Если не работает, то попробуйте установить опциональный вариант по доп.ссылке.
Общее:
1. Включение консоли «F2» или тильда
Примеры команд:
replaceplayer (‘Ciri’) — сменить Геральта на Цири, или на другую персону, введите нужное имя например
addmoney (11) — добавить деньги, можно поэкспериментировать с цифрой в скобках
removemoney (11) — удалить деньги, можно экспериментировать с цифрой в скобках
eatapple () — съесть яблоко
god () — разные варианты режима бога
god2 () — разные варианты режима бога
god3 () — разные варианты режима бога
testpause () — включить паузу
testunpause () — выключить паузу
addexp (1000) — получить опыт, значение в скобках меняется
setlevel (5) — сделать указанный уровень герою
addskillpoints (2) — добавить очков навыков, значение в скобках меняется
winGwint (true) — победить в Гвинт
killall (50) — убить врагов в указанном радиусе
makeitrain — включить дождь
stoprain — выключить дождь
xy (posX,posY) — телепортироваться по нужным координатам. posX и posY меняем на координаты по вертикали и горизонтали. Включаем режим бога, так как в некоторых точках карты Геральт может упасть с большой высоты
shave () — побриться
healme () — восстановить здоровье
secretgwint () — запускает партию в Гвинт
additem (‘название предмета’, 1) — добавить вещь
Go to witcher
r/witcher
All things related to The Witcher… Books, games, TV-series… You name it.
Members
Online
•
witcher 3 debug console mod error pattern mismatch even after deleting the mod?
I only had 1 mod installed and it was the console one. I deleted the mod’s files a few patches back but since the latest patch i get this error when starting the game http://imgur.com/NF7n0JX i deleted the telemetryKeyword.ws , debug-console-enabler.dll and dsound.dll files. any help would be greatly appreciated.
Archived post. New comments cannot be posted and votes cannot be cast.