Page 1 of 1

.rc File Help

PostPosted: Friday, 28th October 2016, 18:52
by Gerad
I'm trying to use HilariousDeathArtist's .rc, which I got off some server. I put it in my trunk .rc on CBRO and it worked fine. I then tried to copy it over to my 0.19 .rc on CBRO and it couldn't find some of the include files that are referenced; it no longer works properly. Is there some difference between trunk and 0.19 .rcs? What can I do to fix it?

These are the bits it can't find:

  Code:
# The damage announcement messages
include += HDamage.rc

# Force More prompts
include += HDAForceMore.rc

# Message and Item colors
include += HDAColors.rc

# The ===HDAtravel autotravel replacement macro
include += HDAtravel.rc


Thanks in advance.

Re: .rc File Help

PostPosted: Friday, 28th October 2016, 19:08
by Kate
Includes just look in the current directory for whichever file you're including, and when a new version is added to a server it gets its own directories for saves/morgues/rcfiles etc, with default blank configs. You could wait for someone to set up copies of the HDA configs for the 0.19 branch on that server, or could just find the trunk ones (http://crawl.berotato.org/crawl/rcfiles/crawl-git) and copy their contents into your own config.

Re: .rc File Help

PostPosted: Friday, 28th October 2016, 19:09
by Gerad
Thanks very much, that's exactly what I was looking for!