The current mac launcher is set to:
Code:
+set fs_game tcetest +set com_hunkMegs 192 +set com_zoneMegs 64 +set com_soundMegs 48
This should be more than adequate for most users, but for those having the HunkMeg error increasing the ZoneMegs should over come any errors.
Mac users may want to use a new startup parameter. Go to the terminal and enter:
Code:
/Applications/Wolfenstein\ ET/Wolfenstein\ ET.app/Contents/MacOS/Wolfenstein\ ET +set fs_game tcetest +set seta com_zoneMegs 128 +set com_soundMegs 64 +set com_hunkMegs 192
and then save to your desktop as a unix executable, make sure to save with the "execute this command" enabled, and paste the above code into the box making sure "execute in a shell" is checked.
or use Applescript Script Editor and enter:
Code:
do shell script ("/Applications/Wolfenstein\\ ET/Wolfenstein\\ ET.app/Contents/MacOS/Wolfenstein\\ ET +set fs_game tcetest +set seta com_zoneMegs 128 +set com_soundMegs 64 +set com_hunkMegs 192")
and then save it as an Application to your desktop. (You can copy and paste the icon from the official launcher if so desired by using the "get info" command)
If your copy of Wolfenstein is not in the default Applications folder, then you will have to change the file path accordingly for both of these methods.