Jesus over 675 errors!

Questions about how to create your own dungeons and replacement graphics and sounds.

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting.
Post Reply
User avatar
MitchB1990
Artisan
Posts: 183
Joined: Fri Jan 27, 2006 2:49 am
Location: Seattle, WA

Jesus over 675 errors!

Post by MitchB1990 »

lol well I tried to load my Crystalline Caverns dungeon, which was made when v.31 of RTC came out, never released now tried to run with v.43 didn't work so well. Which really kinda sucks even though it was only a 3 lvl dungeon.
User avatar
Ameena
Wordweaver, Murafu Maker
Posts: 7550
Joined: Mon Mar 24, 2003 6:25 pm
Location: Here, where I am sitting!
Contact:

Post by Ameena »

That'll just be some kind of backwards-compatibility thing. I had a look at my dungeon (originally started back at about 0.32 or something) in the 0.43 editor and got a big long list of errors. Whenever I can be arsed to actually work on my dungeon, I'll see about sorting them out ;).
______________________________________________
Ameena, self-declared Wordweaver, Beastmaker, Thoughtbringer, and great smegger of dungeon editing!
User avatar
Sophia
Concise and Honest
Posts: 4306
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

Post by Sophia »

That happened to me, too, when I tried to load SS in.

That's the main reason I haven't bothered to recompile it, though it'd probably be a good idea to do so. :shock: :roll:
User avatar
beowuuf
Archmastiff
Posts: 20687
Joined: Sat Sep 16, 2000 2:00 pm
Location: Basingstoke, UK

Post by beowuuf »

How many errors once you hit 'verify layout' after initially loading the dungoen? Or after resaving and opening it again?

And remmeber, you need to add the map font thing or else that spews out a few errors
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

There are probably only a handful of "real" errors and it won't take you very long to fix them.

For example, I know there are places where a new parameter has been added so a section that used to look like

Code: Select all

[Section]
A=(...)
B=(...)
C=(...)
D=(...)
E=(...)
Should now look like

Code: Select all

[Section]
A=(...)
X=(...)
B=(...)
C=(...)
D=(...)
E=(...)
The compiler however will probably chuck out loads of errors for this one change. For example, as well as the "found B expecting X" that you would expect to see, the compiler will get out of sync with itself and when reading the 3rd line from the section will also generate "found C expecting B", then "found D expecting C" and so on.

As beowuuf said, if you load the dungeon into the editor, then reverify it to see how many errors there now are, I expect the number will be far fewer!
User avatar
THOM
Artisan
Posts: 198
Joined: Sat Feb 28, 2004 9:22 pm
Location: Cologne, Germany
Contact:

Post by THOM »

I think a good way to solve this is to load an actual dungeon text file i.e. of CSB and have a look what parameters are set in the definition-part (wallsets, spells, main-data...)
when you do this in an editor and load your dungeon, too, you can compare them. I have found this way many errors.

THOM
User avatar
Gambit37
Should eat more pies
Posts: 13766
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

Post by Gambit37 »

Yep, fixing one error normally can fix most of the other hundreds -- in my experience anyway.
Post Reply