Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby DonnEssime » Fri Nov 09, 2012 6:05 pm

jenngrll wrote:my toolbar is stuck under my humor bar and i cannot unlock i to move it, is there any way to fix this please


there is a file named windows.conf in your ~/Salem folder. You can edit it with any text-editor and find, for example, the line

Code: Select all
NumericBelt_locked=true


Guess what it has to change into ;)
DonnEssime
 
Posts: 60
Joined: Thu Sep 20, 2012 11:31 am

Re: Salem Client by Ender

Postby harflimon » Fri Nov 09, 2012 7:04 pm

DonnEssime wrote:
jenngrll wrote:my toolbar is stuck under my humor bar and i cannot unlock i to move it, is there any way to fix this please


there is a file named windows.conf in your ~/Salem folder. You can edit it with any text-editor and find, for example, the line

Code: Select all
NumericBelt_locked=true


Guess what it has to change into ;)


Unsubstantiated? Incorrect? I'm so confused. ¦]

Anyways, thanks for the help I was having this problem too.
User avatar
harflimon
 
Posts: 150
Joined: Mon Oct 01, 2012 1:21 pm

Re: Salem Client by Ender

Postby tomventura » Fri Nov 09, 2012 7:32 pm

DonnEssime wrote:
tomventura wrote:What about integrating bears and rabbits in the minimap?


they are?
if you delete the radar.xml in your ~/Salem folder, it will get replaced by the default one on client start-up.
The default one shows rabbits as white diamonds, and bears as deep red ones (timber rattles light red, deers orange, crickets green, beavers blue)


But won't that cause the minimap not to show forageables and such?

EDIT: And if it doesn't, then what is the point of Ender's radar?
tomventura
 
Posts: 12
Joined: Tue Nov 06, 2012 9:12 pm
Location: Israel

Re: Salem Client by Ender

Postby MagicManICT » Fri Nov 09, 2012 7:37 pm

There may be a newer radar file available, however, it doesn't get downloaded at launch if it's out of date like the rest of the client. I'm not sure if Ender has the client download it after start only if the file doesn't exist or if Java Web Start is responsible for handling it.

You can also manually edit in these things and change the icons and colors. You need to know how to change the XML, though. It's not hard, but getting it wrong may make it stop working.
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am

Re: Salem Client by Ender

Postby staxjax » Fri Nov 09, 2012 7:44 pm

if you delete your radar.xml in the salem folder before launching the client, it will create a new default style radar.
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Salem Client by Ender

Postby DonnEssime » Fri Nov 09, 2012 8:14 pm

tomventura wrote:
DonnEssime wrote:
tomventura wrote:What about integrating bears and rabbits in the minimap?


they are?
if you delete the radar.xml in your ~/Salem folder, it will get replaced by the default one on client start-up.
The default one ALSO shows rabbits as white diamonds, and bears as deep red ones (timber rattles light red, deers orange, crickets green, beavers blue)


But won't that cause the minimap not to show forageables and such?

EDIT: And if it doesn't, then what is the point of Ender's radar?


The oldest default radar.xml file I can remember distributed with Ender's did indeed lack a lot of entries (like some animals and a lot of forageables, or tumbleweed or the like)
The current one, however, literally has everything I ever needed (with the exception of showing leantos in the minimap, which I solved by the included line in the custom group)

Code: Select all
<marker match="gfx/terobjs/leanto" text="Leanto" color="#000000" />


But that was a personal preference from wandering days long since past :)
I'm doubtful you'd have to change anything to the current default radar (except maybe some colors or symbols or such for personal esthetical preference)

edit: also some ftfy in my own post in the quote ^^ Might be where the confusion came from.
DonnEssime
 
Posts: 60
Joined: Thu Sep 20, 2012 11:31 am

Re: Salem Client by Ender

Postby uggron » Fri Nov 09, 2012 8:33 pm

staxjax wrote:Go to the salem folder in your Windows user directory (C:\Users\yourusername\salem\). Open salem.cfg with notepad, and set "antialiasing=false".


It already says false. Is this the config for the standard client or Enders client? The standard client still works for me...

Update: Deleted the entire Salem folder and relaunched the standard client, and then the modded one. That reset all the settings for me, so it's all good now.
uggron
 
Posts: 2
Joined: Fri Nov 09, 2012 4:40 am

Re: Salem Client by Ender

Postby Amir885 » Fri Nov 09, 2012 10:18 pm

Amir885 wrote:Having a problem with this client. This never happened before but started yesterday while I was fighting a cricket. I can't craft anything....
I'd click on the inspiration/food/hay/etc and the items would highlight green in my inventory but the screen that says 'Craft' and 'Craft All' doesn't show up.
heeelllpp meehhhh


can anyone help me with this?
Amir885
 
Posts: 43
Joined: Fri Aug 24, 2012 8:42 pm

Re: Salem Client by Ender

Postby EnderWiggin » Fri Nov 09, 2012 11:05 pm

Maybe you moved it out of screen? Look into windows.conf and delete there any lines with Crafting in it. Or you can delete whole file to completely reset windows positions
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby DonnEssime » Fri Nov 09, 2012 11:59 pm

Amir885 wrote:
Amir885 wrote:Having a problem with this client. This never happened before but started yesterday while I was fighting a cricket. I can't craft anything....
I'd click on the inspiration/food/hay/etc and the items would highlight green in my inventory but the screen that says 'Craft' and 'Craft All' doesn't show up.
heeelllpp meehhhh


can anyone help me with this?


you might try the same as the above: if the crafting window is remembered to be somewhere you cannot see it (e.g. I have this often when switching between fullscreen and half-screen).

DonnEssime wrote:there is a file named windows.conf in your ~/Salem folder.


I think the lines are something with CraftWindow or the like.

edit: oops, didn't see that the big man himself answered already ^^
DonnEssime
 
Posts: 60
Joined: Thu Sep 20, 2012 11:31 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 15 guests