Looney Tunes: Cartoon Conductor rom.bin
- 
				einstein95
- Posts: 64
- Joined: Tue Sep 08, 2015 11:27 am
Re: Looney Tunes: Cartoon Conductor rom.bin
Code: Select all
get TBLS long
math TBLS / 4
goto 0
for i = 0 < TBLS
   get OFF long
   putarray 0 -1 OFF
next i
get SIZE asize
putarray 0 -1 SIZE
for i = 0 < TBLS
   getarray OFF 0 i
   xmath SIZE "(i + 1)"
   getarray SIZE 0 SIZE
   math SIZE - OFF
   log "" OFF SIZE
next i
What gets detected as a bmp is actually a bmd model.
					Last edited by einstein95 on Fri Oct 16, 2015 3:37 am, edited 1 time in total.
									
			
						
										
						- 
				lemurboy12
- Posts: 265
- Joined: Fri Oct 17, 2014 2:57 am
Re: Looney Tunes: Cartoon Conductor rom.bin
everything it extracts is HUGE in filesize, and it racks up quickly.
			
			
									
						
										
						- 
				einstein95
- Posts: 64
- Joined: Tue Sep 08, 2015 11:27 am