About Super Mario 3D All Stars...

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,776
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,319
Country
Italy

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,776
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,319
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,319
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,319
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,776
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,776
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,776
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
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    They should've just made it a movie at 50 minutes
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No from Paramount Plus or whatever it is
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Psi now has access to every streaming and cable channel out
  • K3Nv2 @ K3Nv2:
    Eh I'd rather just download and delete is it already up on paramount?
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah it's on now
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, why are most new south park episodes half hour specials?
    +1
  • K3Nv2 @ K3Nv2:
    @Psionic Roshambo, let me get a Netflix account I've always been nice to you
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I made a honey pepper glazed turkey breast for dinner turned out pretty bomb
  • K3Nv2 @ K3Nv2:
    We can Netflix and chill
  • Xdqwerty @ Xdqwerty:
    Nvm not half hour, but hour long
  • Xdqwerty @ Xdqwerty:
    Normal south park episodes are already half hour
  • Psionic Roshambo @ Psionic Roshambo:
    Got 2 free Xumo boxes they work pretty good
  • K3Nv2 @ K3Nv2:
    I'm happy to get anything most series don't make it pass 6 seasons
  • Psionic Roshambo @ Psionic Roshambo:
    Except Stars and Encore those are being a bitch lol
  • K3Nv2 @ K3Nv2:
    I may consider that onn pro box finally a media box with type A ;O
    +1
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, cuz the companies don't want em to
  • K3Nv2 @ K3Nv2:
    No it's revenue and demand south park could argue has a bigger audience than family guy about the same
    +1
  • K3Nv2 @ K3Nv2:
    Family guy is worth 300mill south parks worth 1Bill according to the interwebs
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, probably cuz family guy is more disliked compared to south park
  • K3Nv2 @ K3Nv2:
    It just does the same formula south park can press buttons without going overboard
  • Xdqwerty @ Xdqwerty:
    And bc most of the family guy budget is spent on the voice actors rather than on the animation
  • K3Nv2 @ K3Nv2:
    Southpark could spend 30k on a animated dick and people would laugh at it
    +2
  • K3Nv2 @ K3Nv2:
    lol one prescription to Lizzo
  • Xdqwerty @ Xdqwerty:
    who is lizzo?
  • Xdqwerty @ Xdqwerty:
    yawn
    Xdqwerty @ Xdqwerty: yawn