Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby Gedrean » Fri Feb 04, 2011 12:58 am

masaykh wrote:installed and reinstalled JRE many many times (win7 32) always everything work correctly.
so first step is to reinstall and then. if it not helped to try manualy set PATH enviroment
For less troubles i think what PATH better be set in run.bat
like this : PATH="c:\Program Files\Java\jre6\bin\"
and in "start" string we will have
start javaw -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

one nice thing
everyone can use this : -Djava.library.path=.
dot mean current directory where client files is.


No.
Don't change the path like that. You need to add to the path, not set it flat -otherwise a LOT of stuff isn't going to work after you do it.

PATH=$PATH;"c:\program..etc" -- I think it's $PATH; - look up in Windows how to do it..
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game Client modified by Ender

Postby masaykh » Fri Feb 04, 2011 1:19 am

i do it in my run.bat and everything work !

then PATH declared in bat file - it affect only bat file and everything what bat initiate - overal system not affected

so my suggestion have right to be tried :)

P.S. Gedrean try it and tell me what happen in your system :)
masaykh
 
Posts: 28
Joined: Mon Jan 03, 2011 3:32 am

Re: Game Client modified by Ender

Postby Gedrean » Fri Feb 04, 2011 2:14 am

masaykh wrote:i do it in my run.bat and everything work !

then PATH declared in bat file - it affect only bat file and everything what bat initiate - overal system not affected

so my suggestion have right to be tried :)

P.S. Gedrean try it and tell me what happen in your system :)


Tried in a bat file - apparently I'm still used to writing in scripts in Linux.

You're correct, It would have required an export to stay permanent. Thanks, sorry.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game Client modified by Ender

Postby Aegyen » Fri Feb 04, 2011 2:28 am

Hi, have been loving this client so far, good work!

Ran into one little hiccup atm, with the latest version: You have in the Options now, the ability to switch off various ingame objects, but it doesn't seem to be working, for me anyway. I have set the options, and even closed and restarted the client, but no joy.

Just a heads up, but not a game breaker... Keep up the fantastic work :D
Aegyen
 
Posts: 5
Joined: Mon Jan 24, 2011 2:08 am

Re: Game Client modified by Ender

Postby Gedrean » Fri Feb 04, 2011 3:03 am

Aegyen wrote:Hi, have been loving this client so far, good work!

Ran into one little hiccup atm, with the latest version: You have in the Options now, the ability to switch off various ingame objects, but it doesn't seem to be working, for me anyway. I have set the options, and even closed and restarted the client, but no joy.

Just a heads up, but not a game breaker... Keep up the fantastic work :D


Did you use Ctrl+H to actually turn On and Off hiding of those objects?
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game Client modified by Ender

Postby 2D » Fri Feb 04, 2011 5:23 am

Anyway you could make this mod available for the Mac?

I tried, but none of the functions you listed are working.

Buddha wrote:A jug fills drop by drop.

User avatar
2D
 
Posts: 19
Joined: Fri Feb 04, 2011 4:47 am
Location: United States

Re: Game Client modified by Ender

Postby novaalpha » Fri Feb 04, 2011 6:51 am

ITT: people who can't computer in general and cmd in particluar.
User avatar
novaalpha
 
Posts: 1490
Joined: Sun Dec 26, 2010 11:42 pm
Location: Sparta

Re: Game Client modified by Ender

Postby Gedrean » Fri Feb 04, 2011 10:06 am

So I finally started using this client, played around with it some.

Must say, the chat window was EXTREMELY disconcerting - the translation is awesome, but please please please add in the toggle to have it return to its original location. I've grown too used to it.

The minimap? Oh my god that was awesome. I had it full screen at one point, and it had persistence of all the previous map locations I'd been in. Finding my little X was hard, but my god how beautiful!

Features I'd love to see: The ctrl+mousewheel sorting. Want that so hard.

PS, a working .bat/.cmd file for most situations:
PATH=%PATH%;"C:\Program Files (x86)\Java\jre6\bin\"
java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

(( ED: My computer is x64 OS, so that's why the x86 there. Replace the first line with: PATH=%PATH%;"C:\Program Files (x86)\Java\jre6\bin\" if you have a 32-bit Windows ))

I still prefer prefacing the original path even in the .bat file as if anything being run requires the other path locations it can be horrid if they aren't there anymore.

I use java instead of 'start javaw' because error messages display in the command window in the background - great for troubleshooting behaviors that make no sense.

Grid made my entire machine choke for like... 10 seconds while I was speedrunning. Once I stopped I turned it off. Great for placing things and layout, horrible for running with. :)
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

Re: Game Client modified by Ender

Postby masaykh » Fri Feb 04, 2011 8:35 pm

better to use this :
Code: Select all
PATH=%PATH%;%ProgramFiles%\Java\jre6\bin\
start javaw -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

and
Code: Select all
PATH=%PATH%;%ProgramFiles%\Java\jre6\bin\
start java -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

if you want to see warnings or errors what can occur.

in this way will be no difference, 32 or 64 bit system you use, or what "Program files" directory you use and where is it^)
masaykh
 
Posts: 28
Joined: Mon Jan 03, 2011 3:32 am

Re: Game Client modified by Ender

Postby Gedrean » Sat Feb 05, 2011 3:14 am

masaykh wrote:better to use this :
Code: Select all
PATH=%PATH%;%ProgramFiles%\Java\jre6\bin\
start javaw -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

and
Code: Select all
PATH=%PATH%;%ProgramFiles%\Java\jre6\bin\
start java -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

if you want to see warnings or errors what can occur.

in this way will be no difference, 32 or 64 bit system you use, or what "Program files" directory you use and where is it^)


I like the trick there - but the start will open it as a separate task - there's no reason for the line other than to open it in another window.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 2 guests