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:
    My gaming stick can finally get use
  • K3Nv2 @ K3Nv2:
    I did see Walmart got new electric scooters now ab won't run out of juice in the middle of the parking lot
    +1
  • AncientBoi @ AncientBoi:
    :O:O:O $12. Cool
  • K3Nv2 @ K3Nv2:
    Yeah but one two ports
    +1
  • K3Nv2 @ K3Nv2:
    I'd rather spend like $15 more for double
    +1
  • K3Nv2 @ K3Nv2:
    Lol hogwarts legacy has a Arachnophobia setting to turn on
  • BigOnYa @ BigOnYa:
    I'd rather spend like $150 more for a surround receiver.
  • K3Nv2 @ K3Nv2:
    I bought the game at launch never fucked with it until recently
  • BigOnYa @ BigOnYa:
    Its fun, I like it, even tho I'm not a big harry potter fan. Like a wizard rpg. Flying around on a broomstick is cool.
  • K3Nv2 @ K3Nv2:
    Flying sucks ass on it
  • BigOnYa @ BigOnYa:
    Nuh just takes a min to get used to. I think you can upgrade or buy new broomstick also that are better.
    +1
  • K3Nv2 @ K3Nv2:
    I weirdly like inverted controls on all flying type games
  • BigOnYa @ BigOnYa:
    Prob can change it, inverted flying controls.
  • K3Nv2 @ K3Nv2:
    Only thing that annoys me is trying to find wtf to do in it
    +1
  • BigOnYa @ BigOnYa:
    Alright off to the store, later gators.
    +1
  • K3Nv2 @ K3Nv2:
    Some places amaze me were not in network with your insurance would you still like an appointment
    +1
  • AncientBoi @ AncientBoi:
    uhhh, I think I'll just stick with my PSP 3001
  • AncientBoi @ AncientBoi:
    lol, Now I gotta go to the store for more Coffee Mate n other stuff.
  • Xdqwerty @ Xdqwerty:
    i downloaded final fantasy vii into my tv stick
  • Xdqwerty @ Xdqwerty:
    i mean, the game was already there but its the japanese version
  • Xdqwerty @ Xdqwerty:
    and i only downloaded disc 1 so far bc of storage stuff
    Xdqwerty @ Xdqwerty: and i only downloaded disc 1 so far bc of storage stuff