-
Notifications
You must be signed in to change notification settings - Fork 0
/
cartographer.conf.ini
25 lines (21 loc) · 1.64 KB
/
cartographer.conf.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
-- swyter's cartographer
-- for those entertaining moments when you have to configure something, oh, so l33t!
-- read the quick start guide: https://bitbucket.org/swyter/cartographer/wiki/Home
cartographer.conf =
{
--# 1. use \\ or / for path separators, but don't use a single \ here as that won't work. :)
--# also, keep in mind that you need to add a comma (,) at the end of the line.
--# 2. this accepts absolute and relative paths. by default it points to the bundled «res» sample folder that comes with this.
--# so it uses a relative (./) path based on the cartographer folder that will always work no matter where you put it.
--# TL;DR: point it to your own module system folder, and it will auto-find the final mod folder (map.txt) through it.
--# e.g. msysparties = "C:\\Users\\Swyter\\Documents\\github\\tldmod\\ModuleSystem\\module_parties.py",
msysparties = "./res/msys/module_parties.py",
--# set to false if the extra comment at the right when saving parties bothers you, in case you're a neat freak (like Lumos) :)
sprevcoords = true,
--# set this to false if you don't want to see (or load) disabled and filler parties (i.e. flagged as pf_disabled) that
--# may add visual clutter while editing. these dummy parties are usually for custom code or work as a marker
showdisabled = true,
--# you can adjust the cutoff distance or radius where party labels get farther enough from camera and disappear; making this number bigger may be
--# useful in larger or less crowded maps, if you make the draw distance way too big they may bunch up as an ugly cloud of hard-to-read text >:(
labeldist = 120,
}