• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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: 84
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