Warband Script Enhancer 2 (v1.1.2.0)

Users who are viewing this thread

Unfortunately Warband doesn't have skinning version for faceshader by default. This is not a problem for the Native, but results in poor performance in modules like Viking Conquest with lots of half-naked bodys.
Ok, I probably get it.
 
When the dialog box is displayed, it cannot be clicked, and the game can only be forced to exit.
But it operates normally with WSE4.8.6.
This is my mod and save file for testing. Just load the file to start the first battle. Press F4 to display the dialog box.
Save File
My Mod

t2OX5.png
 
Last edited:
1.0.8.7
-Removed 32 num samples cap for sounds.
-Added player_get_wse2_version operation.
-Refixed sf_always_send_via_network sound flag.
-Fixed cursor visibility for mbYesNoWindow.
-Added WSE version to xml server info.
-Added joined player's WSE2 version to dedicated server logs.


Warning! With more than 32 samples per sound there will be an loading error in vanilla Warband engine.
 
I sincerly appreciate for your work.

Please check whether there is a problem with FXAA settings.Anyway, It exists for me.
 
what's the problem?

I run my mod in WSE2 and get a black screen with FXAA or Post Processing Filter enabled.
You need to edit postFX.fx file from your module and add to the end this strings
Code:
#if WSE2
#include "postFX_WSE2.fx"
#endif
 
what's the problem?

I run my mod in WSE2 and get a black screen with FXAA or Post Processing Filter enabled.
You need to edit postFX.fx file from your module and add to the end this strings
Code:
#if WSE2
#include "postFX_WSE2.fx"
#endif
It was solved quickly, thanks!
 
Back
Top Bottom