.djscript and .djconfig

Place for newly found file extensions and file types.
Forum rules
1. English language only please
2. No spam, advertisement or inappropriate material
3. No trolling and flaming
Post Reply
davthedev
Posts: 1
Joined: January 7, 2021, 7:40 pm

.djscript and .djconfig

Post by davthedev »

So, i have created files that my programming language, DJScript (NOT DjScript) uses for configuration of its files, and the script itself. These are classified the same as JSON files, which are:
.djconf / .djconfig - Configures internal script
.djscript - DJScript file
.dimg - DJScript image file
.dwav - DJScript sound file
Also, DJScript converts .dimg's and .dwav's on the fly to png and mp3, through a built in function

Code: Select all

edit::(image or music)@root/documents/'filename'
which brings up the editing interface. It's easier to do as it can read the HEX inside the files about 100x quicker than the actual music/image itself.
.
User avatar
Malric
Posts: 248
Joined: February 13, 2013, 9:26 am

Re: .djscript and .djconfig

Post by Malric »

Any specific information about this ?
Post Reply