Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Bully Scholarship Edition (XBOX 360)

The Original Forum. Game archives, full of resources. How to open them? Get help here.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Bully Scholarship Edition (XBOX 360)

Post by lllccc »

hey guys im looking for someone that can make a .bms script for this game the files extensions are .sea and .img


sea
http://www.mediafire.com/?y2wxx0c75ruq756

img
https://mega.co.nz/#!jQFmmIoR!VTkDzX71N ... Y5aBRcgUjg

world.dir
http://www.mediafire.com/?wext8l1ihxrb1l3
Last edited by lllccc on Sat Apr 13, 2013 7:17 pm, edited 1 time in total.
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Bully Scholarship Edition (XBOX 360)

Post by Ekey »

IMG without DIR useless file, but you can try use my script for PC + dont forget enable Endian BIG

Code: Select all

# Bully Scholarship Edition (IMG / DIR format)
# 
# Written by Ekey (h4x0r)
# 
# script for QuickBMS http://quickbms.aluigi.org

open FDDE DIR 0
open FDDE IMG 1

get DSIZE asize 0

for
    get OFFSET long 0
    get SIZE long 0
    math OFFSET *= 2048
    math SIZE *= 2048
    getdstring NAME 0x18 0
    log NAME OFFSET SIZE 1
    savepos TMP
    if TMP == DSIZE
  cleanexit
 endif
next
SEA - seems audio
Rjack
n00b
Posts: 19
Joined: Thu Jun 14, 2012 9:53 am
Has thanked: 3 times
Been thanked: 3 times

Re: Bully Scholarship Edition (XBOX 360)

Post by Rjack »

Dose anyone know how to edit the font and text?
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Bully Scholarship Edition (XBOX 360)

Post by lllccc »

kk i will give it a go and see if it works


seems like that script didnt work
Image

*Update*
i got 1 file out so far
Last edited by lllccc on Sat Apr 13, 2013 7:25 pm, edited 1 time in total.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Bully Scholarship Edition (XBOX 360)

Post by lllccc »

sorry about that ekey i just found the dir yif you can take a look at it when u can that would be thankful i didnt know u needed the dir XD

but it has been uploaded
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Bully Scholarship Edition (XBOX 360)

Post by Ekey »

Seems QuickBMS bugged bucause he tries find second file in output folder. You need select Output folder where input archive. Example:

Code: Select all

Input Script : C:\Test\Bully.bms
Input Archive : C:\Test\World.img
Output Folder : C:\Test
Last edited by Ekey on Tue Apr 16, 2013 12:13 pm, edited 1 time in total.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Bully Scholarship Edition (XBOX 360)

Post by lllccc »

hmm i just tried that but it seems not to work it unpacks 1 file can u edit the script to have big en
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Bully Scholarship Edition (XBOX 360)

Post by Ekey »

Code: Select all

# Bully Scholarship Edition (IMG / DIR format)
# 
# Written by Ekey (h4x0r)
# 
# script for QuickBMS http://quickbms.aluigi.org

endian big

open FDDE DIR 0
open FDDE IMG 1

get DSIZE asize 0

for
    get OFFSET long 0
    get SIZE long 0
    math OFFSET *= 2048
    math SIZE *= 2048
    getdstring NAME 0x18 0
    log NAME OFFSET SIZE 1
    savepos TMP
    if TMP == DSIZE
  cleanexit
endif
next
PS: Upload small archives (IMG/DIR)
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Bully Scholarship Edition (XBOX 360)

Post by lllccc »

sorry lol i can still upload some if u still want them

same thing happens 1 file extracts

but here are the small files with the dirs

http://www.mediafire.com/download.php?a8xxc91vzts521w
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Bully Scholarship Edition (XBOX 360)

Post by Ekey »

For me works fine.

Image
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Bully Scholarship Edition (XBOX 360)

Post by lllccc »

i dont know how u did that because i get this on the small ones and big files i used the new script that u gave me tryed to leave it in the org folder of bully

Image
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Bully Scholarship Edition (XBOX 360)

Post by Ekey »

Dont use stupid GUI + you use not latest version QuickBMS :)
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Bully Scholarship Edition (XBOX 360)

Post by lllccc »

hmm the only thing i use the gui version is to make the .bms file
not sure if i can use the quickbms (cmd) with a .txt?
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Bully Scholarship Edition (XBOX 360)

Post by Ekey »

lllccc wrote:hmm the only thing i use the gui version is to make the .bms file
not sure if i can use the quickbms (cmd) with a .txt?
Just run quickbms.exe, select script (any extension), select archive, select output dir = profit.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times

Re: Bully Scholarship Edition (XBOX 360)

Post by lllccc »

lol yea that's what i do but seems not to work for me lol

as shown in this video

http://www.youtube.com/watch?v=jgRsR3Q2 ... e=youtu.be
Post Reply