Amber Client

Forum for alternative clients, mods & discussions on the same.

Re: Amber Client

Postby borka » Fri Jan 17, 2020 10:09 pm

vatas wrote:Also, could romovs write a short FAQ for people interested in making client translation in their native language?


https://github.com/romovs/amber/wiki/Localization (howto)
https://github.com/romovs/amber/tree/master/l10n

(or unpack l10n.jar in your Amber folder with 7zip)

in simple words (better read romovs howto!)
... copy xxxxx_en.properties - translate ... rename to i.e. xxxxx_fr.properties ... upload ... pm url to romovs
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Amber Client

Postby pawnchito » Fri Jan 17, 2020 10:57 pm

Thanks for your work romovs you are as always amazing. If you play this game and need anything please hit us up I'm sure we humble crowd could offer you a harvest.

Working on learning to code. Is it frowned upon or taboo to use people works like this and just add shit through google and monkey brain?
User avatar
pawnchito
 
Posts: 1086
Joined: Sat Apr 07, 2018 11:52 pm

Re: Amber Client

Postby MagicManICT » Fri Jan 17, 2020 11:33 pm

pawnchito wrote: Is it frowned upon or taboo to use people works like this and just add shit through google and monkey brain?

Check out the "copyright" codes for open source software.
Specific Haven client code information: http://www.havenandhearth.com/portal/doc-src
GNU LGPL (Lesser General Public Licensing): http://www.gnu.org/licenses/lgpl-3.0.html

In general, it's considered kosher to use another author's code that is open source without needing to ask permission in your own works as long as proper attribution is given. Details of how it is done is dependent upon the licensing used.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18437
Joined: Tue Aug 17, 2010 1:47 am

Re: Amber Client

Postby Dragho » Sat Feb 01, 2020 2:33 pm

Hey guys, I know that this is probably fixed somewhere in this thread but to dig through ~500 pages is not fun at all.

My Amber client crashes without any trace, it opens a cmd window for a second, then something like small game window appears and that's it. Can I ask you guys for help :(
Dragho
 
Posts: 18
Joined: Thu Jul 01, 2010 3:18 pm

Re: Amber Client

Postby MagicManICT » Sat Feb 01, 2020 9:13 pm

Dragho wrote:Hey guys, I know that this is probably fixed somewhere in this thread but to dig through ~500 pages is not fun at all.

My Amber client crashes without any trace, it opens a cmd window for a second, then something like small game window appears and that's it. Can I ask you guys for help :(

It's a few pages back. See this post viewtopic.php?f=49&t=40400&start=4570#p844950 and let us know what gets posted in the command window.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18437
Joined: Tue Aug 17, 2010 1:47 am

Re: Amber Client

Postby Dragho » Sat Feb 01, 2020 10:46 pm

MagicManICT wrote:
Dragho wrote:Hey guys, I know that this is probably fixed somewhere in this thread but to dig through ~500 pages is not fun at all.

My Amber client crashes without any trace, it opens a cmd window for a second, then something like small game window appears and that's it. Can I ask you guys for help :(

It's a few pages back. See this post viewtopic.php?f=49&t=40400&start=4570#p844950 and let us know what gets posted in the command window.


Adding "pause" at the end did not stop the windows form disappearing but I did menaged to workaround it(?) by running hafen.jar and I got this error message when I tried to login into my account:


1.75.1.f1839648
Windows 10 10.0 x64, 1.8.0_211 x86
NVIDIA Corporation (GeForce GTX 1060 6GB/PCIe/SSE2) - 4.6.0 NVIDIA 441.87

java.lang.IllegalArgumentException: hostname can't be null
at java.net.InetSocketAddress.checkHost(Unknown Source)
at java.net.InetSocketAddress.<init>(Unknown Source)
at haven.SslHelper.connect(SslHelper.java:155)
at haven.AuthClient.<init>(AuthClient.java:49)
at haven.Bootstrap.run(Bootstrap.java:149)
at haven.MainFrame.run(MainFrame.java:268)
at java.lang.Thread.run(Unknown Source)
Dragho
 
Posts: 18
Joined: Thu Jul 01, 2010 3:18 pm

Re: Amber Client

Postby borka » Sat Feb 01, 2020 11:19 pm

normal behavoir when starting hafen.jar directly

post your run.bat and the whole path where Java resides on your system (i.e. C:\Program Files\Java\jre1.8.0_241\ )
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Amber Client

Postby Dragho » Sun Feb 02, 2020 10:28 am

borka wrote:normal behavoir when starting hafen.jar directly

post your run.bat and the whole path where Java resides on your system (i.e. C:\Program Files\Java\jre1.8.0_241\ )


.bat file contains this:
Code: Select all
start javaw -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
pause


And java path:
Code: Select all
C:\Program Files\Java\jre1.8.0_241
Dragho
 
Posts: 18
Joined: Thu Jul 01, 2010 3:18 pm

Re: Amber Client

Postby borka » Sun Feb 02, 2020 3:09 pm

Code: Select all
start javaw -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
Pause


this is my run.bat which works and leaves the cmd window open - while i have the environment variables set (sadly you'll have to edit it with every Java update)

https://javatutorial.net/set-java-home-windows-10

alternativly you may edit a second bat file with notepad i.e. pathrun.bat for a test

Code: Select all
"C:\Program Files\Java\jre1.8.0_241\bin\javaw.exe" -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
Pause
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Amber Client

Postby ctopolon4 » Fri Feb 07, 2020 9:52 pm

hello Romovs.
could you patch map render from vanilla client (unlimited zoom instead of 5lvl +- in amber).
Image
User avatar
ctopolon4
 
Posts: 738
Joined: Sun Jun 03, 2018 2:28 pm
Location: mom's basement

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: succubus_polyamorous and 12 guests