About Super Mario 3D All Stars...

Imancol

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

Imancol

Otak Productions
Member
Joined
Jun 29, 2017
Messages
1,376
Trophies
0
XP
2,766
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,297
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,297
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,297
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,766
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,766
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,766
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
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
  • I @ I-need-help-with-wup-wiiu:
    i need help with nusspli failed downloads, can someone respond to my thread? pretty please:wub:
  • Sheeba- @ Sheeba-:
    I can't wait to hack my 11.00 PS4 pro
    Sheeba- @ Sheeba-: I can't wait to hack my 11.00 PS4 pro