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.
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
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();





