Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby quxup » Wed Jun 24, 2015 5:31 pm

I read it's possible to change ingame font size with this mod. How does one change ingame text size? Thank you!
quxup
 
Posts: 4
Joined: Wed Jun 24, 2015 5:06 pm

Re: Salem Client by Ender

Postby Kato » Wed Jun 24, 2015 11:50 pm

I apologize in advance if this has been gone over before. I did read a ton of the posts but I did not really understand the bit that did touch on it.

My issue is that my mini map is overloaded with yellow dots. I did read that you could change what icons are shown on the map and which ones were not by editing the radar.xml file. I found the file but that is where I got lost.
One of the items I do not want to show up is Autumn Grass. Now that falls under the category of herbs and the line says <group name="herb" show="true" tooltip="true" color="#ffff00"> but how do I make it not show autumn grass but still show the lime, flint etc that are also under herbs ?

Also, on my minimap when I cursor over Daisy instead of saying Daisy actually says gfx/terobjs/herbs/daisy

If easier, is there some way to revert the mini map back to the original games mini map but keep the zoom feature ?
I apologize again if the answer is obvious or gone over before, but I know nothing about computer stuff, I can barely turn mine on without help. 8-)
Kato
Customer
 
Posts: 9
Joined: Mon Jul 29, 2013 11:19 pm

Re: Salem Client by Ender

Postby Synnestry » Wed Jun 24, 2015 11:57 pm

Kato wrote:I apologize in advance if this has been gone over before. I did read a ton of the posts but I did not really understand the bit that did touch on it.

My issue is that my mini map is overloaded with yellow dots. I did read that you could change what icons are shown on the map and which ones were not by editing the radar.xml file. I found the file but that is where I got lost.
One of the items I do not want to show up is Autumn Grass. Now that falls under the category of herbs and the line says <group name="herb" show="true" tooltip="true" color="#ffff00"> but how do I make it not show autumn grass but still show the lime, flint etc that are also under herbs ?

Also, on my minimap when I cursor over Daisy instead of saying Daisy actually says gfx/terobjs/herbs/daisy

If easier, is there some way to revert the mini map back to the original games mini map but keep the zoom feature ?
I apologize again if the answer is obvious or gone over before, but I know nothing about computer stuff, I can barely turn mine on without help. 8-)


<group name="hide" show="false" tooltip="true" color="#ffff00">
Cut the FULL line of each item you want to hide from its group and paste it here.
i.e. <marker match="gfx/terobjs/herbs/autumngrass" text="AutumnGrass" />
</group>

Or just edit the individual items you want to hide like this:

<marker pattern="gfx/kritter/squirrel/.+" show="false" text="Squirrel" color="#ffff00" />
As if I care.
User avatar
Synnestry
 
Posts: 265
Joined: Sat Feb 28, 2015 8:20 pm

Re: Salem Client by Ender

Postby Kandarim » Thu Jun 25, 2015 7:55 am

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

Re: Salem Client by Ender

Postby Argentis » Thu Jun 25, 2015 1:44 pm

java.lang.RuntimeException: Delayed error in resource paginae/add/hotkey (v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource.checkerr(Resource.java:1512)
at haven.Resource.layer(Resource.java:1396)
at haven.Resource.layer(Resource.java:1405)
at haven.MenuGrid.cons(MenuGrid.java:103)
at haven.MenuGrid.updlayout(MenuGrid.java:155)
at haven.MenuGrid.tick(MenuGrid.java:595)
at haven.Widget.tick(Widget.java:490)
at haven.GameUI.tick(GameUI.java:698)
at haven.Widget.tick(Widget.java:490)
at haven.UI.tick(UI.java:160)
at haven.HavenPanel.run(HavenPanel.java:447)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource paginae/add/hotkey(v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource$Loader.handle(Resource.java:446)
at haven.Resource$Loader.run(Resource.java:420)
... 1 more
Caused by: java.io.FileNotFoundException: http://game.salemthegame.com/res/paginae/add/hotkey.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:370)
at haven.Resource$TeeSource.get(Resource.java:266)
at haven.Resource$Loader.handle(Resource.java:439)
... 2 more


Every time I connect.
User avatar
Argentis
 
Posts: 1667
Joined: Sun Jan 06, 2013 8:59 pm

Re: Salem Client by Ender

Postby Kandarim » Thu Jun 25, 2015 2:16 pm

that's an issue with my client, not Ender's, I'm pretty sure.
You probably want to update your launcher, or delete lclient-res.jar and try again.
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

Re: Salem Client by Ender

Postby Kato » Tue Jun 30, 2015 9:36 am

Synnestry wrote:
<group name="hide" show="false" tooltip="true" color="#ffff00">
Cut the FULL line of each item you want to hide from its group and paste it here.
i.e. <marker match="gfx/terobjs/herbs/autumngrass" text="AutumnGrass" />
</group>

Or just edit the individual items you want to hide like this:

<marker pattern="gfx/kritter/squirrel/.+" show="false" text="Squirrel" color="#ffff00" />


First off, thanks for the reply.
Now, let me see if I understand this correctly.
If I want autumn grass to not show up I add this line to the file...

<marker pattern="gfx/terobjs/herbs/autumngrass.+" show="false" text="Autumn Grass" color="#ffff00" />
OR
do I have to add this line:
<marker match="gfx/terobjs/herbs/autumngrass" text="AutumnGrass" /> </group>
OR
do I add match line then the marker line ?

Sorry, kind of confused
Kato
Customer
 
Posts: 9
Joined: Mon Jul 29, 2013 11:19 pm

Re: Salem Client by Ender

Postby Synnestry » Tue Jun 30, 2015 10:22 am

If you use this option:

<group name="hide" show="false" tooltip="true" color="#ffff00">
Cut the FULL line of each item you want to hide from its group and paste it here.
i.e. <marker match="gfx/terobjs/herbs/autumngrass" text="AutumnGrass" />
</group>

You'll want to create a new group at the bottom, like this:

<group name="hide" show="false" tooltip="true" color="#ffff00">
<marker match="gfx/terobjs/herbs/autumngrass" text="AutumnGrass" />
</group>

Just find this line <marker match="gfx/terobjs/herbs/autumngrass" text="AutumnGrass" /> that is already in your radar file, cut and paste it into the new group.


The other option is to find the line in your file and edit to this:

<marker pattern="gfx/terobjs/herbs/autumngrass.+" show="false" text="AutumnGrass" color="#ffff00" />


OR Even better, read the post that Kandarim suggested. It is quite nice.

viewtopic.php?f=11&t=13437
As if I care.
User avatar
Synnestry
 
Posts: 265
Joined: Sat Feb 28, 2015 8:20 pm

Re: Salem Client by Ender

Postby Kandarim » Tue Jun 30, 2015 12:11 pm

TLDR:

marker match is for literal strings
marker pattern is for regexes (e.g. gfx/terobjs/.+ will match any string starting with gfx/terobjs/ and containing at least one more character).

The key to not displaying it is to add show="false". Individual settings take precedence over group properties.
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

Re: Salem Client by Ender

Postby rorra » Wed Jul 01, 2015 6:51 pm

I cannot add food to my hotkeys, whenever I draw food to any hotkey slot it drops to the floor, any special way to do it? although I can add combat movements without problem with drawing.

Also, is there a way to setup custom images on the radar? I read and know how to setup different colors and whether to show them or not, just wondering if I could setup custom icon images.
rorra
 
Posts: 52
Joined: Fri Apr 26, 2013 11:40 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 15 guests