TenebraeQuake Icon

Using mission packs with AppleScript

You can start mission packs with AppleScript.

Please follow this steps to use official mission packs with AppleScript:

  1. Open the ScriptEditor located at the "AppleScript" folder inside your "Applications" folder.

  2. Create a new script with the following three lines:

    tell application "TenebraeQuake"
        run params "-hipnotic"
    end tell

    Replace "-hipnotic" with "-rogue" if you want to use Mission Pack 2.

  3. Save the new AppleScript as "Application".

Please follow this steps to use mods with AppleScript:

  1. Open the ScriptEditor located at the "AppleScript" folder inside your "Applications" folder.

  2. Create a new script with the following three lines:

    tell application "TenebraeQuake"
        run params "-game MOD_NAME"
    end tell

    Replace "MOD_NAME" with the name of the mod.

  3. Save the new AppleScript as "Application".


Related Topics

Using mission packs by dragging them onto the TenebraeQuake application icon

Using mission packs from the startup dialog

Using mission packs by moving them to the "id1" folder

Using mission packs from the command line