Hi everyone , exist a way to open this type of file from this chinese version of NFS No Limits?
The weird thing is, the file is extension .png just like an image file, but this contain all the data used in the application.
Here's the samples:
https://drive.google.com/open?id=0B2n9Q ... lQxY1ZCZUk
Need for Speed EDGE .png file
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 36
- Joined: Fri Jun 24, 2016 6:26 am
Re: Need for Speed EDGE .png file
Thank you very much Aluigi !!!!!!! works fine, the bad news is this script doesn't working in the .obb from NFS No Limits.
Here's the .obb if you want to check it:
https://drive.google.com/open?id=0B2n9Q ... jJsWEpVMzQ
Here's the .obb if you want to check it:
https://drive.google.com/open?id=0B2n9Q ... jJsWEpVMzQ
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Need for Speed EDGE .png file
Unknown compression.
I have updated the script to version 0.1.1a to skip these files (saved "as-is" in the folder "unknown_compression")
I have updated the script to version 0.1.1a to skip these files (saved "as-is" in the folder "unknown_compression")
-
- Posts: 36
- Joined: Fri Jun 24, 2016 6:26 am
Re: Need for Speed EDGE .png file
Thank you very much Aluigi , You're the best!!!!
-
- Posts: 36
- Joined: Fri Jun 24, 2016 6:26 am
Re: Need for Speed EDGE .png file
. can you update the script to rename the unknown compression files to .sb3d?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Need for Speed EDGE .png file
You can do that by replacing the following line:
with:
Consider that some names are automatically generated so I don't know if this solution makes conflict like creating a file without filename and only the sb3d extension.
Code: Select all
string NAME p "%s/%s" "unknown_compression" NAME
Code: Select all
string NAME p "%s/%s.sb3d" "unknown_compression" NAME
Consider that some names are automatically generated so I don't know if this solution makes conflict like creating a file without filename and only the sb3d extension.
-
- Posts: 36
- Joined: Fri Jun 24, 2016 6:26 am
Re: Need for Speed EDGE .png file
Well, is better left the script intact, the cure can be worse than the disease.
Thanks.
Thanks.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Need for Speed EDGE .png file
Can't you just use a file renamer software (like Lupas or something recent)?