Mac: Difference between revisions

From PZwiki
(Added Mac offline instructions)
 
m (Automated Formatting for Infobox and Section Headers)
 
(18 intermediate revisions by 11 users not shown)
Line 1: Line 1:
Project Zomboid works great on a Mac, but only when not running in a browser as far as I can tell.
{{Improve}}


== Playing without browsers ==
== Running Project Zomboid on MacOS ==


Create a file called ProjectZomboid.command and put this in it:
# Head to the Project [https://store.steampowered.com/app/108600/Project_Zomboid/ Zomboid Steam Page on steam]
#!/bin/bash
# Install the game (Must own the game)
DATA=$HOME/Library/Caches/Java/cache/lwjglcache/cloud.projectzomboid.com/ProjectZomboid;
# Click Play!
java -Xmx1024m -Djava.library.path=$DATA/natives -cp $DATA/zombie.jar:$DATA/lwjgl.jar:$DATA/lwjgl_util.jar zombie.GameWindow


Save it and open Terminal.app (In /Applications/Utilities). Type this '''and make sure you leave a space at the end''':
== Offline/Online mode ==
chmod u+x
Then '''drag the ProjectZomboid.command''' file from the Finder in the Terminal window, which will paste the path to it, then '''press enter'''.


Now ProjectZomboid.command can be started by double-clicking on it in the Finder.
Project Zomboid offers both online/offline gameplay. The only difference between the 2 is whether you can connect to online multiplayer servers.


This has been verified to work in this environment:
Steam will only allow you to play offline (single-player) or online (multi-player) if you have installed the game prior.
zombiepie$ /usr/bin/sw_vers
 
ProductName:    Mac OS X
[[category:Project Zomboid]]
ProductVersion: 10.6.7
BuildVersion:  10J869
zombiepie$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)

Latest revision as of 08:01, 7 March 2024

WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Running Project Zomboid on MacOS

  1. Head to the Project Zomboid Steam Page on steam
  2. Install the game (Must own the game)
  3. Click Play!

Offline/Online mode

Project Zomboid offers both online/offline gameplay. The only difference between the 2 is whether you can connect to online multiplayer servers.

Steam will only allow you to play offline (single-player) or online (multi-player) if you have installed the game prior.