Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
simply open the file with notepad and under the [Engine.PlayerInput] add
+Bindings=(Name="NumPadFour",Command="EnableAllDLCWeapons")
+Bindings=(Name="NumPadFive",Command="DisableAllDLCWeapons")
or if you're using a controller you'll need to add the effect to a button already in use, I recommend the Back button since that only summons Cheshire, to do this add { | EnableAllDLCWeapons} including the space but minus the {} to any button binding
it should end up looking something like this
.Bindings=(Name="XboxTypeS_Back",Command="CheshireCatAppear| TryToCancelMatinee | togglephysicsmode | EnableAllDLCWeapons")
them simply press that button in game and the weapons should be enabled assuming you've equipped them from the main menu
to disable them you'll need to add the DisableAllDLCWeapons command to another button using the same method