SnRolls said:Now it says fmodex.dll is missing wtf?
What do i have to do to just run wse on server side on a dedicated server? to make player_set_username script to work for example?
Check whether the file is run? If necessary, you can explicitly specify exe for WSE. Create .bat file:
Code:
WSELoader.exe -p .\mb_warband_old.exe
bat file for dedicated server:
Code:
start WSELoaderServer.exe -p mb_warband_dedicated.exe -r Sample_Battle.txt -m Native
If you want players to see their name changed, you must use player_set_username on the client side