Dink Smallwood C D: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→D) |
imported>Ikskoks |
||
| Line 5: | Line 5: | ||
=== Format Specifications === | === Format Specifications (*.D files) === | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
x bytes (char) - compressed script data | x bytes (char) - compressed script data | ||
</pre> | |||
</div> | |||
=== Format Specifications (*.C files) === | |||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | |||
<pre> | |||
x bytes (char) - uncompressed script | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 10:28, 27 May 2021
Back to index | Edit this page
C, D
- Format Type : Text / Script
Format Specifications (*.D files)
x bytes (char) - compressed script data
Format Specifications (*.C files)
x bytes (char) - uncompressed script
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.
- Files with ".d" extension are compressed with custom algorithm. Decompression function can be found here.
Games
List of games using this file format:
- Dink Smallwood
- Dik Smallwood HD
Compatible Programs