• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Mac Client Questions

Status
Not open for further replies.
Level 2
Joined
Apr 8, 2018
Messages
5
Huge WC3 fan since initial release. Now using a Mac but would love to be able to play a bit just for fun.

DLd the Mac PTR client, game runs fine.

Only issues I see right now:
-Definitely not 16:9
-Resolution options top out at 1280x800

Anyone have any idea if this is fixable?

Version 1.29.0.8920
 
Level 2
Joined
Apr 8, 2018
Messages
5
Notice black bars on side
 

Attachments

  • Screen Shot 2018-04-09 at 12.00.48 PM.png
    Screen Shot 2018-04-09 at 12.00.48 PM.png
    1.4 MB · Views: 89
Try running it with the command -nativefullscr. This might cause some other problems, but it should allow you to have more resolution options. To run it with that command, follow these steps:
  • Open spotlight, and type "Applescript Editor". Hit enter to open it.
  • Copy and paste this code into the text view:
    Code:
    do shell script "open \"/Applications/Warcraft III Public Test/Warcraft III.app\" --args -nativefullscr"
  • The script above assumes your PTR app is located under Applications > Warcraft III Public Test > Warcraft III.app. If it isn't, you should edit the path as necessary.
  • So far, it should look like this:
    Screen Shot 2018-04-09 at 10.02.23 AM.png
  • Press the run button (it is the icon to the left of the hammer). It should open Warcraft III, and you should see other resolution options under Options > Video. If it works, you can save this script somewhere on your mac as an application and just double click it whenever you want to launch wc3.
Let me know if you run into any problems!

EDIT: Also, the 16:9 resolution only shows up in-game. At the moment, the start screen will just show black bars, but that's expected behavior.
 
Last edited:
Level 2
Joined
Apr 8, 2018
Messages
5
Try running it with the command -nativefullscr. This might cause some other problems, but it should allow you to have more resolution options. To run it with that command, follow these steps:
  • Open spotlight, and type "Applescript Editor". Hit enter to open it.
  • Copy and paste this code into the text view:
    Code:
    do shell script "open \"/Applications/Warcraft III Public Test/Warcraft III.app\" --args -nativefullscr"
  • The script above assumes your PTR app is located under Applications > Warcraft III Public Test > Warcraft III.app. If it isn't, you should edit the path as necessary.
  • So far, it should look like this:
    View attachment 296002
  • Press the run button (it is the icon to the left of the hammer). It should open Warcraft III, and you should see other resolution options under Options > Video. If it works, you can save this script somewhere on your mac as an application and just double click it whenever you want to launch wc3.
Let me know if you run into any problems!

EDIT: Also, the 16:9 resolution only shows up in-game. At the moment, the start screen will just show black bars, but that's expected behavior.


THank you very much for taking the time to do this. It works like a charm, but no longer able to scroll up with mouse during gameplay. Strange bug, maybe thats why the Mac client is currently resolution capped
 
THank you very much for taking the time to do this. It works like a charm, but no longer able to scroll up with mouse during gameplay. Strange bug, maybe thats why the Mac client is currently resolution capped

Ugh yeah, I forgot about that bug. It is awful. I'm hoping that they'll fix up their default setting so that we won't have to use the nativefullscr argument.
 
Status
Not open for further replies.
Top