I downloaded the .sfs extractor, and extracted all the files, but I have no Idea where to put them. Can anyone point me in the right direction?
i assume you've extracted all sfs files into one temp folder....
... you take only files relevant to your mod ( those you've altered) and put them in gameroot\mods\"your mod folder name"
respect file structure here .... exact sub folders ( names) must be used as you have in extracted folder .
one more thing .... wrapper loads each file only once ( first one that it finds) and disregards the rest , so if you have any other mod that uses same file ( example : gui\game\pad\PlanshetFrame.tga ) game will load only first one ( alphabetically wise )
example:
mods\mod1\gui\game\pad\PlanshetFrame.tga
mods\mod2\gui\game\pad\PlanshetFrame.tga
game will load only file: PlanshetFrame.tga from mod1 folder....
hope that helps,
Z