Hi,
Well I’ve just been playing with compiling a SP mod, and have the
following tips:
Ok, there is 1 huge problem getting SP mods to work under Windows,
that being, the sp dll’s are in the root folder, so Windows will always
use these dll’s, as they are the first ones it finds, no matter if you add
fs_game or not
However under Linux, the binaries are in the main folder !!!, and running
your SP mod is a breeze.
Solution… move the original sp dll’s from the root folder to the main
folder, put your mod dll’s in your mod folder, wolla… everything works
fine… normal SP works & your mod will too
I guess the easiest way to achive this is to write a windows installer script
with your mod install, that moves the standard SP dll’s for you, as to
expect players to move the files manually is asking for problems !! hehe
Perhaps this is a cock up in the windows installation of wolf ?
Hewster