The Dink Network

Reply to Re: Three New Files: Futrzak - Furball (spolszczenie), Dink Smallwood Questlog Edition, Hack n' Slash

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:
 
 
July 31st 2024, 10:35 PM
custom_simon.gif
SimonK
Peasant He/Him Australia
 
hack n' slash v1.03 has a rather bad bug - you can't start the game properly... sigh...

My fix for the black screen on restart and loading games broke the very start. I really should test more thoroughly.

adding three lines in the start-1.c script after the arm_weapon(); line fixes this

    sp_noclip(1, 0);
    add_item("item-fst",438, 1);
    &cur_weapon = 1;
    arm_weapon();
&player_map = 1;
load_screen(1);
draw_screen();