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.

The surge 2 bms edit

Featured Replies

  • Author
  • Localization

sinnerclown380, posted Mon Jul 18, 2022 11:58 am (72641)


Can you help me import The surge 2. When I import the surge2 with bms, the game crashes.
  • Author
  • Localization

h3x3r, posted Tue Jul 19, 2022 7:13 pm (72664)


viewtopic.php?t=12544#p52034
You will also need...
Code:
#------------------------------------------------
# The Surge 2 Compressed/Uncompressed file CRC print
# Script version: 1.0
# Author: merlinsvk
# Edited: h3x3r
#------------------------------------------------
encryption crc 0x01800063 "32 0 0 19 1 1"
get SIZE asize
log MEMORY_FILE 0x0 SIZE
encryption "" ""
bigendian
string CRC_VAL p= "CRC x" QUICKBMS_CRC
print "%CRC_VAL%"

Use on uncompressed/compressed files and write somewhere crc hex values printed by script. You will need them later in TOC.
Once you will have edited TOC use this script on it. It will generate new one with updated CRC.
Code:
#------------------------------------------------
# Lords Of The Fallen language *.bin CRC fixer
# Script version: 0.2
# Author: merlinsvk
#------------------------------------------------
idstring "\xFC\x89\xC5\xA3"      # just a test if the input file is a supported .bin file

encryption crc 0x01800063 "32 0 0 19 1 1"
get SIZE asize
xmath TXTSIZE "SIZE - 0x18"      # 0x18 = size of header
log MEMORY_FILE 0x18 TXTSIZE   # 0x18 = start of the data block
encryption "" ""

get NAME basename
get EXT extension
string NAME p= "%s.%s_FIXED" NAME EXT
get SIZE asize
log MEMORY_FILE2 0 SIZE                     # create copy of file into RAM
putVarChr MEMORY_FILE2 0x04 QUICKBMS_CRC long   # write new CRC value on position 0x04
putVarChr MEMORY_FILE2 0x14 TXTSIZE long      # write text block size
log NAME 0 SIZE MEMORY_FILE2               # write new file on disk
  • Author
  • Localization

sinnerclown380, posted Wed Jul 20, 2022 2:21 pm (72686)


Thanks .
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.