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

Killer Loop [Crave ent.][.dat]

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
jaax
ultra-n00b
Posts: 7
Joined: Sun Mar 09, 2008 4:43 am
Has thanked: 1 time

Killer Loop [Crave ent.][.dat]

Post by jaax »

The contents of this post was deleted because of possible forum rules violation.
User avatar
aluigi
VVIP member
VVIP member
Posts: 1916
Joined: Thu Dec 08, 2005 12:26 pm
Location: www.ZENHAX.com
Has thanked: 4 times
Been thanked: 664 times
Contact:

Re: Killer Loop [Crave ent.][.dat]

Post by aluigi »

old thread but the game is enough known and the format is simple, so why not making a bms script for it? :)

Code: Select all

for
    get SIZE long
    get OFFSET long
    if OFFSET == 0
        cleanexit
    endif
    get DUMMY long
    get DUMMY long
    getdstring NAME 32

    math OFFSET *= 0x800
    log NAME OFFSET SIZE
next
Post Reply