-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use
Question
forlorn1
So I'm trying to figure out how to extract the game assets.
I've built the Mzero 0.20 server on Ubuntu 14.04, and everything seemed to go fine. I've got the 1.12.1 client installed on Windows 7. I've also copied the client install up to a separate directory on the Ubuntu server in case I could do the extraction better there.
I started trying to extract the assets on Ubuntu, since I'm a linux sysadmin by trade, so I figure it wouldn't be too bad. I wasn't able to find all the extractors in the location in wiki, nor was I able to get the ones I could find compiled. They would fail looking for libz and libmpq. Even though libz is installed and I built and install libmpq from the server git clone. I briefly looked at hacking the Cmake makefiles to add the libraries , but they are in /usr/lib, so I'm not sure why they aren't being found.
So I figured maybe it was easier on Windows. So I copied all the extractors over to the client directory on my W7 install, and then saw that the automated extraction script was a bash shell. I installed cygwin, but the script bombs out with an error in the DisplayHeader() function definition. Running the tools by hand results in
Read LiquidType.dbc file...Could not open DBCFile DBFilesClient\LiquidType.dbc.
Fatal error: Invalid LiquidType.dbc file format!
Is there anywhere a better documented way to proceed. I'd really like to get the server up to play with, and the mysql stuff looks pretty straightforward, but I can't get the assets extracted.
Any help appreciated.
Thanks
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.