Here are the steps I took to "merge" files from the RCT3 Platinum I purchased for Windows with the RCT3 Soaked I have installed for Mac OS X 10.6:
1. Install unshield
http://downloads.sourceforge.net/project/synce/Unshield/0.6/unshield-0.6.tar.gz
Place the downloaded file in the /Users/Shared folder.
Open the Terminal application and run the following commands as an administrator.
2. Unpack RCT3 disc contentsCode:cd /Users/Shared tar xvjf unshield-0.6.tar.gz cd unshield-0.6 ./configure make sudo make install
3. Copy files to Applications folder (except for water shaders)Code:unshield -g _Common -d /tmp/rct3 x /Volumes/RCT3/data2.cab
Code:sudo rsync -Irltv --exclude rct3.dgf /tmp/rct3/_Common/ /Applications/RCT3.localized/Data/
4. Fix permissions
Code:sudo chmod -R go+rx /Applications/RCT3.localized/Data/
A preliminary check shows that it seems to work, but I would prefer that Atari/Aspyr releases a complete RCT3 for Mac OS X. There are a number of bugs that really need fixing (such as the water park crash). I will probably just end up running RCT3 Platinum under Windows with Vmware Fusion if that works sufficiently.
I may be bad at computers, so help me.
When I open Terminal, do I just type it in the window? I did, and nothing happened.