Page 163 of 172

Re: Salem Client by Ender

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

Re: Salem Client by Ender

PostPosted: Wed Jun 24, 2015 11:50 pm
by Kato
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-)

Re: Salem Client by Ender

PostPosted: Wed Jun 24, 2015 11:57 pm
by Synnestry
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" />

Re: Salem Client by Ender

PostPosted: Thu Jun 25, 2015 7:55 am
by Kandarim

Re: Salem Client by Ender

PostPosted: Thu Jun 25, 2015 1:44 pm
by Argentis
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.

Re: Salem Client by Ender

PostPosted: Thu Jun 25, 2015 2:16 pm
by Kandarim
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.

Re: Salem Client by Ender

PostPosted: Tue Jun 30, 2015 9:36 am
by Kato
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

Re: Salem Client by Ender

PostPosted: Tue Jun 30, 2015 10:22 am
by Synnestry
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

Re: Salem Client by Ender

PostPosted: Tue Jun 30, 2015 12:11 pm
by Kandarim
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.

Re: Salem Client by Ender

PostPosted: Wed Jul 01, 2015 6:51 pm
by rorra
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.