modding NHL 2K11, please help
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
modding NHL 2K11, please help
Hi guys,
I'm working on this mod for more than 2 years using Dolphin and custom textures.
I really wish I could improve the sounds and models, but I just cant figure out how to get to the actual game files from the iso. All that I can see is 2 big game compressed (?) files and few small system files.
I attached the start and the end of one of those big files and structure of the iso, as Luigi suggested to me.
Please let me know if anything is needed.
Thank you very much in advance.
I'm working on this mod for more than 2 years using Dolphin and custom textures.
I really wish I could improve the sounds and models, but I just cant figure out how to get to the actual game files from the iso. All that I can see is 2 big game compressed (?) files and few small system files.
I attached the start and the end of one of those big files and structure of the iso, as Luigi suggested to me.
Please let me know if anything is needed.
Thank you very much in advance.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
http://aluigi.org/bms/nhl_2k11.bms
No filenames and probably most of the files are of unknown type (don't expect png, dds, wav and so on).
No filenames and probably most of the files are of unknown type (don't expect png, dds, wav and so on).
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
aluigi wrote:http://aluigi.org/bms/nhl_2k11.bms
No filenames and probably most of the files are of unknown type (don't expect png, dds, wav and so on).
Wow!
1st thank you very much for your time. You are actually 1st person in 2 years that moved me somewhere with this!
I'm currently at work and can't wait to try this as I get finally home.
Thanks again!
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
So I managed to try it at work on notebook!
Everything work great, but it stops extraction with this error: incomplete input file..... Can't read 64 bytes from offset... etc.
Not sure what I'm doing wrong now.
I'm guessing you managed to decompress the game completely without this error, is that correct?
Thanks.
Everything work great, but it stops extraction with this error: incomplete input file..... Can't read 64 bytes from offset... etc.
Not sure what I'm doing wrong now.
I'm guessing you managed to decompress the game completely without this error, is that correct?
Thanks.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
Don't know what to suggest because the script is correct and so it's not its fault.
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Ah okay, so you haven't this error during the decompression.
So it must be something on my side.
Thanks.
So it must be something on my side.
Thanks.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
Oh no no.
What I meant is that the format says that the size of the archive is 0xe1d65440 bytes while the 0A file you provided is 0x7ff00000 bytes, so there is something missing.
I checked the first image you posted and I noticed a 0A and 0B files so this explains everything, basically the data is splitted in these 2 files that are seen as one and not as two separate archives.
Script 0.2
What I meant is that the format says that the size of the archive is 0xe1d65440 bytes while the 0A file you provided is 0x7ff00000 bytes, so there is something missing.
I checked the first image you posted and I noticed a 0A and 0B files so this explains everything, basically the data is splitted in these 2 files that are seen as one and not as two separate archives.
Script 0.2
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Man you are my hero honestly
So that clarify that error, thank god.
So the script needs some tweaks, right?
I'm not sure if it's your cup of tea, but here's a little showcase of that mod, in case you wanna look at it https://youtu.be/fR1Bzua7Aas
So that clarify that error, thank god.
So the script needs some tweaks, right?
I'm not sure if it's your cup of tea, but here's a little showcase of that mod, in case you wanna look at it https://youtu.be/fR1Bzua7Aas
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
The script is complete, haven't you tried the version 0.2?
It can be used even for reimporting the files (if you modify them) except the file 00000071.dat
It can be used even for reimporting the files (if you modify them) except the file 00000071.dat
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Where where??
Can't find the link anywhere in your post
Can't find the link anywhere in your post
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
Because it's ever the same:
http://aluigi.org/bms/nhl_2k11.bms
http://aluigi.org/bms/nhl_2k11.bms
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Oh my bad, I see you updated the 1st one!
Thanks
Thanks
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Awesome!
Worked smoothly, but at the end I get this little error.
I made photo of it and put it in attachment.
What do you think?
Worked smoothly, but at the end I get this little error.
I made photo of it and put it in attachment.
What do you think?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
It looks like you wrongly selected the whole folder instead of 0A and so after it finished to extract everything correctly (9b7.dat) then it tried to parse 0B.
So it's all ok you have already extracted all the files.
So it's all ok you have already extracted all the files.
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Yes exactly, that's what I did
So once again thank you very much for helping me with that!
Now I need to figure out what to do with all these .dat files haha
Any idea would be greatly appreciated..
So once again thank you very much for helping me with that!
Now I need to figure out what to do with all these .dat files haha
Any idea would be greatly appreciated..
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
Really no idea.
They don't seem compressed but I'm not sure.
They don't seem compressed but I'm not sure.
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Ya, just roughly testing few things..
Some of those dat files are obviously audio files. I imported them as raw data in Audiocity and it plays. Just very poorly.
The audio quality is really bad.
Some of those dat files are obviously audio files. I imported them as raw data in Audiocity and it plays. Just very poorly.
The audio quality is really bad.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
Usually when the audio looks "poor" (fast and lot of noise) it means the data uses a codec like adpcm
-
- Posts: 16
- Joined: Mon Jul 03, 2017 1:36 pm
Re: modding NHL 2K11, please help
Yes, exactly how you describe it.
I'll try to look for some converter. If you have any tips or so, I'm a big ear
Thanks.
I'll try to look for some converter. If you have any tips or so, I'm a big ear
Thanks.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: modding NHL 2K11, please help
You can create a new topic in the Audio section and upload one of these audio files.
I'm sure someone can help you with the codec.
I'm sure someone can help you with the codec.