Important information: this site is currently scheduled to go offline indefinitely by December 1st 2023.
If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe
If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe
Hunter Blade
-
chrrox
- Moderator
- Posts: 2602
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 2270 times
-
WRS
- ultra-veteran

- Posts: 603
- Joined: Fri Nov 06, 2009 12:13 am
- Has thanked: 74 times
- Been thanked: 312 times
Re: Hunter Blade
not sure why you stopped!
gml files are plaintext - each folder has a dbdef.gml file
all these files are part of an database system - the jane files could be entries as there's a function MdbtoJane() in the creatememdb.gml script
Code: Select all
goto -16
get files long
get tablestart long
get size asize
math size - tablestart
get version string
get end byte
goto size
for f = 0 < files
get fsize long
get fpntr long
get unknown long
getdstring garbage 12
get name string
log name fsize fpntr
next f
all these files are part of an database system - the jane files could be entries as there's a function MdbtoJane() in the creatememdb.gml script
Useful tool links:
-
chrrox
- Moderator
- Posts: 2602
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 2270 times
