richardthombs / scunpacked

Star Citizen data browser and API
https://scunpacked.com
GNU General Public License v3.0
62 stars 16 forks source link

Working with the latest unp4k #89

Closed pdm-pcb closed 2 years ago

pdm-pcb commented 2 years ago

Hey there - I'm trying to assemble a local copy of the website's database, and while following the readme instructions, I'm getting a path error. Per EntityServices.cs:82, there's supposed to be a path, "Data\Libs\Foundry\Records\entities". No such path exists after I ran unp4k as documented. Instead I've got TagDatabase and associated file, so loader throws an exception and exits.

Any pointers would be appreciated. =)

vrdeals commented 2 years ago

cd c:\scdata\3.7.2 unp4k.exe 'C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\Data.p4k' .xml unp4k.exe 'C:\Program Files\Roberts Space Industries\StarCitizen\LIVE\Data.p4k' .ini unforge.exe .

You have surely forgotten the last step Run the unforge.exe from the Data folder on the command line and don't forget to append the parameter . Only this process creates all the files in the records folder.

pdm-pcb commented 2 years ago

XD! That seems highly likely. I sincerely appreciate the guidance!