Various wilderness vaults do not have this tag yet none of them rotate. :/ Is this a choice based on the map-tile size restriction?
On symbol selection, I'm using a similar standard to clouded apparently, except I use numbers-ascending/level-descending like the FORMATION system instead of the asc/asc like he did. (Around the same time, noticed edge/connection definition is inconsistent; some earlier vaults use a line of %, his use enough to wall in the room.)
Anyway, I had a bit of trouble with the numbering, because apparently picking "N:1212" or "N:676" for testing purposes results in it thinking they're actually a buggy part of "Record 675", but shoving it in the open slot under Grass Encounters allows me to reach this:
"Error 1 at line 3565 of 'v_info.txt'.
Record 159 contains a 'parse error' error.
Parsing 'M:.+############'."
Which is indeed line 3565 in this:
Having no idea what makes that line special I tried removing it, and it just complained about the next line. I added some random lines and it still complained about the second M: line, at which point my remaining idea is that the error is about something else but it's accidentally giving me that line, but I don't know how to identify it.
P.S. Oh, first run through I was also trying MON(po, 4) and MON(p|o, 4) to see what it would do, but that probably wouldn't have ruined anything.
On symbol selection, I'm using a similar standard to clouded apparently, except I use numbers-ascending/level-descending like the FORMATION system instead of the asc/asc like he did. (Around the same time, noticed edge/connection definition is inconsistent; some earlier vaults use a line of %, his use enough to wall in the room.)
Anyway, I had a bit of trouble with the numbering, because apparently picking "N:1212" or "N:676" for testing purposes results in it thinking they're actually a buggy part of "Record 675", but shoving it in the open slot under Grass Encounters allows me to reach this:
"Error 1 at line 3565 of 'v_info.txt'.
Record 159 contains a 'parse error' error.
Parsing 'M:.+############'."
Which is indeed line 3565 in this:
Code:
N:159:Villa T:WILD:GRASS:DEBUG W:4:*:20 L:0:MON(p, 22) L:1:MON(p, 15) L:2:MON(p, 4) L:`:OBJ(STATUE, 10) L:*:OBJ(GOLD, 3) L:&:OBJ(CHEST) L:%:OBJ(FOOD) L:~:SHALLOW_WATER M:... M:.+############ M:.#...#...#~.%# M: #.22+..2+..%# M: #2..#..2#2.%# M: ##+########## M: #...#.&&#`..# M: #...#...#*.0$ M: #.22#...#...# M: ##+###+###+## M: #2..#1..#...# M: #...+...+..~# M: #...#..1#.%%# M: #############
P.S. Oh, first run through I was also trying MON(po, 4) and MON(p|o, 4) to see what it would do, but that probably wouldn't have ruined anything.
Comment