About Super Mario 3D All Stars...

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,773
Country
Colombia
I would also like to know if it has been possible to decipher the rpt textures of NSO N64. They have a different encryption than SM3DAS.
 

Rulesless

Well-Known Member
OP
Member
Joined
Nov 13, 2014
Messages
166
Trophies
0
Website
letraduzionidirulesless.wordpress.com
XP
1,304
Country
Italy

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,773
Country
Colombia
I can’t find the call of P R E S S +
I know. The Expansion Pak icon is also removed. But I think this is removed from .lua or .cfg(VertexHack and SpecialInt) and not from textures (just a guess). The case is, how to add textures where they have not been added in the game
 

Rulesless

Well-Known Member
OP
Member
Joined
Nov 13, 2014
Messages
166
Trophies
0
Website
letraduzionidirulesless.wordpress.com
XP
1,304
Country
Italy
I know. The Expansion Pak icon is also removed. But I think this is removed from .lua or .cfg(VertexHack and SpecialInt) and not from textures (just a guess). The case is, how to add textures where they have not been added in the game
Good question
Anyway, this is PRESS+
1645577596182.png
 
Last edited by Rulesless,

Rulesless

Well-Known Member
OP
Member
Joined
Nov 13, 2014
Messages
166
Trophies
0
Website
letraduzionidirulesless.wordpress.com
XP
1,304
Country
Italy
Ok, there it says that if the address (pc) has a certain value (inst), overwrite these other addresses with these values (pc, inst).

The question is. where is calling the texture to be replaced?.
IDK, just n64MemWrite32(0x80318660,0) is internal rom "PRESS START" and n64MemWrite32(0x80318668,0x50524553) is "PRESS" and texture "+"
 

Rulesless

Well-Known Member
OP
Member
Joined
Nov 13, 2014
Messages
166
Trophies
0
Website
letraduzionidirulesless.wordpress.com
XP
1,304
Country
Italy
@Rulesless I have a question. How did you manage to compress back to .cpio? I've tried to compress the original Mario64 .rpt and get a crash.
You can re-import files in .cpio using Quickbms with this script:

Code:
get CPIO_SIZE asize
for OFFSET = 0 != CPIO_SIZE
    #idstring "\xc7\x71" # 070707, no idstring because it's empty at the end
    get MAGIC short
    if MAGIC != 0x71c7
        break
    endif
    get DEV short
    get INO short
    get MODE short
    get UID short
    get GID short
    get NLINK short
    get RDEV short
    get MTIME short
    get MTIME2 short
    xmath MTIME "(MTIME << 16) | MTIME2"
    get NAMESZ short
    get SIZE short
    get SIZE2 short
    xmath SIZE "(SIZE << 16) | SIZE2"
    getdstring NAME NAMESZ
    padding 2
    savepos OFFSET
    if SIZE != 0    # avoid folders and "TRAILER!!!"
        log NAME OFFSET SIZE
    endif
    math OFFSET + SIZE
    math OFFSET x 2
    goto OFFSET
next
 

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,773
Country
Colombia
You can re-import files in .cpio using Quickbms with this script:

Code:
get CPIO_SIZE asize
for OFFSET = 0 != CPIO_SIZE
    #idstring "\xc7\x71" # 070707, no idstring because it's empty at the end
    get MAGIC short
    if MAGIC != 0x71c7
        break
    endif
    get DEV short
    get INO short
    get MODE short
    get UID short
    get GID short
    get NLINK short
    get RDEV short
    get MTIME short
    get MTIME2 short
    xmath MTIME "(MTIME << 16) | MTIME2"
    get NAMESZ short
    get SIZE short
    get SIZE2 short
    xmath SIZE "(SIZE << 16) | SIZE2"
    getdstring NAME NAMESZ
    padding 2
    savepos OFFSET
    if SIZE != 0    # avoid folders and "TRAILER!!!"
        log NAME OFFSET SIZE
    endif
    math OFFSET + SIZE
    math OFFSET x 2
    goto OFFSET
next
I've been doing it several times and I don't get any output file

Code:
C:\Users\users\Downloads\Compressed\quickbms>quickbms_4gb_files.exe -G -w -r

QuickBMS generic files extractor and reimporter 0.11.0 (64bit test)
by Luigi Auriemma
e-mail: [email protected]
web:    aluigi.org
        (Apr  5 2021 - 13:47:43)

                          quickbms.com  Homepage
                            zenhax.com  ZenHAX Forum
                     @zenhax @quickbms  Twitter & Scripts

- GUI mode activated, remember that the tool works also from command-line
  where are available various options like folder scanning, filters and so on

- select BMS script. type ? for using the content of clipboard like a script
- select input archives/files, type * for the whole folder and subfolders
- select output folder where extracting files

- REIMPORT mode enabled!
  - remember to select the SAME script, file and folder you selected during
    the previous extraction
  - it's highly suggested to leave only the edited files in the folder, it's
    faster and less prone to errors with compressed files

- filter string: "*"
  *
- filter   1: *
- start the scanning of the input folder: E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\RkeyCameraSetting_00.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     0%   2          1565       . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\RkeyCameraSetting_00_de.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     0%   2          1681       . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\RkeyCameraSetting_00_fr.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     0%   2          1712       . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\RkeyCameraSetting_01.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     0%   2          1366       . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\RkeyCameraSetting_01_de.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     0%   2          1400       . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\RkeyCameraSetting_01_fr.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     0%   2          1298       . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x000000ef_f8082072.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          182        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x000000f7_00000794.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          110        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x00000100_02001474.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          126        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x00000101_07f80064.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          175        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x00000102_0a060c6c.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          162        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x000001f7_02000994.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          121        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x00000305_04020a12.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          119        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000070a_03f8748c.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          183        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000fc01_fc19c612.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          132        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000fdfe_0209f5d2.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          145        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000fdff_fc03ea00.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          134        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000fef7_f807fdaa.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          150        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000fefd_0017f99e.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          161        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000ff04_0401f674.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          156        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000ff05_0019f690.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          161        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000fff9_1203f17e.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          168        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000fffb_fe0dfdc8.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          137        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0000ffff_00160174.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     2%   2          89         . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x00010007_0017fea6.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     2%   2          87         . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x000100f3_0c11f390.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          124        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0001fdfa_0203e9c2.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          101        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x00020307_001c2a66.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          128        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0x0002fa01_0611c412.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save


--------------------------------------MORE

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          145        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffe0401_fbd63664.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          160        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffe050c_05e04462.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          134        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffefb01_0dfb9e7a.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          174        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffefdfa_fdf9e9c0.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          102        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffefff3_f209f99e.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          119        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffefff8_03fa0000.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          109        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffefffc_03fe01d2.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          131        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffeffff_01f80200.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     2%   2          89         . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffff0000_0df4027a.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          169        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffff0202_09ee246c.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          146        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffff0202_fdf42e8a.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          163        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffff020c_14001a80.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          161        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffff02e8_01fa1b8a.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          134        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffff04ef_05f84128.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          144        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffd01_07fde212.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          120        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffdf3_11efd05c.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          164        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffdfc_ffffede2.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          123        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffdfe_0601e808.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          140        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffdfe_f9f9f9d6.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          139        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffe01_03f9f410.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          112        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffeef_fc03ea9a.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          121        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffefb_05ffefc8.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          148        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffefd_05fbf3ca.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          118        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffefe_0001f7aa.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          147        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffeff_0201ed80.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          124        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffffff02_03fff418.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          106        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffffa_0808073c.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     0%   2          201        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffffd_01ee07c2.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          116        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffffd_05fbf7e4.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 1 seconds
  coverage file 0     1%   2          130        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffffe_0001fdea.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     2%   2          86         . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffffe_0007fdc4.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          120        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xfffffffe_ffffffa0.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     2%   2          82         . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffffffff_03ffffc4.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     1%   2          129        . offset 0000000000000002
- open input file E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\texture_pack\.\tex_0xffffffff_ffffffe4.rpt
- open script C:\Users\users\Downloads\Compressed\quickbms\cpio-2.bms
- set output folder E:\Switch\NSO\SM3DAS\1.1.1\010049900F546001\romfs\rom\Stardust_JP\Textures\metapack_temp\save

  offset           filesize   filename
--------------------------------------

- 0 files reimported in 0 seconds
  coverage file 0     3%   2          63         . offset 0000000000000002

Press ENTER or close the window to quit
 

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,773
Country
Colombia
It doesn't matter anymore. Apparently that compression method only allows editing and re-compression. Doesn't work for new .rpt files
 

Nathanmef

New Member
Newbie
Joined
Nov 10, 2022
Messages
1
Trophies
0
Age
24
XP
22
Country
United States
Created a patch with some enhanced textures (click to enlarge):

View attachment 298770

File in first comment.
I have a question, how do I install the patch, it throws me an error. im doing this with delta patcher.
Post automatically merged:

Created a patch with some enhanced textures (click to enlarge):

View attachment 298770

File in first comment.
I have a question, how do I install the patch, it throws me an error xdelta partcher
[9:45:55 PM] Applying patch, please wait... (don't panic!)
[9:45:55 PM] An error has occurred: xdelta3: target window checksum mismatch: XD3_INVALID_INPUT
[9:46:16 PM] Modified file "Super Mario 64 (U) [!].z64" selected.
[9:46:19 PM] Original file "Super Mario 64 (U) [!].z64" selected.
 

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,773
Country
Colombia
I have a question, how do I install the patch, it throws me an error. im doing this with delta patcher.
Post automatically merged:


I have a question, how do I install the patch, it throws me an error xdelta partcher
[9:45:55 PM] Applying patch, please wait... (don't panic!)
[9:45:55 PM] An error has occurred: xdelta3: target window checksum mismatch: XD3_INVALID_INPUT
[9:46:16 PM] Modified file "Super Mario 64 (U) [!].z64" selected.
[9:46:19 PM] Original file "Super Mario 64 (U) [!].z64" selected.
No need to compress. Create a dummy .cpio file and insert the decompressed .rpt textures into the same folder
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • K3Nv2 @ K3Nv2:
    I still like how a freaking mp3 file hacks webos all that security defeated by text yet again
  • BigOnYa @ BigOnYa:
    They have simulators for everything nowdays, cray cray. How about a sim that shows you playing the Switch.
  • K3Nv2 @ K3Nv2:
    That's called yuzu
    +1
  • BigOnYa @ BigOnYa:
    I want a 120hz 4k tv but crazy how more expensive the 120hz over the 60hz are. Or even more crazy is the price of 8k's.
  • K3Nv2 @ K3Nv2:
    No real point since movies are 30fps
  • BigOnYa @ BigOnYa:
    Not a big movie buff, more of a gamer tbh. And Series X is 120hz 8k ready, but yea only 120hz 4k games out right now, but thinking of in the future.
  • K3Nv2 @ K3Nv2:
    Mostly why you never see TV manufacturers going post 60hz
  • BigOnYa @ BigOnYa:
    I only watch tv when i goto bed, it puts me to sleep, and I have a nas drive filled w my fav shows so i can watch them in order, commercial free. I usually watch Married w Children, or South Park
  • K3Nv2 @ K3Nv2:
    Stremio ruined my need for nas
  • BigOnYa @ BigOnYa:
    I stream from Nas to firestick, one on every tv, and use Kodi. I'm happy w it, plays everything. (I pirate/torrent shows/movies on pc, and put on nas)
  • K3Nv2 @ K3Nv2:
    Kodi repost are still pretty popular
  • BigOnYa @ BigOnYa:
    What the hell is Kodi reposts? what do you mean, or "Wut?" -xdqwerty
  • K3Nv2 @ K3Nv2:
    Google them basically web crawlers to movie sites
  • BigOnYa @ BigOnYa:
    oh you mean the 3rd party apps on Kodi, yea i know what you mean, yea there are still a few cool ones, in fact watched the new planet of the apes movie other night w wifey thru one, was good pic surprisingly, not a cam
  • BigOnYa @ BigOnYa:
    Damn, only $2.06 and free shipping. Gotta cost more for them to ship than $2.06
    +1
  • BigOnYa @ BigOnYa:
    I got my Dad a firestick for Xmas and showed him those 3rd party sites on Kodi, he loves it, all he watches anymore. He said he has got 3 letters from AT&T already about pirating, but he says f them, let them shut my internet off (He wants out of his AT&T contract anyways)
  • K3Nv2 @ K3Nv2:
    That's where stremio comes to play never got a letter about it
  • BigOnYa @ BigOnYa:
    I just use a VPN, even give him my login and password so can use it also, and he refuses, he's funny.
  • BigOnYa @ BigOnYa:
    I had to find and get him an old style flip phone even without text, cause thats what he wanted. No text, no internet, only phone calls. Old, old school.
  • Psionic Roshambo @ Psionic Roshambo:
    @BigOnYa, Lol I bought a new USB card reader thing on AliExpress last month for I think like 87 cents. Free shipping from China... It arrived it works and honestly I don't understand how it was so cheap.
    +1
  • BakerMan @ BakerMan:
    fellas
    BakerMan @ BakerMan: fellas