The Dink Network

Reply to Re: D-Mod Creation Tutorials

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 6th 2010, 08:35 PM
dinkdead.gif
If you do that, it's also good to add something to force people to use true-colour when playing it otherwise your fancy new graphics will have bits missing

Stick something like this at the beginning of start.c:
int &tc = get_truecolor();
if (&tc == 0)
{
  choice_start();
  title_start();
  Sorry, true-colour mode is required for this D-Mod!
  title_end();
  "Exit"
  choice_end();
  kill_game();
}