Setting player tile for idiots (me)


Ask fellow adventurers how to stay alive in the deep, dark, dangerous dungeon below, or share your own accumulated wisdom.

Snake Sneak

Posts: 117

Joined: Thursday, 29th January 2015, 19:52

Post Tuesday, 10th February 2015, 17:23

Setting player tile for idiots (me)

Fellow crawl monstahs

I'm trying to set my player tile to a specific monster in trunk (online on akrasiac or offline) and after reading the options guide (https://gitorious.org/crawl/crawl/sourc ... L1924-1946) I'm as stupid as I was before.

Only thing I got from that is that I somehow somewhere have to manipulate my (virgin) rc file with something that might resemble something like

tile player tile = tile:ijyb

for example.

So where and how exactly do I set this option in rc?

Snake Sneak

Posts: 117

Joined: Thursday, 29th January 2015, 19:52

Post Wednesday, 11th February 2015, 05:45

Re: Setting player tile for idiots (me)

Thread can be closed, I finally found the correct command. Thanks.

tile_player_tile = mons:(monster name)
User avatar

Tomb Titivator

Posts: 778

Joined: Thursday, 13th March 2014, 20:15

Post Wednesday, 11th February 2015, 08:06

Re: Setting player tile for idiots (me)

For different species I made something like this, so I don't have to open rc and change that option all the time:
  Code:
: if you.race() == "Naga" then
tile_player_tile = mons: Vashnia
: end

: if you.race() == "Hill Orc" then
tile_player_tile = mons: Saint Roka
: end

: if you.race() == "Deep Dwarf" then
tile_player_tile = mons:  Wiglaf
: end
also sometimes I like to use just "tile_show_player_species = true" because it looks cool :)
~online scoring~

Pig's in zen
Pig is nude
Unashamed

For this message the author Eyesburn has received thanks: 2
celem, comebackshane

Snake Sneak

Posts: 117

Joined: Thursday, 29th January 2015, 19:52

Post Friday, 13th February 2015, 23:11

Re: Setting player tile for idiots (me)

Round 2: I'm trying to get the demonspawn occupations, tried

tile_player_tile = tile:MONS_CORRUPTER

and it partially works, except for the monor flaw that the tile lacks the head part...

Somebody knows how to fix this?

Snake Sneak

Posts: 117

Joined: Thursday, 29th January 2015, 19:52

Post Sunday, 15th February 2015, 02:45

Re: Setting player tile for idiots (me)

To be more clear: I want to aply this Image to this Image
User avatar

Tomb Titivator

Posts: 778

Joined: Thursday, 13th March 2014, 20:15

Post Sunday, 15th February 2015, 03:01

Re: Setting player tile for idiots (me)

Had same problem, couldn't fix it too :/
Think just this one worked: MONS_GELID_DEMONSPAWN
~online scoring~

Pig's in zen
Pig is nude
Unashamed

Return to Dungeon Crawling Advice

Who is online

Users browsing this forum: No registered users and 16 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.