Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

FF8 (*.fi, *.fl, *.fs)

Featured Replies

  • Author
  • Localization

sigroon365, posted Tue Jul 05, 2016 12:28 pm (15025)


Can someone edit my bms script? There's two problems.
1) End of File reads problem.
2) Reading file name from *.fl.

Here is sample files. https://drive.google.com/file/d/0B8JGJb-FRy_beWhwczhvSDZmem8/view?usp=sharing

Code:
comtype unzip_dynamic

open FDDE fi 0
open FDDE fs 1
open FDDE fl 2 #*.fl contains file name but I'm not sure how to read and store it.

Do
get SIZE long 0
get OFFSET long 0
get ZIP long 0
savepos tmp 0

if ZIP == 1
goto OFFSET 1
get ZSIZE long 1
clog "" OFFSET ZSIZE SIZE 1
xmath tmp "OFFSET ZSIZE"

else
log "" OFFSET SIZE 1
xmath tmp "OFFSET SIZE"
endif

if tmp == SEEK_END 1
break
endif

While tmp < SEEK_END 1
  • Author
  • Localization

sigroon365, posted Tue Jul 05, 2016 2:56 pm (15033)


aluigi wrote:
I wrote it from scratch but you were very close :)
http://aluigi.org/bms/ff8.bms


Thank you! :) However, I got a problem.
Image
  • Author
  • Localization

aluigi, posted Tue Jul 05, 2016 3:14 pm (15037)


Maybe it's a new version of the same file (like an update due to a patch), use 'r' for the moment and then check both the files to see if it was an update or not.
  • Author
  • Localization

sigroon365, posted Tue Jul 05, 2016 3:29 pm (15038)


aluigi wrote:
Maybe it's a new version of the same file (like an update due to a patch), use 'r' for the moment and then check both the files to see if it was an update or not.


It seems that exactly same files.
  • Author
  • Localization

aluigi, posted Tue Jul 05, 2016 4:41 pm (15041)


Yeah perfectly identical.
Mah developers... :D
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.