Salem performance

Ask and answer any and all questions pertaining to Salem's game-play.

Re: Salem performance

Postby sudoGG » Sat May 09, 2015 1:43 am

so, can anyone tell me how to unistall all the clients and start again to check if with a fresh install works fine?

thanks again!
sudoGG
 
Posts: 9
Joined: Mon Mar 25, 2013 10:51 pm

Re: Salem performance

Postby Synnestry » Sat May 09, 2015 1:45 am

Dallane wrote:
Synnestry wrote:It can? maybe I just didn't poke around on ender enough with the crop and tree scaling, chat font size etc? I'll have a relook at it then, can't hurt!


Tinker with the code. It's really fun if you are into it.


Ah, I see. Def. will give it a go then, love breaking stuff in the process of fixing it! :D
As if I care.
User avatar
Synnestry
 
Posts: 265
Joined: Sat Feb 28, 2015 8:20 pm

Re: Salem performance

Postby Synnestry » Sat May 09, 2015 1:47 am

sudoGG wrote:so, can anyone tell me how to unistall all the clients and start again to check if with a fresh install works fine?

thanks again!


Just unistall them the same way you uninstall other programs under ..Add/Remove programs? Prob would do that, reboot computer, download the client you want and go from there.
As if I care.
User avatar
Synnestry
 
Posts: 265
Joined: Sat Feb 28, 2015 8:20 pm

Re: Salem performance

Postby Nikixos » Sat May 09, 2015 1:55 am

Start > Run > Salem
Delete directory, that should do
Image Image
User avatar
Nikixos
 
Posts: 1621
Joined: Mon Jan 21, 2013 9:03 am
Location: Mexico

Re: Salem performance

Postby Claeyt » Sat May 09, 2015 2:30 am

You can turn off the nice looking water and shadows in the options menu, that usually helps.
jorb wrote:(jwhitehorn) you are an ungrateful, spoiled child


As the river rolled over the cliffs, my own laughing joy was drowned out by the roaring deluge of the water. The great cataract of Darwoth's Tears fell over and over endlessly.
User avatar
Claeyt
 
Posts: 5166
Joined: Mon Dec 24, 2012 4:02 pm

Re: Salem performance

Postby TemplarKnight » Sat May 09, 2015 3:24 am

anyone know the command to show fps?
Image
User avatar
TemplarKnight
 
Posts: 143
Joined: Thu Feb 20, 2014 10:50 am

Re: Salem performance

Postby Chiprel » Sat May 09, 2015 4:24 am

TemplarKnight wrote:anyone know the command to show fps?


You need to start the game with -d parameter. Then you'll see fps in bottom left corner.

Create run.bat file inside youruser/salem/bin/

for latikai:
"java.exe" -Dhaven.resurl="http://game.salemthegame.com/res/" -Dhaven.defserv="game.salemthegame.com" -jar lsalem.jar -d

for ender:
"java.exe" -Dhaven.resurl="http://game.salemthegame.com/res/" -Dhaven.defserv="game.salemthegame.com" -jar salem.jar -d

You might have to put in whole java path instead of just "java.exe" if you are on the win xp by any chance.
Like: "C:\Program Files\Java\jre1.8.0_31\bin\java.exe" instead of just "java.exe"



As for fps. I was getting whole 6-14 fps in my town on 2,2ghz processor(the most annoying thing wasn't really fps but the stuttering. Every 1-2sec game wouldn't refresh/render for 0.1-0.3sec causing really annoying stuttering). I'm not playing anymore but after changing CPU I jumped in to check the fps.
Currently I have AMD Phenom II x4 955 BE (3,2ghz). Fps in my town is at 16-18. With all gfx options on its 12-18. (no stuttering). Overclocking CPU to 3,8ghz gives me whooping 1-3fps boost. The fps I said right now are taken from my memory so they might be slightly wrong. I tested it like 2-3months ago.
CPU usage on old cpu was max (25%. Had 4 cores).
CPU usage on new cpu was 20%-25% so 1 core operating at 80-100% most of the time.

I did testing in my village instead of Providence as in main town we have different ammount of players each minute. And it really can drain your fps to the bottom =)

PS. I'm not sure about gfx card usage anymore. But I recall it was quite low. Graphic card is AMD HD 7670 1024mb.
At one point loftar was trying to help me with the stuttering and fps problem but it didn't really bear fruit =p

Salem works much much better with nvidia cards than with amd. For amd lots of graphic stuff is being handled by cpu instead of gpu. Cause of amd 'awesome' support for opengl :P

PS2. If you have the stuttering i mentioned before. You can probably fix it at least for wilderness. Just install smaller tiles graphic mod(if there is one still avaible these days). 32x32 or 16x16 tiles instead of default 128x128 (i think thats default res of them) ground textures will help a lot :)
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

Re: Salem performance

Postby Nikixos » Sat May 09, 2015 4:33 am

If you have problems with fps
I have to admit the terrain takes a massive ammount of resources, which makes the game VERY SLOW (needs a fix)
if you install this textures you will see a huge improvement, you can delete some of the textures in the folder to play the way you want to play, e.g. Delete the autumn forest textures if your base is in an autumn forest. Keep desert, crag, beach textures if you only see those in providence.
viewtopic.php?f=11&t=10131
Image Image
User avatar
Nikixos
 
Posts: 1621
Joined: Mon Jan 21, 2013 9:03 am
Location: Mexico

Re: Salem performance

Postby TemplarKnight » Sat May 09, 2015 4:47 am

Chiprel wrote:
TemplarKnight wrote:anyone know the command to show fps?


You need to start the game with -d parameter. Then you'll see fps in bottom left corner.

Create run.bat file inside youruser/salem/bin/

for latikai:
"java.exe" -Dhaven.resurl="http://game.salemthegame.com/res/" -Dhaven.defserv="game.salemthegame.com" -jar lsalem.jar -d

for ender:
"java.exe" -Dhaven.resurl="http://game.salemthegame.com/res/" -Dhaven.defserv="game.salemthegame.com" -jar salem.jar -d

You might have to put in whole java path instead of just "java.exe" if you are on the win xp by any chance.
Like: "C:\Program Files\Java\jre1.8.0_31\bin\java.exe" instead of just "java.exe"



As for fps. I was getting whole 6-14 fps in my town on 2,2ghz processor(the most annoying thing wasn't really fps but the stuttering. Every 1-2sec game wouldn't refresh/render for 0.1-0.3sec causing really annoying stuttering). I'm not playing anymore but after changing CPU I jumped in to check the fps.
Currently I have AMD Phenom II x4 955 BE (3,2ghz). Fps in my town is at 16-18. With all gfx options on its 12-18. (no stuttering). Overclocking CPU to 3,8ghz gives me whooping 1-3fps boost. The fps I said right now are taken from my memory so they might be slightly wrong. I tested it like 2-3months ago.
CPU usage on old cpu was max (25%. Had 4 cores).
CPU usage on new cpu was 20%-25% so 1 core operating at 80-100% most of the time.

I did testing in my village instead of Providence as in main town we have different ammount of players each minute. And it really can drain your fps to the bottom =)

PS. I'm not sure about gfx card usage anymore. But I recall it was quite low. Graphic card is AMD HD 7670 1024mb.
At one point loftar was trying to help me with the stuttering and fps problem but it didn't really bear fruit =p

Salem works much much better with nvidia cards than with amd. For amd lots of graphic stuff is being handled by cpu instead of gpu. Cause of amd 'awesome' support for opengl :P

PS2. If you have the stuttering i mentioned before. You can probably fix it at least for wilderness. Just install smaller tiles graphic mod(if there is one still avaible these days). 32x32 or 16x16 tiles instead of default 128x128 (i think thats default res of them) ground textures will help a lot :)


thanks it worked
had been trying :fps,:fps show,:show fps,:Display fps and many more. :lol:
Image
User avatar
TemplarKnight
 
Posts: 143
Joined: Thu Feb 20, 2014 10:50 am

Re: Salem performance

Postby Kandarim » Sat May 09, 2015 5:21 pm

sudoGG wrote:so, can anyone tell me how to unistall all the clients and start again to check if with a fresh install works fine?

thanks again!


you don't need to do anything to "purge" my client: simply starting ender's version using his loader will use the files from his client. If you really want to delete the actual files, you can find them in ~/Salem/bin.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Previous

Return to Help!

Who is online

Users browsing this forum: No registered users and 276 guests