Well, there're 5 files of zero size in both PAKs, which corrupted the script. Patched script is posted at the same post.GenericRipper wrote: ↑Sun Nov 08, 2020 6:03 pmI get an "incomplete input file" error on this file (both platforms)
Search found 797 matches
- Mon Nov 09, 2020 12:57 pm
- Forum: Game Archive
- Topic: Baja: Edge of Control [X360] *.XLF/*.XLL
- Replies: 8
- Views: 822
Re: Baja: Edge of Control [X360] *.XLF/*.XLL
- Sat Nov 07, 2020 1:33 pm
- Forum: Game Archive
- Topic: Baja: Edge of Control [X360] *.XLF/*.XLL
- Replies: 8
- Views: 822
Re: Baja: Edge of Control [X360] *.XLF/*.XLL
Thanks man! I always feel such words are pale while a simple click on the thumb button can speak louder. :wink: I had to change idstring ... however. Script updated at the same post for compatibility with PS3 files. Now I've got pairs of *.PAK/*.toc files & I'd love to get a bit of assistance with ...
- Fri Nov 06, 2020 7:25 pm
- Forum: Game Archive
- Topic: Baja: Edge of Control [X360] *.XLF/*.XLL
- Replies: 8
- Views: 822
Re: Baja: Edge of Control [X360] *.XLF/*.XLL
This BMS script for now can help you unpack the conatiner.
- Mon Sep 14, 2020 11:26 am
- Forum: 3D/2D models
- Topic: Dragon Raja Mesh Importor & Texture Convertor
- Replies: 84
- Views: 16613
- Tue Sep 08, 2020 2:10 pm
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
Well, apparently you noticed the integral-multiple-of-3 trick, which I forgot to memtion. Another auxiliary criterion is to check if there're duplicate faces in the indices. For this ibuf, there's another face using the indices 0, 1, 2 at address 0x32EE, which is easy to spot. And once you knew the ...
- Sun Sep 06, 2020 9:11 am
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
You should upload some clearer images.
- Thu Sep 03, 2020 5:16 pm
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
Like, for example, if I had 2A 05 then 00 0F ... I'm starting to think I confused big-endian with little-endian lol Yes, you should read them in little-endian, which's from the right to the left, as I've already said. So it's 0x52a followed by 0xf00, which's almost 3 times of the former value. but ...
- Thu Sep 03, 2020 1:58 pm
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
Last time you told me that listing all the places where there was a huge difference in the bytes I don't know if you actually understand what a jump discontinuity means. The reason I chose this term is that it's a really vivid concept for such situation. (reference image from Wikipedia) https://upl...
- Tue Sep 01, 2020 5:43 am
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
Refer to this post.
viewtopic.php?p=139002#p139002
viewtopic.php?p=139002#p139002
- Mon Aug 31, 2020 6:20 am
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
What would the best way be, then? I suggest to use a hex editor that supports color schemes, which's more friendly to human eyes, and easier for recognizing bytes in different ranges. The proper way is to work on the byte level and focus on the values of the most significant byte (MSB) of the indic...
- Fri Aug 28, 2020 12:56 am
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
So is the right way to find them taking each pair of bytes, reading them right to left, and comparing them to see if they're in order that way? Not exactly. I'm using HxD for my hex editor If that works for you. I found an option in HxD to put them into groups of 2 so I switched the attachment to h...
- Thu Aug 27, 2020 12:52 am
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
These are not the so-called jump discontinuities.
You need to understand that the data in the ibuf are all two-byte little-endian short integers. So you need to read from the right to the left.
- Wed Aug 26, 2020 3:51 pm
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
This time I did something different and tried to take notes of everything I was doing and connections I made between the numbers. Make sure to use proper terms like position address, normal stride, texcoord type etc. instead of phrases like "top address", to avoid confusion. I'm trying to figure ou...
- Mon Aug 24, 2020 1:34 pm
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
I was looking at it and frantically searching for the exact things you typed and getting myself utterly lost on the first screenful of addresses :lol: Believe me, most people feel the same when they attempted to take the shortcut instead of learning from the beginning. Yet not much people have the ...
- Sun Aug 23, 2020 7:51 am
- Forum: 3D/2D models
- Topic: Cars 2 model exporting problems- please help
- Replies: 47
- Views: 3850
Re: Cars 2 model exporting problems- please help
I've been looking at the picture, opening up the files in AMR and even trying to look at it in a hex editor EVEN? Observing the data within a hex editor is what you're supposed to start with. 8D but could I possibly ask where you got the numbers from in the Grem screenshot? Refer to the below image...
