Custom Game Client for Mac Users == Updated: 3/15 10pmEST :

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

Moderator: Phades

Custom Game Client for Mac Users == Updated: 3/15 10pmEST :

Postby Phades » Tue Mar 15, 2011 5:28 pm

I'm attempting to get a custom client working for Mac users. Keep in mind that I don't own or use a mac. So, this is experimental.


No longer experimental. This is working for Mac users.

V.2

Directions:
-Download the MAC/OSX custom client here: http://odditown.taggedup.com/
-Unzip the downloaded file enderMac32.zip to it's OWN folder. Do not stick it with other files. Example: unzip to "/Downloads/Games/HnH/CustomClient/"
-Open run.command to play the game.
*Note: You must have the latest version of Java (1.6 or above) installed on your mac. To find out your java version, open Terminal and type: "java -version"

This is a re-work of the Ender client for macs.

Troubleshooting:
Post the exact error and symptoms you receive so that you can be assisted.

If you get an access denied error then:
Go to terminal and type chmod 755 and drag the haven.jar into the terminal window after pressing space once after 755.

If you are using MAC OS/X ver 10.5.8 or earlier (pre-snow leopard) then you will need to install the 32bit OpenJDK 1.6. Please refer to this thread: http://www.havenandhearth.com/forum/viewtopic.php?f=2&t=17975&start=0
Last edited by Phades on Wed Mar 30, 2011 5:28 am, edited 11 times in total.
-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby fart69 » Tue Mar 15, 2011 5:32 pm

Ender and Gilbertus already work fine on OSX...
fart69
 
Posts: 72
Joined: Thu Mar 03, 2011 8:04 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby Phades » Tue Mar 15, 2011 5:55 pm

fart69 wrote:Ender and Gilbertus already work fine on OSX...


I'm told otherwise. Also, there is no W5 update for Gilbertus unless it is my other update that people are using. If so, can you confirm what changes and/or windows mods were necessary if any to get it working on your Mac. For example, are you running these clients on OSS using Virtual PC?
-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby EnderWiggin » Tue Mar 15, 2011 6:04 pm

you forgot to add -r ./res to command file. My client won't work without this.
User avatar
EnderWiggin
 
Posts: 1070
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby Phades » Tue Mar 15, 2011 6:09 pm

EnderWiggin wrote:you forgot to add -r ./res to command file. My client won't work without this.


Ahh.. Indeed. Complete oversight. Forgot that you added your own res files. I was focusing more on converting the .dll files over to what Macs can use.

Updated the post and download file.
-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby Freikugel » Tue Mar 15, 2011 6:25 pm

Following the above steps:
Last login: Tue Mar 15 10:21:26 on ttys000
/Users/name/Desktop/haven/CustomClient/run.command ; exit;
na-me's-iMac:~ name$ /Users/name/Desktop/haven/CustomClient/run.command ; exit;
/Users/name/Desktop/haven/CustomClient/run.command: line 1: cd: /Desktop/haven/CustomClient: No such file or directory
Unable to access jarfile haven.jar
logout

[Process completed]
User avatar
Freikugel
 
Posts: 12
Joined: Wed Jan 19, 2011 11:16 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby Phades » Tue Mar 15, 2011 6:39 pm

Freikugel wrote:Following the above steps:
Last login: Tue Mar 15 10:21:26 on ttys000
/Users/name/Desktop/haven/CustomClient/run.command ; exit;
na-me's-iMac:~ name$ /Users/name/Desktop/haven/CustomClient/run.command ; exit;
/Users/name/Desktop/haven/CustomClient/run.command: line 1: cd: /Desktop/haven/CustomClient: No such file or directory
Unable to access jarfile haven.jar
logout

[Process completed]


Try removing the first / after cd in your run.command file:
Code: Select all
cd Desktop/haven/CustomClient/
Last edited by Phades on Tue Mar 15, 2011 7:38 pm, edited 2 times in total.
-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby Freikugel » Tue Mar 15, 2011 7:01 pm

My run.command looks like this:
cd: Desktop/haven/CustomClient
java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

It still gives me the same error:
Last login: Tue Mar 15 11:00:08 on ttys000
/Users/name/Desktop/haven/CustomClient/run.command ; exit;
na-me's-iMac:~ name$ /Users/name/Desktop/haven/CustomClient/run.command ; exit;
/Users/name/Desktop/haven/CustomClient/run.command: line 1: cd:: command not found
Unable to access jarfile haven.jar
logout

[Process completed]
User avatar
Freikugel
 
Posts: 12
Joined: Wed Jan 19, 2011 11:16 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby Phades » Tue Mar 15, 2011 7:42 pm

Freikugel wrote:My run.command looks like this:
cd: Desktop/haven/CustomClient
java -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res

It still gives me the same error:
Last login: Tue Mar 15 11:00:08 on ttys000
/Users/name/Desktop/haven/CustomClient/run.command ; exit;
na-me's-iMac:~ name$ /Users/name/Desktop/haven/CustomClient/run.command ; exit;
/Users/name/Desktop/haven/CustomClient/run.command: line 1: cd:: command not found
Unable to access jarfile haven.jar
logout

[Process completed]


remove the ":" after cd and put an extra "/" after CustomClient

cd Desktop/haven/CustomClient/

Also, make sure that is the correct directory where the files are found. There shouldn't be another folder in CustomClient. Upon opening it you should be able to immediately see haven.jar and the rest of the files.
-Diadems of Odditown
Odditown loves you no matter what.
User avatar
Phades
 
Posts: 352
Joined: Tue Jan 25, 2011 9:07 pm

Re: Game Client for Mac Users: W5 Update attempt

Postby Freikugel » Tue Mar 15, 2011 8:29 pm

Thank you Phades, works like a charm. :)
User avatar
Freikugel
 
Posts: 12
Joined: Wed Jan 19, 2011 11:16 pm

Next

Return to The Wizards' Tower

Who is online

Users browsing this forum: Ahrefs [Bot] and 12 guests