Page 5 of 7

Re: NFS Payback

Posted: Sat Apr 06, 2019 10:15 am
by Kenzisto
mono24 wrote: Fri Apr 05, 2019 3:13 pm
Kenzisto wrote: Fri Apr 05, 2019 12:02 pmJust to be sure can I use any cars skeleton
Yes, any, literally any skeleton will work regardless what its for, character/car/birdy you name it, as long as its renamed accordingly.
alright i managed to get that ASCII and SMD files ectracted properly thanks :)

however i ran into this problem when getting the DDS textures. the tool crashes when attempting to convert the first texture.

sorry for the long error message on attachment

Re: NFS Payback

Posted: Thu Apr 11, 2019 12:29 pm
by Kenzisto
I've imported the GOLF but some parts are missing E.g: bumpers boots lights wheel exhaust basically every custormizable part is missing. how can i fix this

Re: NFS Payback

Posted: Tue Apr 16, 2019 5:51 pm
by mono24
Kenzisto wrote: Sat Apr 06, 2019 10:15 ami ran into this problem when getting the DDS textures. the tool crashes when attempting to convert the first texture.
That tool was never updated to work for the NFSP game, your out of luck regarding textures for the game. Or you can try Frosty Tool Suite.
Kenzisto wrote: Thu Apr 11, 2019 12:29 pm I've imported the GOLF but some parts are missing E.g: bumpers boots lights wheel exhaust basically every custormizable part is missing. how can i fix this
The file is correct, that's what's exported from that file alone, the rest of the parts are in the main folder for each vehicle in the customization subfolder and need to be converted one by one, they are multiple for al customizations possible for that specific vehicle.

Re: NFS Payback

Posted: Sat Jun 15, 2019 10:05 pm
by Ezekiel
I want to thank again daemon1 and mono24 for hard work,

Re: NFS Payback

Posted: Sun Jun 16, 2019 6:56 am
by Dinoguy1000
Ezekiel wrote: Sat Jun 15, 2019 10:05 pm I want to thank again daemon1 and mono24 for hard work,
That's fine, but we prefer you to click the "thanks" button on posts that you want to thank the author for. It's the little thumbs-up icon next to the quote button. :)

Re: NFS Payback

Posted: Sun Jun 16, 2019 10:39 am
by Ezekiel
sorry, My post was about to ask for some help, but it turned out like a bump...


So I have problem again with few objects,

Fb_NFSPB_mesh keep crashing and giving me ASCI 0 KB files sometimes.
You guys said that we need to change skeleton to walrus, but the mesh I want to convert does not contain skeleton.ebx
joshua_tree.rar
Can anyone take a look at this, maybe it's there but I can't identify

Thanks.

Re: NFS Payback

Posted: Sun Jun 16, 2019 11:46 pm
by mono24
Ezekiel wrote: Sun Jun 16, 2019 10:39 am You guys said that we need to change skeleton to walrus, but the mesh I want to convert does not contain skeleton.ebx
Go back and trace your steps closely, and pay attention, as I've mentioned ANY skeleton will do, only few items with in each Frostbite games have actual skeleton, some skeletons are used across multiple assets, now your sample doesn't have a specific skeleton in order to be converted, just use same skeleton renamed that you used before on files that worked.

I currently do not have any of the files extracted to test stuff myself.

Re: NFS Payback

Posted: Mon Jun 17, 2019 10:02 am
by Ezekiel
yeah, you were right chief, any of them skeletons are fine..
so glad I resolved this quick, thought no one gone reply since it's old theme..
Big Thanks

Re: NFS Payback

Posted: Sun Jun 30, 2019 11:46 pm
by DHR
I am extracting my game, but could someone please assist me to obtain sound files? I only need 180sx and s15 sound files please.

Re: NFS Payback

Posted: Mon Jul 01, 2019 5:46 am
by mono24
DHR wrote: Sun Jun 30, 2019 11:46 pm...but could someone please assist me to obtain sound files?
https://github.com/NicknineTheEagle/Frostbite-Scripts

Re: NFS Payback

Posted: Mon Jul 01, 2019 3:16 pm
by DHR
mono24 wrote: Mon Jul 01, 2019 5:46 am
DHR wrote: Sun Jun 30, 2019 11:46 pm...but could someone please assist me to obtain sound files?
https://github.com/NicknineTheEagle/Frostbite-Scripts
I somehow got the fbdecoder to work, but it only extracts a few audio files and it ends like this
Image

Re: NFS Payback

Posted: Mon Jul 01, 2019 5:14 pm
by mono24
DHR wrote: Mon Jul 01, 2019 3:16 pmI somehow got the fbdecoder to work, but it only extracts a few audio files...
Use link I posted for the recent and better support of the scripts, it has full audio and car sounds support in their native format with out decoding them to wav/mp3.
The script your using is deprecated and no full audio support among other things.
Delete everything and start from scratch using the new scripts.

good luck

Re: NFS Payback

Posted: Tue Jul 02, 2019 1:30 am
by DHR
mono24 wrote: Mon Jul 01, 2019 5:14 pm
DHR wrote: Mon Jul 01, 2019 3:16 pmI somehow got the fbdecoder to work, but it only extracts a few audio files...
Use link I posted for the recent and better support of the scripts, it has full audio and car sounds support in their native format with out decoding them to wav/mp3.
The script your using is deprecated and no full audio support among other things.
Delete everything and start from scratch using the new scripts.

good luck
I keep getting this

"Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
======== RESTART: E:\Games\NFS Payback\AUdio\frostbite3\ebxtoasset.py ========
Loading GUID table...

Traceback (most recent call last):
File "E:\Games\NFS Payback\AUdio\frostbite3\ebxtoasset.py", line 31, in <module>
ebx.loadGuidTable(dumpDirectory)
File "E:\Games\NFS Payback\AUdio\frostbite3\ebx.py", line 34, in loadGuidTable
f=open(os.path.join(dumpFolder,"guidTable.bin"),"rb")
IOError: [Errno 2] No such file or directory: 'E:\\Games\\NFS Payback\\AUdio\\frostbite3\\New\\guidTable.bin'
>>> "

Re: NFS Payback

Posted: Tue Jul 02, 2019 5:42 am
by mono24
DHR wrote: Tue Jul 02, 2019 1:30 amI keep getting this

"Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
...
Capture.JPG

Re: NFS Payback

Posted: Tue Jul 02, 2019 1:13 pm
by DHR
mono24 wrote: Tue Jul 02, 2019 5:42 am
DHR wrote: Tue Jul 02, 2019 1:30 amI keep getting this

"Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
...
Capture.JPG
Still the same, even on newest python as well as this
Image