Jump to content

Der_Sascha

Member
  • Content Count

    8
  • Joined

  • Last Visited

Community Reputation

23 Positive

About Der_Sascha

  • Rank
    Freshman

Recent Profile Visitors

161 Profile Views
  1. macOS Winewrapper "Ready to go" (Silicon Compatible)

    Yes https://github.com/MacThings/gameconfig_simcity_4
  2. macOS Winewrapper "Ready to go" (Silicon Compatible)

    Version 1.0.5 is out. Dependencie Check added. Important: Only URLs are archived/used which where fetched with this function. All previous installed addons are not checked. It is no "sync" function.
  3. Mousewheel zooming in SC3K

    Hi Folx. Don´t know where to put this SC3K related post in the forum. Thats why I try it here. I want to share a little app (AutoHotkeyScript compiled as binary) which makes it possible to use the Mousewheel for zoom in and zoom out. Simply start it (a green "H" appears in your Traybar) and play the game. Thats it. That is in the app: WheelUp:: if WinActive("SimCity 3000"){ send, {NumpadAdd} return } else { send, {WheelUp} return } WheelDown:: if WinActive("SimCity 3000"){ send, {NumpadSub} return } else { send, {WheelDown} return } SC3K WheelZoom.zip
  4. macOS Winewrapper "Ready to go" (Silicon Compatible)

    You have a wrong path in your terminal command and you are targeting the wrong app. . Don`t know if the Wrapper itself needs to unlock too (I have SIP and Gatekeeper always disabled). Could not be bad simply unlock both. By the way ... you should not rename the Wrapper. My Config App needs the exact name to work properly and must be "SimCity 4". If you rename SimCity this way you will ever get the red install button. Anyway ... use this: sudo xattr -r -d com.apple.quarantine "/Users/mgb/Games/SimCity4/Game Config.app" sudo xattr -r -d com.apple.quarantine "/Users/mgb/Games/SimCity4/Sim*.app" or alternatively sudo xattr -r -d com.apple.quarantine "~/Games/SimCity4/Game Config.app" sudo xattr -r -d com.apple.quarantine "~/Games/SimCity4/Sim*.app" I think i will add an Anti-Quarantine-Script to unlock the Config App by one Doubleclick. And your understanding is correct because of the DLL. The Wrapper behaves like a "native" Win installation. EDIT: Here is a small app that should unquarantine the stuff. Place it into the game folder and start it. Enter your admin password and the files should be unblocked. If yiu are unsure because of root here ist the script inside. You see no phishing. #!/bin/bash cd ../../../ sudo xattr -r -d com.apple.quarantine Game*.app sudo xattr -r -d com.apple.quarantine Sim*.app echo "Done." echo " " echo "Happy gaming." Unquarantine.zip EDIT2: And here is the proof of working NAM.
  5. macOS Winewrapper "Ready to go" (Silicon Compatible)

    Its not damaged. Go to System/Security/General and allow opening (if the option is there). I hate the sh** Gatekeeper/SIP. If you don't pay anything at Apple as a developer, you will be bullied. Or try this: sudo xattr -r -d com.apple.quarantine "/path/to/Game Config.app" @ulisse That is the Windows version and what I can see all is working so far. Including NAM. The 4gb Patch is already applied. What for a dll you mean?
  6. macOS Winewrapper "Ready to go" (Silicon Compatible)

    At what Time did you download the Wrapper? I had a bug in the Config App that its doing nothing as you described. I updated the Wrapper already and the Config App has an Update Function now to make it easier in future. No need to download the whole wrapper again ... simply use the link to v1.0.2 of my App. It should work as in my Youtube Video above shown. Click
  7. macOS Winewrapper "Ready to go" (Silicon Compatible)

    @rsc204 Oh, its fixed now. The Wrapper is running on 10.15.4 up to latest Monterey And yes ... all after Catalina is 11.x and 12.x PS: Since I'm not a verified developer, the gatekeeper will complain. Then please open the Config app once via the system security tab. EDIT: Made a little Video too
  8. I just wanted to draw your attention to my Winewrapper (x64) for macOS (10.15.4 and up) with SimCity 4 Deluxe that I made. maybe one or the other finds it quite useful. All you need is the GOG installer of the game. Just click install game in my "Game Config" app, select the exe and the rest is automatic. The wrapper already brings everything else with it. This also includes the 4GB patch (which runs automatically) or Java SDK if you want to install NAM. Basically, this Game Config app is almost the same (except for the mod management) as the SC4 Launcher for Windows. Mods can be installed/placed in ~/Documents/SimCity 4/Plugins. Download PS: By the way, I have a few other wrappers on my website (SimCity 3000 for example).
×