Looks like this is option for nvidia.That screenshot was just testing different values. No matter what settings I chose, I didn't get the checkbox. Also when using the exact settings from your screenshot.
Do I need any specific driver settings? Or does it depend on GPU brand?
next update soonAttack option "relative by enemy position" is currently broken for some reason, any way to fix this?
local a = 0
game.hookScript(game.script.game_get_console_command, function(...)
print("Hook")
a = a + 1
if a <= 5 then
local s = ""
for i = 1, select("#", ...) do
s = s .. tostring(select(i, ...)) .. " "
end
print("CONSOLE CMD", a, "blocked, params were: ", s)
return false
elseif a <= 10 then
return 2, 1, 4 --set team 1 bot count to 4. At least for NW
elseif a == 15 then
game.hookScript(game.script.game_get_console_command, nil)
end
end)
Send me your tld version and your save game before this bug occured.I was told to post here by the TLD mod community. There is a bug that WSE2 causes involving prisoners. In the mod you can talk to the prisoner and kill them. This removes the prisoner from the players party, but gives them an item in return. The problem is that after killing the prisoner and receiving the item, the prisoner stays in the players party.
That didn't work but it did help a bit, i did find a solution i just had to cap my fps to something i was consistently reaching(previously capped to 999), it completely removed all lag and made the game ALOT smoother so i highly recommend anyone having frame skipping or whatever to do the same. But you didn't answer my question, am i fine with using bannerpage or will i encounter issues with WSE2?Try disable sound occlusion
Hello. Send me your Perisno version and your save game.Hi. After last update of Wse2 I have many problems with loading saved games(Perisno), because of exception access violation
(0xC0000005, 0x00000001, 0x9405BC28 .
I can load game normally in vannilla launcher. I heard that other people have the same problem as me. Hope you can solve this, and thanks for your great work.