--- deliantra/Deliantra-Client/makebin.osx 2008/08/20 18:26:03 1.3 +++ deliantra/Deliantra-Client/makebin.osx 2008/09/01 09:17:46 1.5 @@ -168,6 +168,11 @@ This disk image contains the Deliantra MORPG game client. +The client has been compiled for Intel systems only. + +The client uses a lot of right mouse button click pop-up menus, to emulate +a right-click with a mouse that has only one button, use ctrl-click. + To play it, simply double-click it, then select a good graphics resolution in the Setup => Graphics tab and then go to Setup => Login, enter a nickname (no spaces, only ASCII letters supported) and a password, then hit Login. @@ -209,9 +214,15 @@ # now, the last third, putting all this into a dmg -hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"Deliantra_MORPG_Client-$VER".dmg -ls -l ~user/"Deliantra_MORPG_Client-$VER".dmg +DMG="Deliantra_MORPG_Client-$VER".dmg + +hdiutil create -srcfolder dmg -volname "Deliantra MORPG Client" -ov -format UDZO ~user/"$DMG" +ls -l ~user/"$DMG" rm -rf dmg +chmod 644 ~user/$DMG +echo http://data.plan9.de/"$DMG" +rsync -avPessh ~user/"$DMG" ruth:/var/www/data.plan9.de/. +