it is possible to configure Gamepad_RightTrigger + (Gamepad_DPad_Up,Gamepad_DPad_Right,Gamepad_DPad_Down,Gamepad_DPad_Left) so i have to press too button to doge ?
Can someone help me bind it to the thumb mouse button? I have two thumb buttons, but I don't know what to write in the config.lua. When I try to bind it to something in the in-game settings, it shows up as Left Control even though it's not. (Left control is bound to something else, and pressing the mouse button doesn't trigger that action).
I tried ThumbMouseButton and ThumbMouseButton2 but they don't work.
Edit: Nevermind, I decided to use LeftAlt since it's more sensible anyway. Works well, thank you :)
Also was having issues binding it to mouse button 4, even though that’s the default config. Earlier versions worked with no issue but now my thumb mouse buttons won’t trigger a dodge.
That is odd, nothing really changed about how keys are checked, so if it worked in 1.0.3 it should work in 1.1.0. In 1.1.0, do other keybinds work, like LeftAlt, or is it only ThumbMouseButton and ThumbMouseButton2 that don't work?
is it possible to make double tap B on gamepad doge? double tap to crouch (and always doge first is odd) i tried changing in config/main.lua's but not sure what i would need to put there to make it work or if its even possible. or maybe if there is a way to get hold button to enter crouch and single tap for doge? :)
211 comments
LoginId:646de7694029c3e29b393dae89d3ceea
EpicAccountId:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000022d1358edcc
UE4SS!RC::Unreal::UObjectBase::GetInternalIndex() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\Unreal\src\UObject.cpp:57]
UE4SS!`RC::LuaType::UObjectBase<RC::Unreal::UObject,RC::LuaType::UObjectName>::setup_member_functions<1>'::`2'::<lambda_17>::<lambda_invoker_cdecl>() [D:\a\RE-UE4SS\RE-UE4SS\UE4SS\include\LuaType\LuaUObject.hpp:717]
UE4SS!RC::LuaMadeSimple::TRY<`RC::LuaMadeSimple::process_lua_function'::`2'::<lambda_1> >() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaMadeSimple\include\LuaMadeSimple\LuaMadeSimple.hpp:782]
UE4SS!RC::LuaMadeSimple::process_lua_function() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaMadeSimple\src\LuaMadeSimple.cpp:1018]
UE4SS!precallC() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaRaw\src\ldo.c:507]
UE4SS!luaD_precall() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaRaw\src\ldo.c:570]
UE4SS!luaV_execute() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaRaw\src\lvm.c:1636]
UE4SS!ccall() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaRaw\src\ldo.c:612]
UE4SS!luaD_rawrunprotected() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaRaw\src\ldo.c:147]
UE4SS!luaD_pcall() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaRaw\src\ldo.c:927]
UE4SS!lua_pcallk() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaRaw\src\lapi.c:1067]
UE4SS!RC::LuaMadeSimple::Lua::call_function() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\LuaMadeSimple\src\LuaMadeSimple.cpp:847]
UE4SS!`RC::script_hook'::`2'::<lambda_1>::operator()() [D:\a\RE-UE4SS\RE-UE4SS\UE4SS\src\Mod\LuaMod.cpp:3813]
UE4SS!RC::TRY<`RC::script_hook'::`2'::<lambda_2> >() [D:\a\RE-UE4SS\RE-UE4SS\UE4SS\include\ExceptionHandling.hpp:27]
UE4SS!RC::script_hook() [D:\a\RE-UE4SS\RE-UE4SS\UE4SS\src\Mod\LuaMod.cpp:3856]
UE4SS!RC::Unreal::HookedProcessLocalScriptFunction() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\Unreal\src\Hooks.cpp:576]
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
UE4SS!RC::Unreal::HookedProcessEvent() [D:\a\RE-UE4SS\RE-UE4SS\deps\first\Unreal\src\Hooks.cpp:472]
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
OblivionRemastered_Win64_Shipping
kernel32
ntdll
Is this the only ue4ss mod you're using?
What does your config for this mod look like?
so i have to press too button to doge ?
I changed the config to the following, but it does nothing in game so I assume I did it wrong...
-- Change this if you're playing on mouse and keyboard.
dodge_key = "-",
Thank you.
dodge_key = "Hyphen",
I tried ThumbMouseButton and ThumbMouseButton2 but they don't work.
Edit: Nevermind, I decided to use LeftAlt since it's more sensible anyway. Works well, thank you :)
In 1.1.0, do other keybinds work, like LeftAlt, or is it only ThumbMouseButton and ThumbMouseButton2 that don't work?
DoubleTap version
or maybe if there is a way to get hold button to enter crouch and single tap for doge? :)
I spent so much time troubleshooting this but turns out I'm an idiot.
Make sure that you have 25 in Acrobatics, otherwise your character won't have the ability to dodge.