Warband Script Enhancer 2 (v1.0.9.3)

Users who are viewing this thread

Decidius Devius

Recruit
Team: Romans
had 2 missing .dl files. installed Microsoft Visual C++ 2012 Redistributable Package (x86). ran it. reinstalled wse2. same 2 files missing :/ im missing something i guess?
 

Decidius Devius

Recruit
Team: Romans
which dll files?
"the code execution cannot proceed because d3dx9_43.dll was not found. Reinstalling the program may fix this problem."
"the code execution cannot proceed because MSVCR120.dll was not found. Reinstalling the program may fix this problem."

i did try reinstalling. i also cant open the options menu in the launch menu saying "error could not open rgl_config.ini"
 

Pompeius Crushus

Sergeant Knight at Arms
Team: Romans
WB
1.0.8.1
-Fixed crash with remove invalid parties when saving the game.
-Fixed ai_mesh_face_group_show_hide, party_quick_attach_to_current_battle operations.
-Fixed sokf_type_barrier3d and sokf_type_ai_limiter3d.
-Fixed headshot ui message.
-Fixed + sign in party window with companion level up.
 

Manolt the Sacrilegious

Recruit
Team: Barbarians
Thanks.
there are two lua files. But I found that

game.lua_push_str("t.lua");
game.lua_call("dofile",1);

could not recompile the file "t.lua".
the function Circle_Edge print old result when I change it(Circle_Edge).

but When I use ms to recompile t.lua. ,it worked.
("es_2m", [], "call_file_t", [
(lua_push_str, "@t.lua"),
(lua_call, "@dofile", 1),
]),

-- main.lua
function Reload_Lua_File()
game.lua_push_str("main.lua");
game.lua_call("abc",1);

game.lua_push_str("t.lua");
game.lua_call("dofile",1);
local A = require("t");
Circle_Edge(0,0,1,36);

end
-- in t.lua
function Circle_Edge(x,y,r,num)
for i = 0,num do
local dx= i/num*math.pi;
print(6000,i);
print(x+r*math.cos(dx));
print(x+r*math.sin(dx));
end
end
 
Last edited:

Accila the Wild

Recruit
Team: Barbarians
Thanks a lot for the latest patch. It fixed my crashes with the saving. But still rare freezing of the application happens. Game just freezes randomly. It freezes the whole system in fact. Even ctrl+alt+delete does not work. I have to restart the computer when this happens. Never seen it happen for a long time. I only observed this in either map, town menu or party menu though. Never happened in battles.

Sorry that i cannot give detailed report because it happens quite randomly.
 

Nandarbar Bigfootstomp

Recruit
Team: Barbarians
WBNWVC
Hey, I'm using newest WSE 2 version and I can tell there are some bugs that didn't show up on WSE 1.
e.g. : I can't get item id returned from ti_on_scene_prop_hit
There might be other bugs but sadly I don't have a list for them. All I can say is some stuff fixed when i downgraded server to WSE 1
 

Pompeius Crushus

Sergeant Knight at Arms
Team: Romans
WB
Hello. I can fix bugs if you provide me with a list of them and as much information as possible under what circumstances they occur.

e.g. : I can't get item id returned from ti_on_scene_prop_hit
Will be fixed in the next update.
 
Last edited:

Durmius Exiguus

Regular
Team: Romans
Hi! I'm testing it now with BannerPage and I randomly get stuck in taverns. My character is moving extremely slowly, then it sometimes normalizes and then goes back again. Is it a known issue?
 
Last edited:

Dagila Krakenarm

Recruit
Team: Barbarians
Hello. Using WSE2 launcher i cant launch the game, nor i can open the configurations and it doesnt show available mods.it gives me some 0xc000007b error. Tried reinstaling the game, unsubing mods from the workshop and reinstalled direct and microsoft visual studios . Might know what is the problem ?
 
Top Bottom