📧 Message Board Archive

HELP
i cant get any dmod to work i extract it to the dink small wood directory then use dink front end to open it but when it opens i cant see the title screen .......eventually i click in the right place but when im playing the game i dont have any health bar or money or exp or well the hole gray area on the regular dink lvl what am i doing wrong..........plz help   thx muh
Re: HELP
: i cant get any dmod to work i extract it to the dink small wood directory then use dink front end to open it but when it opens i cant see the title screen .......eventually i click in the right place but when im playing the game i dont have any health bar or money or exp or well the hole gray area on the regular dink lvl what am i doing wrong..........plz help thx muh



do you mean that you have made a dmod, or have you downloaded one? If you have made one you must open start-1.c, search for set_mode(2); and add the following under that:



   &update_status = 1;

   draw_status();



If done right it should now look like this



   set_mode(2);

   &update_status = 1;

   draw_status();



you must click the "run with this dmod" box and select wich dmod you want to play. then click play. :)
Re: HELP
i down loaded them and i dled them from dinks main page one of them is about the duck from friends and there were ratings on it so obviusly it worked for some ppl just not me :(
Re: HELP
i dled them at http://dink.telefragged.com/
Re: HELP
nm i forgot where i dled them
Re: HELP
: nm i forgot where i dled them



have you played dmods before? maybe you should look for the codes i wrote in the start-1.c scripts for them?