SRB2 Doom Builder 2.0 config busted.

Status
Not open for further replies.

glaber

Emblem Radar Ready
I recently tried the config Shadow Hog said was bundeled in the 2.0 source. SRB2 doom builder said that their is an error on line 1751 (invalad assignment forgot assignment termanator)

So if this is the SRB2DB config we're suppose to use, why is it broke?
 
I got the same error. Did he leave something out? Someone had to have tested it before bundling it with SRB2.
 
Your copy of SRB2DB is outdated. Apparently, it works fine on the latest version from what I got told.
 
It was busted, actually.

I'm too lazy to figure out what's wrong with it, so I just uploaded the version I was using to develop 2.0 maps onto my private filespace (after tweaking it so it doesn't give away a major spoiler). Use that instead.

Check the announcement in Editing, and redownload SRB2DB if it's not build 27. Topic over!
 
No, he is correct.

Okay here is what you do to fix it. Open the file in notepad, or something similar, and press ctrl + F.

After that, look for 1003, you should see something like
Code:
title = Green Coral";

Change that line of code to
Code:
title = "Green Coral";
, and you should be good to go.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top