Dink Smallwood C D
Back to index | Edit this page
C, D
- Format Type : Text / Script
Format Specifications (*.C files)
x bytes (char) - uncompressed script data
Format Specifications (*.D files)
x bytes (char) - compressed script data
Example
Below is example of the content from decompressed water.d file from Dink Smallwood HD:
void hit( void)
{
Say("Yum, water!", 1);
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- Files with this format contain scripts written in DinkC language. They should have ".c" extension after decompressing to be recognized by game engine.
- Files with ".c" extension are normal text files, while files with ".d" extension are compressed.
- Dink's .d files are compressed using the Binary Pair Encoding algorithm, using one single block. Decompression function can be found here.
Games
List of games using this file format:
- Dink Smallwood
- Dik Smallwood HD
Compatible Programs
- dink_smallwood_hd_text_tool.cpp
- freedink (contrib\d2c.c)
- WinDinkedit Plus 2 (can both compress and decompress scripts)