Dink Smallwood C D: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 19: Line 19:
=== Notes and Comments ===  
=== Notes and Comments ===  


* Files with this format contain scripts written in [https://dink.fandom.com/wiki/DinkC DinkC] language. They should have ".c" extension after decompressing.
* Files with this format contain scripts written in [https://dink.fandom.com/wiki/DinkC DinkC] language. They should have ".c" extension after decompressing to be recognized by game engine.
* Files are compressed with custom algorithm. Decompression function can be found [https://github.com/svn2github/DinkSmallwoodHD/blob/master/source/dink/misc_util.cpp here].
* Files are compressed with custom algorithm. Decompression function can be found [https://github.com/svn2github/DinkSmallwoodHD/blob/master/source/dink/misc_util.cpp here].



Revision as of 22:38, 26 May 2021

Back to index | Edit this page

D

  • Format Type : Text / Script


Format Specifications

x bytes (char) - compressed script data

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 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

None.