The Dink Network

Reply to Re: help

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:
 
 
August 18th 2008, 09:33 AM
maiden.gif
nawal
Peasant She/Her Egypt
 
also u need to know how to program in C or C++ (at least just the basic knowledge like functions, variables, loops and if statements). If u don't know anything about C i suggest u start from there, learn the basics of programming in C/C++ 1st. It'll make ur life A LOT easier trust me. I've been though this.

If u know C/C++ then go to the original game. U'll find a folder called develop. This is where all the scripts for the original game are in a format that u can read. In addition u'll find dinkCref.htm or cref.htm or something like that. This file had ALL the functions for programming in dinkC. For instance if u want to add a sprite from the script u'll write:
create_sprite(...........) and it'll tell u what parameters to put inside the brackets. This is the thing u cant get along without. If u don't use this in the beginning things will get tough.