Users browsing this thread: 2 Guest(s)
[TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts!
idstring "BTDX"
get VERSION long
getdstring TYPE 0x4
get FileCount long
get NameTableStart longlong

if TYPE == "GNRL"
goto NameTableStart
for i = 0 < FileCount
get NameSize byte
get null byte
getdstring names[i] NameSize
next i
goto 0x18

ComType zlib
for i = 0 < FileCount
get unk1 long
getdstring Extension 0x4
get unk2 long
get unk3 long
get offset longlong
get packedLength long
get unpackedLength long
get unk4 long
clog names[i] offset packe?dLength unpackedLength
next i
endif

if TYPE == "DX10"
print "Sorry, but DX10 extraction support is not implemented yet!"
endif

what is NameTable? i'm not born in english country. I am Korean. So those english word is very strange to me. i good at english talking, but code is must write in english. for me it still strange when writing, it not naturally,you know. Where I can learn to "master" it?
Reply
Thanked by:


Messages In This Thread
RE: [Tutorial] Making BMS Scripts - by Saeid0034 - 03-21-2020, 05:17 AM
RE: [Tutorial] Making BMS Scripts - by justdancer - 07-02-2016, 01:53 AM
RE: [Tutorial] Making BMS Scripts - by dionn1993 - 07-10-2019, 12:06 AM
RE: [Tutorial] Making BMS Scripts - by SKYHAMSTER - 08-06-2020, 06:06 AM
RE: [Tutorial] Making BMS Scripts - by Yarcaz - 11-18-2015, 08:19 AM
RE: [Tutorial] Making BMS Scripts - by Shade - 11-18-2015, 05:31 PM
RE: [Tutorial] Making BMS Scripts - by Yarcaz - 11-18-2015, 05:04 PM
RE: [Tutorial] Making BMS Scripts - by Hallow - 12-22-2015, 06:59 PM
RE: [Tutorial] Making BMS Scripts - by Hallow - 12-22-2015, 10:42 PM
RE: [Tutorial] Making BMS Scripts - by TGE - 12-24-2015, 08:14 PM
RE: [Tutorial] Making BMS Scripts - by Hallow - 12-24-2015, 08:57 PM
RE: [Tutorial] Making BMS Scripts - by nobody231 - 12-24-2015, 09:01 PM
RE: [Tutorial] Making BMS Scripts - by TGE - 12-25-2015, 06:36 AM
RE: [TUTORIAL] Making BMS Scripts; Post and get help with your BMS scripts! - by james82 - 09-02-2016, 11:54 PM

Forum Jump: