DSP and Windower
Posted: Fri Mar 27, 2015 8:50 pm
After a bit of collaboration with the Windower team, Windower now (finally) works with DSP servers.
To get started, download Windower 4 over at http://windower.net, and get the latest xiloader.exe from https://github.com/DarkstarProject/xilo ... es/latest/.
Drop xiloader.exe to your SquareEnix/PlayOnlineViewer folder (the same one that has pol.exe in it).
After that, run windower.exe in its own folder to download all the necessary stuff. Open settings.xml with an editor (or open windower and create some profiles first), since the options we need to add are not in the GUI. You'll need to add <executable>xiloader.exe</executable> to every profile, as well as <args></args> with your arguments (server, user, etc.).
As an example, here's one of my local profiles:
After that, you should be able to select your profile from the launcher and play using Windower 4!
Please note that on Windower's side, it's only kind of supported - that means asking for support from us before them if you have a problem that is specific to private servers.
Thanks, and happy HNM camping!
To get started, download Windower 4 over at http://windower.net, and get the latest xiloader.exe from https://github.com/DarkstarProject/xilo ... es/latest/.
Drop xiloader.exe to your SquareEnix/PlayOnlineViewer folder (the same one that has pol.exe in it).
After that, run windower.exe in its own folder to download all the necessary stuff. Open settings.xml with an editor (or open windower and create some profiles first), since the options we need to add are not in the GUI. You'll need to add <executable>xiloader.exe</executable> to every profile, as well as <args></args> with your arguments (server, user, etc.).
As an example, here's one of my local profiles:
Code: Select all
<profile name="local">
<consolekey>Insert</consolekey>
<mipmaplevel>6</mipmaplevel>
<uiscale>1</uiscale>
<supersampling>2</supersampling>
<bumpmapping>true</bumpmapping>
<args>--user kjLotus</args>
<executable>xiloader.exe</executable>
</profile>
Please note that on Windower's side, it's only kind of supported - that means asking for support from us before them if you have a problem that is specific to private servers.
Thanks, and happy HNM camping!