Page 1 of 1

How do I get dream maker to "ignore" things when I compile?

Posted: Mon Aug 29, 2016 6:31 am
by Snerdly
Noob question.

Trying to learn to code. I added like one new object to the game and it works out well, but when I compile, I get like 60 errors from files I haven't touched. Is there a way/trick to have it compile like it does when you first compile a fresh code that you've just downloaded?

Re: How do I get dream maker to "ignore" things when I compi

Posted: Mon Aug 29, 2016 8:43 am
by Jordie0608
You probably unticked a file somewhere in dream maker by accident. If you used a git client to download the code, revert the .dme; otherwise you'll have to manually find it by i.e. comparing the line difference between your current .dme and the one on github. If you're not adding or removing any files then you could also just replace your .dme with the codebase's.

Re: How do I get dream maker to "ignore" things when I compi

Posted: Mon Aug 29, 2016 10:06 pm
by PKPenguin321
i think fucking up an else if will also throw 100000 errors for some reason too

Re: How do I get dream maker to "ignore" things when I compi

Posted: Tue Aug 30, 2016 2:47 am
by Jordie0608
Depends where.

Re: How do I get dream maker to "ignore" things when I compi

Posted: Mon Sep 26, 2016 5:13 am
by nullbear
same with missing a closing bracket

Re: How do I get dream maker to "ignore" things when I compi

Posted: Mon Sep 26, 2016 8:26 am
by MisterPerson
Start with the top error. If it's the same as all the rest, it was probably a dme fuckup. If it's a different error, it's probably the only real error and the rest are bogus.