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
# -- WRS
# xentax.com
# .cat BMS script (Oneechanbara vorteX)
endian big
for i = 0
get FPOINTER long
if FPOINTER == -1
cleanexit
endif
get FSIZE long
log "" FPOINTER FSIZE
next
# -- WRS
# xentax.com
# .bin BMS script (Oneechanbara vorteX)
endian big
get FILES long
for i = 1 to FILES
get pFile1 long
get pFile2 long
get pEOF long
if pFile2 == -1
math sFile1 = pEOF
math sFile1 -= pFile1
log "" pFile1 sFile1
else
if pEOF == -1
math sFile1 = pFile2
math sFile1 -= pFile1
log "" pFile1 sFile1
savepos Pos
get nextFile long
goto Pos
math sFile2 = nextFile
math sFile2 -= pFile2
log "" pFile2 sFile2
else
math sFile1 = pFile2
math sFile1 -= pFile1
log "" pFile1 sFile1
math sFile2 = pEOF
math sFile2 -= pFile2
log "" pFile2 sFile2
endif
endif
next i
# -- WRS
# xentax.com
# .cat BMS script (Oneechanbara vorteX)
endian big
for i = 0
get FPOINTER long
if FPOINTER == -1
cleanexit
endif
get FSIZE long
log "" FPOINTER FSIZE
next
# -- WRS
# xentax.com
# .bin BMS script (Oneechanbara vorteX)
endian big
get FILES long
for i = 1 to FILES
get pFile1 long
get pFile2 long
get pEOF long
if pFile2 == -1
math sFile1 = pEOF
math sFile1 -= pFile1
log "" pFile1 sFile1
else
if pEOF == -1
math sFile1 = pFile2
math sFile1 -= pFile1
log "" pFile1 sFile1
savepos Pos
get nextFile long
goto Pos
math sFile2 = nextFile
math sFile2 -= pFile2
log "" pFile2 sFile2
else
math sFile1 = pFile2
math sFile1 -= pFile1
log "" pFile1 sFile1
math sFile2 = pEOF
math sFile2 -= pFile2
log "" pFile2 sFile2
endif
endif
next i
anyone upto cracking the TGF format? I want to put models into (DREAM C CLUB).