OSX Tileset help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ZorroRoaster
    Rookie
    • Mar 2009
    • 2

    OSX Tileset help?

    I've been getting back into roguelikes, and have recently tried out 3 variants - FAAngband, OAngband, and UnAngband. I am having tileset issues with each of these.

    Specifically, if I try to load the 32x32 tiles, the graphics assigned to each item in the dungeon are wrong.

    Have a look at the attached image.

    Vanilla Angband played with 32x32 tiles works fine.

    Any ideas?

    Thanks from a newbie,

    Z
    Attached Files
  • ZorroRoaster
    Rookie
    • Mar 2009
    • 2

    #2
    I thought I'd post my own fix for this, based on the things I've read around the forums.

    Obviously, most people prefer ASCII (as do I!) but for those using OSX who want to try the tilesets, here's what I figured out:

    Right click on the executable, and choose "Show Package Contents"

    Navigate to /Contents/Resources/lib/pref/ and locate the graf-mac.prf file.

    Open this file with TextEdit.

    Replace the text in the file with the following:

    # File: graf-mac.prf

    #
    # This file defines special attr/char mappings for use in "graphics" mode
    #
    # See "lib/help/command.txt" and "src/files.c" for more information.
    #


    # Standard file
    ?:[EQU $GRAF old]
    %:graf-xxx.prf

    # New tiles
    ?:[EQU $GRAF new]
    %:graf-new.prf

    # David Gervais' tiles
    ?:[EQU $GRAF david]
    %:graf-dvg.prf


    Save the file, close the Finder window, and restart the game. It should correctly display both 16x16 and 32x32 tiles.

    Cheers,

    Z

    Comment

    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎