Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/23/2024 in all areas

  1. information about indents and sizes is in the *.rif file I made an unpacker for *.clu/*.rif (throw rif to exe, the rest of the .clu files should be in the same folder) it will unpack the raw files. then you can throw the unpacked file on exe, for example, to save ChrTxt as lines in txt or split Sprites as sprites) sprites are 8 bits per pixel, these are indexes to the color in the palette. the palette can be common for all sprites in "*.Sprites" it can be determined by its small size ~<1000bytes sample (..\clu\Files_swordres\general\5\File_1.Sprite) I specified the palette manually. There are also compressed sprites, such as RLE7 (can be unpacked in qbms) and JIM, I don’t know what kind of compression this is. You can also create a config.ini near the exe to specify the text encoding, or indicate whether to unpack Sprites. You can create it by launching the exe and pressing the "D" button EDIT: if you do not have experience in programming and knowledge of compression and pixel formats, then I think it is impossible to translate ConsoleApp_CLU.zip
    2 points
  2. Try this script to extract data from PAC archive https://github.com/bartlomiejduda/Tools/blob/master/NEW Tools/Critical Velocity/Critical_Velocity_PAC_script.bms IRX/32 files are just PS2 executables.
    1 point
  3. camaro_face_index_blocks_stopp_start camaro_interior Still dividing face index blocks manually... edit: could anyone make sense of the IDs? Example: |BODY_COL|BODY|BOOST_L2|BOOST_L2_EXTERIOR_ONLY is addressed/linked to in two ways here # 0xf946: 10000 449b 1 0 be8 #58 28 35 b6 4e f4 1e 0 58 0x1336e by the ID #58 28 35 b6 4e f4 and by the offset 0x1336e. There are other IDs (or signatures) which seem to mark a (lod?) group, like 010057d12351.
    1 point
  4. BrutePix https://forums.qhimm.com/index.php?topic=3209.0 BrutePix_beta1.zip
    1 point
  5. Binxelview binary image explorer https://github.com/bbbradsmith/binxelview binxelview1500.zip
    1 point
  6. Maptapper by Codetapper https://eab.abime.net/showthread.php/showthread.php?t=69711 https://web.archive.org/web/20190910213112/https://codetapper.com/MaptapperSetup.exe MaptapperSetup.zip Porno-Graphic (fyi - it doesn't have to do anything with adult content, I suppose. 😄 It's just a name.) Porno_Graphic.zip Download --> https://github.com/badhacksnet/porno-graphic
    1 point
  7. JagView v1.0 by 2kdox https://www.t2e.pl/News/archiwum-t2e-9901.395/jagview-1.0.1592#.Um7rNhBoH1U jagviewer.zip
    1 point
  8. Naga Sprite Editor (works only on DOS!) https://www.zophar.net/utilities/graphutil/naga.html nagav18.zip Nana https://www.romhacking.net/reviews/3185/ [137]nana_v1_3.zip
    1 point
  9. yy-Chr.NET https://www.smwcentral.net/?p=section&a=details&id=27208 yychr20210606.zip
    1 point
  10. Puxtril TexViewer https://github.com/Puxtril/TexViewer TexViewer_Windows.zip
    1 point
  11. Texture64 https://github.com/jordanbarkley/Texture64 Texture64-master.zip Infontile https://www.zophar.net/utilities/graphutil/infontile.html Infontile.zip Tile Layer Pro https://www.romhacking.net/utilities/108/ Tile_Layer_Pro.zip
    1 point
  12. Have now added the remaining offset. With the many files you get confused quickly. 🙃 binfbx_loader_source_june.zip
    1 point
  13. @katashi: look at text.clu. There's several languages contained. @Hulk. the format of the text clue is easy to obtain: 89 text entries (first text block) It was a Paris daily tabloid newspaper full of xxx, scandal and sports results. It was a thin, supple twig of hazel. The towel was soaked through with water. The towel had dried out but was still damp. The towel had dried out and was barely damp. It was a key ring bearing one large brass key and a tag which read 'Hotel Ubu'. It was the bright red ball I'd got from the juggler. The statuette looked pretty sorry for itself after its fall; chipped with both arms broken off. ... 22 text entries Ein Stapel Kartons, in denen mal Weinflaschen verpackt waren. Ich untersuche die Kartons genauer. Sie sind feucht, ziemlich muffig und einwandfrei leer. Eine Plastikkiste. Hier gibt's nix Interessantes... Das Regenrohr sieht so aus, als ob es mein Gewicht tragen könnte... ... Search for "ChrTxt" to approach to next offsets' table. The format of script.clu seems to contain tokens. Debugging required to get the text of script cmmands, if any commands table exists. maps clu, checked in gimp
    1 point
×
×
  • Create New...