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.

Unreal Engine 4 [*.uasset] BMS Script

Featured Replies

  • Author
  • Localization

Shokoniraya, posted Fri Oct 05, 2018 6:26 am (39084)


hello to everyone
in this time, im gonna start a topic for UE4 .uasset files

here is my script
Code:
#Unreal Engine 4 uasset (V 1.3.3)
#global uasset (uexp not supported yet)
#Script by Shokoniraya

idstring "\xC1\x83\x2A\x9E\xF9\xFF\xFF\xFF"
goto 0x39
get FILES long
goto 0xBD
get OFFSET_NAMER long
get FOLDER_NAME long
math FOLDER_NAME -= 1
getdstring FOLDER_NAMER FOLDER_NAME
findloc INFO_DATA_SECTION binary "\x00\x00\x00\x00\x00\x00\x00\xFF\xFF\xFF\xFF\x00\x00\x00\x00"
goto INFO_DATA_SECTION
get DUMMY longlong
get DUMMY longlong
get DUMMY 3

for i = 0 < FILES
get NAME basename
get SEC1 long
get SEC2 long
get SEC3 longlong
get SIZE longlong
get OFFSET longlong
getdstring DUMMY 72
log MEMORY_FILE OFFSET SIZE
get SIGN long MEMORY_FILE
if SIGN == 0x0b
set .dat string ".Texture2D"
elif SIGN == 0x5b
set .dat string ".TextProperty"
elif SIGN == 0x18
set .dat string ".Texture2D"
else
string .scr.dat f= SIGN
endif
string NAME p "%s%s%s%s%s%s%s%s" FOLDER_NAMER \ SEC1 _ SEC2 _ SEC3 .dat
log NAME OFFSET SIZE
next i


Note: Not Support File Name
  • Author
  • Localization

Qnoops, posted Fri Oct 05, 2018 11:31 am (39105)


How are you going to edit dumped files? For example one of the files dumped as .lzma and other one as .dat

It's still not possible to edit them, do you have any solution for that?
  • Author
  • Localization

Shokoniraya, posted Fri Oct 05, 2018 12:07 pm (39106)


Moved To Top
  • Author
  • Localization

Shokoniraya, posted Fri Oct 05, 2018 3:16 pm (39118)


Moved To Top
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.