nico54k9 wrote:Hey, i was wondering if someone could help me out.
When im on my home internet (only my home one), the update will update certain files every single time i open it, even if there is no update to be done. It just simply downloads the files for the sake of it, and everything i have tried wont work.
does anyone else have this problem or know how to fix it?
Using same or different pc? Maybe it have something to do with user privilages? Tried running salem in administrator mode?
You could create shortcut for salem but that would skip updating part. For that go to where you salem is stored(yourUSER/salem/bin/) and create run.bat file with this text inside:
- Code: Select all
javaw -Xms1024m -Xmx1024m -Dhaven.resurl="http://plymouth.seatribe.se/res/" -Dhaven.defserv="plymouth.seatribe.se" -jar lsalem.jar
Might have to change 'javaw' to point to your java install path so it looks something like this:
- Code: Select all
"C:\Program Files\Java\jre7\bin\javaw.exe" -Xms1024m -Xmx1024m -Dhaven.resurl="http://plymouth.seatribe.se/res/" -Dhaven.defserv="plymouth.seatribe.se" -jar lsalem.jar