The Dink Network

Reply to Re: Game is not proceeding at start

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
November 28th 2023, 10:28 AM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
Hmmm... actually I found the problem. I must have played through it in FreeDink when I did my playthrough a while back.

It's in the Stella.d script, and is an error in the script that is safely ignored by the older engines.

In Stella.d on line 225 there is this:

move_stop(&current_sprite, &stxpos);

That's an incomplete move_stop command that completely halts the script in DinkHD, and it never gets to the unfreeze(1) line.
As stated, it seems the older engines ignore it since it's missing crucial parameters.