Cataclysm For Mac



Trying to get in on all the World of Warcraft Cataclysm action? Don't let your Mac hold you back. Watch this video and learn how to use Mac launcher to download WoW Cataclysm for free so that you can play World of Warcraft on your Mac. Iv been searching for ages for a client for mac but all the links don't work. Either the file is damaged(iv already tried the terminal fix it does not work) or the link is broken. Iv also been on DKP minus and both their mac links don't work. Any links please I'm trying to go on the Apollo server thank you. Connect to a WoW Private Server on Mac!: This Instructable will explain step by step on how to connect to a WoW private server.Make sure you do not update to Cataclysm if you want to play on Private servers. If you still want to play them make sure you make a copy of your 3.3.5 client. Downloads: 20,097, Size: 30.67 MB, License: Freeware. This is the game client for World of Warcraft, both US (mirror 1) and Europe (mirror 2), English versions. The Free Starter Edition, Mac installers, all regions and language packs, are also available from Blizzard, just follow the 3rd download link. Re: Cataclysm - Gear at max level Blizzard should create a realm for ppl like you (nonlifers). With 0,1 drop rates, 0,1 experience, 1.5x mobs damage and some limits like: You cant go to next dungeon untill you clear this one 30 times and get all the gear.


For



  • 1Windows
  • 2Linux
    • 2.1Gentoo
    • 2.2Ubuntu
  • 3Mac
  • 4Monospace fonts
    • 4.1Changing the font

Windows

Getting the game sources

  • Get Git for Windows from git-for-windows.github.io and install it.
  • Run 'Git Bash' from Start Menu
  • Go to directory where you want the copy of the game with cd, for example cd d:/games/dda
  • Run git clone https://github.com/CleverRaven/Cataclysm-DDA.git

CodeBlocks + MinGW

  • Download and install Code::Blocks, get the version with MinGW.
  • Get the current git code using the steps discussed in the section above
  • Load the codeblocks project.
  • Press 'build and run the active project' in the Code::blocks program.

Note: Sometimes Code::Blocks project file may be outdated, so check if all .cpp and .h files from the source folder are listed in your project.

For help building the tiles/SDL version, see these forum topics:

Wow Cataclysm For Mac

Linux

Outdated, please see [1]Compilation instructions differ by distribution.

Get your friendly command-line terminal pumped and ready, grab some curdled popcorn, and pull up a mouldering chair.

Gentoo

Gentoo offers built-in support for installing Cataclysm: DDA straight from GitHub sources. Which is rather nice, really.

Installation

Run the following commands at your favorite command-line terminal as the superuser (i.e., root):

  1. Install layman, if not already.
  2. Add overlay raiagent.
  3. Unmask cataclysm-dda by adding the following line to /etc/portage/package.accept_keywords.
  4. Enable USE flags 'ncurses' (installing an ncurses-based terminal interface) and/or 'sdl' (installing an SDL-based tiles interface) by adding a line like the following to /etc/portage/package.use. (You probably want both as well as a Lua interpreter, so we default to that.)
  5. Emerge cataclysm-dda.

Assuming /usr/games/bin to be in your current ${PATH}, Cataclysm: DDA should now be runnable as either:

  • cataclysm-dda-ncurses, assuming you enabled USE flag 'ncurses' above.
  • cataclysm-dda-sdl, assuming you enabled USE flag 'sdl' above.

(A rehash may be required.)

raiagent also offers a live ebuild installing the most recent Cataclysm: DDA commit. Since such commits tend to be of 'dubious stability,' this ebuild is currently hard-masked with empty KEYWORDS. To unmask it, add the following line to /etc/portage/package.accept_keywords:

'Give 'em hell, kid.'

Upgrading

  1. Move aside your old save/ subdirectory.
  2. Upgrade cataclysm-dda.

Since Cataclysm: DDA guarantees no backward compatibility with content saved by a prior version (e.g., characters, worlds, configuration files), failure to move aside your old save/ subdirectory often results in an STL exception on game startup resembling:

Ubuntu

First, open the terminal. On Ubuntu, you can find it by typing 'Terminal' into the dash and.

In order to download the latest version of Cataclysm:DDA, we will need to install git. You'll probably need to type in your password.

Now to pull the source. You're likely in your 'home' or 'root' directory in the terminal. You can use ls to list the directories and cd to move into them. Move onto the directory where you want your game to be installed then proceed:

This'll make a directory called Cataclysm-DDA and pull the source into it. It might take a while.

Type cd Cataclysm-DDA to move into the directory.

ncurses (terminal)

To compile the terminal version you'll need to install some dependencies:

Cataclysm

Now type make to compile it. If it fails, try make clean and retry make.

If it works, try running the game with ./cataclysm. If that also works, you're ready to mod.

Tiles (graphical)

Cataclysm For Mac Iso

To compile the graphical SDL version (for Ubuntu 14.04):

(Ubuntu 12.04 'Precise Pangolin' uses libsdl-ttf-2.0-dev)

Compile with make TILES=1. To compile with improved performance, compile with make TILES=1 RELEASE=1.

Further activities

Lua scripting can be enabled by installing the dependency lua5.1-dev and adding LUA=1 to the make arguments.

Run the game with ./cataclysm-tiles. It should be mentioned that SDL version sometimes runs smoother and faster.

To update the game, move into the game directory and type 'git pull'. Afterwards, type make clean (which clears all object files and such) and make to build again. There, updated!

Cataclysm for mac os

Mac

Cataclysm for macbook pro

Mac is the least supported platform, due to almost nobody owning one. Still, it seems it's pretty much solid, some errors notwithstanding.

Fixing errors

You might get these errors when compiling:

This is due to non-const copy constructors (see this), which some C++ compilers just kludge for you with auto pointer magic... and others don't (like recent XCode GCC).

To fix this change:

to:

You'll also need to change:

to:

And, finally, force a 32-bit executable:

Compile

Cataclysm For Honor

Mac OS doesn't have apt-get, so you'll need Fink or MacPorts to install libraries (This guide will be using MacPorts). Other than that, the setup is pretty much the same as with Linux. Note: that this guide currently only supports non-SDL, non-tiles builds.

Now, let's install the dependencies we'll need. It may ask you to type in your password or Y to confirm. Do it and continue.

Download and install https://code.google.com/p/rudix/downloads/detail?name=libintl-0.18.1.1-4.pkg

This is it. Now to pull the source. You're likely in your 'home' or 'root' directory in the terminal. You can use 'ls' to list the directories and 'cd' to move into them.Once you are where you want the source to be, type:

This'll make a directory called Cataclysm-DDA and pull the source into it. It might take a while.

Type:

to move into the directory. Now type:

to compile it. OS 10.10, Yosemite, seems to require

or

if you're using Macportsto compile it. If it fails, try:

If it works, try running the game with:

If that also works, you're ready to mod.

Note: Mac OS's terminal is normally set to 8-bit colors. Set it to 16-bit colors to get the colors needed for Cataclysm. An alternative may be to check the 'display bright colours for bold text' on in terminal preferences / text tab.

To update the game, move into the game directory and write:

Afterwards, type:

Then:

There, updated!

Monospace fonts

While you can use fonts of any proportion to play the game, non-monospace fonts tend to distort the visual representation of the game world by stretching buildings, vehicles, creatures, etc vertically.

To avoid that you should use fonts specified as monospace instead. Here are some of them:

Changing the font

Windows

To change the font used by the game you'll need to edit the FONTDATA file, located in the Data directory. You can edit that file by using any text editor (Windows Notepad, Notepad++, etc). Or you could rename it and give it a .txt extension or open it a build in text editor. Don't forget to remove the .txt extension after editing it.

It'll display something like this:

Change the first line to the name of the font you want to use. The other two lines are the size of the font. Cataclysm will stretch some fonts to make them bigger, where as with other fonts it will just increase the spacing between tiles. The numbers represent the size of the font in pixels, they do not have to be equal.

You'll have to experiment with different font and viewport sizes, by accessing the game's options menu (from the main menu scree or through ?, 2 while playing), until you get the game properly displayed at the size you want.

You may be able to try using fixedsys as it ships with cataclysm. If it does not work you will have to put the fixedsys.ttf font from your cataclysmdatafont folder into your windows font folder.

One more thing to mention, in order to use a font from your windows font folder with cataclysm you have to type the 'name' of the font into FONTDATA. In order to find the font name you have to open the font, and look at the very top line of the file. Write down the name exactly as it appears except leave out any bits in ()'s. For example with the fixedsys font. You would type 'Fixedsys TTF V5.00c' and NOT 'Fixedsys TTF V5.00c (True Type)'

Linux and Mac

You can change the font and size in most terminals. Depending on the terminal you can do that by right clicking and selecting Options or a similar option, or by editing its config files.

If your terminal allows creating several profiles it'd be a good idea creating one for the only purpose of playing.

Guides
Beginners
A Skill Training Encyclopedia·Choosing Martial Arts Styles·Example Character Builds·FAQ·The First Day·First Day: Dynamic Spawn Mode·First Day: Static Spawn Mode·Killing zombies·Scavenging·Weapons getting stuck
Intermediate
A Basic Forging Guide·Archer Guide·Beyond the first day·Brewing·Clothing Encumbrance·Farming·Hunting·Hobo's Guide to the Apocalypse·Night Raids·Power·Recoil·Woodland Survival·Melee Guide
Advanced
Advanced Character Build Tips·Challenge-Really Bad Day·Clearing the city·Fungal Bloom·Lab Challenge·Broken Cyborg·Marloss Berry/Mycus·Mine·Nudist Challenge·Strange Temple·Triffid Grove
Vehicles
Driving·Engines·Making a Supercar·Powered Vehicle Design Primer·Vehicle construction·Vehicle modifications·Vehicle parts·Vehicle repairs·Making your first vehicle (The humble bicycle)
Guides for mods
Mod Scenario: Seeker of the Arcane·Vehicle addition pack: How to make a basic slime vehicle
Technical
CataModder·Cheating·Creature AI·How to compile·How to search the sources·Mod Manager·Gameplay Mods·Savegame Editing·Tileset Support
Retrieved from 'http://cddawiki.chezzo.com/cdda_wiki/index.php?title=How_to_compile&oldid=28002'