-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding User Houses #14
Comments
Unfortunately the Aerofoil tools haven't been ported and are currently only available on Windows. |
OK, thanks for your quick response. I have an archive of about 500 houses, mostly in .sit format. If I send you a Google Drive link, would you be willing to convert some/all of them for me? |
I don't think so. The gpr2gpa tool has a wildcard mode now though, so you can bulk-convert houses that way if you can find a Windows machine. |
Now that #19 has been merged, you should be able to build and run the conversion tools on macOS, unless I overlooked something when porting them. See #8 (comment) for more details on building on macOS. There isn't yet a packaged Mac release of Aerofoil with the tools included, so you will have to build them. I think you need Xcode installed (from the App Store) to provide a compiler, and at minimum you'll need to install CMake to build the tools. For a from-scratch build of Aerofoil itself (and the tools and resources) you also need SDL 2 and FreeType 2. CMake should find these libraries automatically if you have them installed in the way it expects, though I don't know exactly what that way is on macOS.
Here's a basic guide to converting an example house from a StuffIt archive with this structure:
It will help to have some basic familiarity with the command line. Knowing about the working directory and how to change it, and how the shell performs word splitting should be enough, but this is by no means required knowledge. In Terminal on macOS, you can insert the correctly-escaped full path to any file or folder by dragging its icon onto the Terminal window.
to produce |
Hello - thank you for Aerofoil! I used to play Glider PRO in the 90's and this port is very well done.
I am running Aerofoil on Mac OS 10.14. I have a number of houses in .sit format that I am trying to convert to the Aerofoil "triplicate" format. I've read through userhouses.txt but I am unclear on how to use "unpacktool". Can someone provide me with a step-by-step instruction list on what to do? My coding chops are zero.
The text was updated successfully, but these errors were encountered: