Author Topic: PCB thdat.exe list of files  (Read 4962 times)

PCB thdat.exe list of files
« on: October 04, 2010, 08:16:18 PM »
I need to repack all the files for PCB into a dat file. What are all the files needed?

Sorry for bothering and thanks ahead of time.

Drake

  • *
Re: PCB thdat.exe list of files
« Reply #1 on: October 05, 2010, 12:10:45 AM »
Essentially just go into Brightmoon, open up the dat file you're "copying" and write down the list. I would give you one but I don't have any lists right now.

A Colorful Calculating Creative and Cuddly Crafty Callipygous Clever Commander
- original art by Aiけん | ウサホリ -

Re: PCB thdat.exe list of files
« Reply #2 on: October 05, 2010, 01:49:32 AM »
Essentially just go into Brightmoon, open up the dat file you're "copying" and write down the list. I would give you one but I don't have any lists right now.
Tbh, that's what I was hoping to avoid. :3

Oh well. Never mind.

Nyyl

  • 弾幕に頭脳?馬鹿じゃないのか?
  • 弾幕はパワーだよ
Re: PCB thdat.exe list of files
« Reply #3 on: October 05, 2010, 03:27:55 AM »
alternatively, you could put all the files in a folder and use the dir command in command prompt to get a copypastable list
assuming you're talking about th07.dat, here's the list
Code: [Select]
ascii.anm capture.anm demorpy0.rpy demorpy1.rpy demorpy2.rpy ecldata1.ecl ecldata2.ecl ecldata3.ecl ecldata4.ecl ecldata5.ecl ecldata6.ecl ecldata7.ecl ecldata8.ecl eff01.anm eff02.anm eff03.anm eff04.anm eff04b.anm eff05.anm eff06.anm eff07.anm eff08.anm end00.end end00.jpg end00b.end end00b.jpg end01.end end01.jpg end02.jpg end02b.jpg end03.jpg end04.jpg end05.jpg end06.jpg end07.jpg end08.jpg end09.jpg end10.end end10.jpg end10b.end end11.end end11.jpg end12.jpg end13.jpg end14.jpg end15.jpg end16.jpg end17.jpg end18.jpg end19.jpg end20.end end20.jpg end20b.end end21.end end21.jpg etama.anm face_01_00.anm face_02_00.anm face_03_00.anm face_04_00.anm face_05_00.anm face_06_00.anm face_07_00.anm face_08_00.anm face_mr00.anm face_rm00.anm face_sk00.anm front.anm init.mid loading.anm loading2.anm loading3.anm msg1.dat msg2.dat msg3.dat msg4.dat msg5.dat msg6.dat msg7.dat msg8.dat music.jpg music00.anm musiccmt.txt phantasm.jpg player00.anm player01.anm player02.anm ply00a.sht ply00as.sht ply00b.sht ply00bs.sht ply01a.sht ply01as.sht ply01b.sht ply01bs.sht ply02a.sht ply02as.sht ply02b.sht ply02bs.sht result.jpg result00.anm select00.jpg se_bonus.wav se_bonus2.wav se_border.wav se_cancel00.wav se_cat00.wav se_damage00.wav se_enep00.wav se_enep01.wav se_extend.wav se_graze.wav se_gun00.wav se_item00.wav se_kira00.wav se_kira01.wav se_kira02.wav se_lazer00.wav se_lazer01.wav se_nep00.wav se_ok00.wav se_pause.wav se_pldead00.wav se_plst00.wav se_power0.wav se_power1.wav se_powerup.wav se_select00.wav se_tan00.wav se_tan01.wav se_tan02.wav se_timeout.wav staff00.end staff00.jpg staff01.anm stage1.std stage2.std stage3.std stage4.std stage5.std stage6.std stage7.std stage8.std std1txt.anm std2txt.anm std3txt.anm std4txt.anm std5txt.anm std6txt.anm std7txt.anm std8txt.anm stg1bg.anm stg1enm.anm stg2bg.anm stg2enm.anm stg3bg.anm stg3enm.anm stg4bg.anm stg4bg2.anm stg4bg3.anm stg4bg4.anm stg4bg5.anm stg4enm.anm stg5bg.anm stg5enm.anm stg6bg.anm stg6enm.anm stg7bg.anm stg7enm.anm stg8bg.anm stg8enm.anm text.anm th07logo.jpg th07_01.mid th07_0100b.ver th07_02.mid th07_03.mid th07_04.mid th07_05.mid th07_06.mid th07_07.mid th07_08.mid th07_09.mid th07_10.mid th07_11.mid th07_12.mid th07_13.mid th07_13b.mid th07_14.mid th07_15.mid th07_16.mid th07_17.mid th07_18.mid th07_19.mid thbgm.fmt title00.jpg title01.anm

Re: PCB thdat.exe list of files
« Reply #4 on: October 05, 2010, 09:03:16 AM »
I need to repack all the files for PCB into a dat file. What are all the files needed?

Sorry for bothering and thanks ahead of time.

Try using a wildcard:

Code: [Select]
thdat c7 test.dat files/*
However, archive creation doesn't for PCB in this release because of a bug. I'll try getting a new release out.