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.

Spartacus Legends .PAK files

Featured Replies

  • Author
  • Localization

mattzocrazy, posted Mon Feb 19, 2018 5:16 am (32600)


Hey everyone! I could use some assistance in extracting the files from these .PAK files from "Spartacus: Legends"
Im quite certain the game runs on a modified version of the "Ego Engine" (DiRt Series, Operation Flashpoint Series, Formula 1 Series)
This is one of the files, Its got cutscene files (which i dont need but its the smallest file of this kind)
The other ones are 300MB and 1GB so imma just upload the smaller one.
If anyone could help me out and make a BMS script or something that would be fantastic!
Thx! -Matt

DL Link: https://mega.nz/#!C8JE0DhR!ulK-Qpzmkijc ... AKPEXACqxo
  • Author
  • Localization

MerlinSVK, posted Mon Feb 19, 2018 11:47 am (32604)


Code:
# Spartacus: Legends .PAK files
# Script for QuickBMS http://quickbms.aluigi.org
# By MerlinSVK @ 2018

endian big
get VERSION long
get FILES long

for i = 0 < FILES
    get FOFFSET long
    get FSIZE long
    get FNAME string
    savepos MYOFFSET
    strlen FNAMELEN FNAME
    xmath SKIP "(MYOFFSET - 0x01) (0x80 - FNAMELEN)"
    log FNAME FOFFSET FSIZE
    goto SKIP
next i


Reimport and Reimport2 modes are supported.
  • Author
  • Localization

mattzocrazy, posted Mon Feb 19, 2018 3:39 pm (32608)


Thank you so much dude! ^u^
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.