War RaVeN Posted December 11, 2017 Posted December 11, 2017 Hi all, I downloaded the game first "CM Black Sea v200 Installer" and I activated it with the serial... it runs flawless. Next I downloaded the module pack "CMBS Mac v210 Patch Installer" did the install but I got no activation field?! So I tried to start the game and it shows in the right corner V2.10... but all the new battle or campaigns are grayed and seems not working... the one in white runs fine.... What do I wrong? any help here... Kind regards, 0 Quote
sburke Posted December 11, 2017 Posted December 11, 2017 You need to run the activation shortcut. 1 Quote
War RaVeN Posted December 11, 2017 Author Posted December 11, 2017 Thx for the reply sburke, But I don't see or have the activation shortcut...... Can you point where to find it? Regards, 0 Quote
War RaVeN Posted December 11, 2017 Author Posted December 11, 2017 It create only a text file "Activate New Products - CMBS" And nothing else..... " #!/bin/sh # Activate New Products.sh # # Created by Battlefront.com, Inc. on 10/19/16 # DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" open -n "$DIR"/"CM Black Sea.app" --args -showui " Any help? 0 Quote
Splinty Posted December 12, 2017 Posted December 12, 2017 Try right clicking on the game icon on your desktop. This will open the game folder, which should have the activation shortcut in it. Use the game code that came with the battlepack to activate the greyed out scenarios and campaigns. 1 Quote
War RaVeN Posted December 12, 2017 Author Posted December 12, 2017 Thank you for the reply Splinty, But no go... the contents of the game are showing none of the needing files, shortcuts.... Also I looked in all the other dir's.... and did a deep search.... no shortcut Maybe a full delete with AppDelete and a full re install? 0 Quote
A Canadian Cat Posted December 12, 2017 Posted December 12, 2017 1 hour ago, War RaVeN said: I am not a Mac user but that item at the top "Activate New Products - CMBS" looks promising. Does it run if you do the equivalent of double clicking on it for the Mac. 0 Quote
sburke Posted December 12, 2017 Posted December 12, 2017 (edited) 18 hours ago, War RaVeN said: It create only a text file "Activate New Products - CMBS" And nothing else..... " #!/bin/sh # Activate New Products.sh # # Created by Battlefront.com, Inc. on 10/19/16 # DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" open -n "$DIR"/"CM Black Sea.app" --args -showui " Any help? ack, a MAC user! Sorry really unfamiliar with the OS, but either see the notes above or contact the helpdesk. I know on the PC side how to create an activation shortcut, but not on MAC side assuming it isn't there. That -showui is pretty much it on the PC side. Edited December 12, 2017 by sburke 0 Quote
A Canadian Cat Posted December 12, 2017 Posted December 12, 2017 Oh I missed that you mentioned the file I pointed to was created by an action you took. That looks like a bash script. It should be runnable. If double clicking it does not work then you can open a terminal window in the directory and type ./Ac<tab> and it will auto complete with the name. That should run the bash script and hopefully let you enter your code. If not then contact support - there should be an easier way. It seems you might need to do a few additional things check out: https://stackoverflow.com/questions/5125907/how-to-run-a-shell-script-in-os-x-by-double-clicking 0 Quote
War RaVeN Posted December 12, 2017 Author Posted December 12, 2017 Thank you all for the responses @ sburke, I think that it's missing a thing from the beginning, from the extraction or maybe something different with the new Os High Sierra? Not for me @IanL, seems something to to with a error in that script (I think) because I did run it in script-debugger and I got an error in the same line as in the Terminal... " chmod a+x (Activate New Products - CMBS) -bash: syntax error near unexpected token `(' MyBuddys-iMac:~ mybuddy$ " A big ? for me So this is more a thing for the helpdesk (I already send yesterday a ticket, no answer on the subject yet) Maybe it is something in the install script or a wrong renaming for an extension to a text file? I got no troubles for installing Red Thunders 5 years ago but then this was on an other Os and a other iMac Kind regards, 0 Quote
War RaVeN Posted December 19, 2017 Author Posted December 19, 2017 Works now! " #!/bin/sh # Activate New Products.sh # # Created by Battlefront.com, Inc. on 10/19/16 # DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" open -n "$DIR"/"CM Black Sea.app" --args -showui " Just dropping this file on Terminal.... works. And a big thx to the Battlefront crew!!! 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.