Page 2 of 2

Re: How do you make a demo?

Posted: Wed Jun 19, 2019 4:51 pm
by JRBasic
I believe most demos involve some advanced character redefining, because I think the pictures in demos often look kinda blocky, Nothing
wrong with that, though!

Also, setup is unmodified except assembler is DASM.

Re: How do you make a demo?

Posted: Fri Jun 21, 2019 5:04 pm
by Mike
JRBasic wrote:I believe most demos involve some advanced character redefining, because I think the pictures in demos often look kinda blocky, [...]
Well, there's your opportunity to improve upon that! ... :mrgreen:
Also, setup is unmodified except assembler is DASM.
DASM isn't the only (cross-)assembler around. And it would need either source (or remnants of source in the object code with a 'hosted' environment) to identify the used tool. The whole demo could also have been hacked in with a monitor like MINIMON.

Re: How do you make a demo?

Posted: Mon Jun 24, 2019 3:07 pm
by RJBowman
Is there anything to be done in a demo that hasn't been done?

Re: How do you make a demo?

Posted: Tue Jun 25, 2019 10:11 am
by Mike
RJBowman wrote:Is there anything to be done in a demo that hasn't been done?
Those people making demos thankfully don't give anything about such rhetorical questions.

Re: How do you make a demo?

Posted: Fri Jul 12, 2019 9:15 am
by JRBasic
I got an error on tutorial 4 when building
Error during parsing:
Fatal error on line: 43
Source: @include "music/mystic_runner.ras"

Message: After declarations, BEGIN is expected
edit: Could anyone please break the silence with an answer? :(