MacOS & sigma

Need help installing the mod?
Kottinmouth
Jungle Hunter
29 | 1
Great Supporter Badge
Donated 5 times
kambala wrote:here's macOS app created with Wineskin: https://mega.nz/#!xdQDjSqR!7uRTpmdewMEj ... 5sJCg-Tl9Y

working status:
  • game - yes (MP not tested), but in the log I see the following, not sure how it affects the game: Patch Failed, error in WriteProcessMemory when patching 'D2Launch.dll'
  • launcher - no
  • glide - no


If I use this link will it download a ready to play wine wrapper? Something that I can just click and go? Playing single player on Mac will work just fine for me.
User avatar
kambala
Djinn
509 | 87
Legendary Popularity Badge
Has a thread with over 250.000 views
Common Love Badge
Earned over 20 cookies
Common Guide Badge
Created a complete character guide
Great Contribution Badge
Is an active collaborator / developer
Kottinmouth wrote:
kambala wrote:here's macOS app created with Wineskin: https://mega.nz/#!xdQDjSqR!7uRTpmdewMEj ... 5sJCg-Tl9Y

working status:
  • game - yes (MP not tested), but in the log I see the following, not sure how it affects the game: Patch Failed, error in WriteProcessMemory when patching 'D2Launch.dll'
  • launcher - no
  • glide - no


If I use this link will it download a ready to play wine wrapper? Something that I can just click and go? Playing single player on Mac will work just fine for me.

yes, that's correct. Btw glide works fine, see previous messages in the thread.
totenkopf9
Skeleton
3 | 0
Common Supporter Badge
Donated 1 time
kambala wrote:
Kottinmouth wrote:
kambala wrote:here's macOS app created with Wineskin: https://mega.nz/#!xdQDjSqR!7uRTpmdewMEj ... 5sJCg-Tl9Y

working status:
  • game - yes (MP not tested), but in the log I see the following, not sure how it affects the game: Patch Failed, error in WriteProcessMemory when patching 'D2Launch.dll'
  • launcher - no
  • glide - no


If I use this link will it download a ready to play wine wrapper? Something that I can just click and go? Playing single player on Mac will work just fine for me.

yes, that's correct. Btw glide works fine, see previous messages in the thread.



Hey I know that everyone has been working hard to fix this issue, I appreciate the work because i wouldnt know where to start with all this. Im trying to use the link above and i keep getting stuck on a "verifying" loading bar. Is there something i missed? Do i need to open this with a particular program or have a certain OS? currently running mojave 10.14.3
User avatar
kambala
Djinn
509 | 87
Legendary Popularity Badge
Has a thread with over 250.000 views
Common Love Badge
Earned over 20 cookies
Common Guide Badge
Created a complete character guide
Great Contribution Badge
Is an active collaborator / developer
totenkopf9 wrote:Hey I know that everyone has been working hard to fix this issue, I appreciate the work because i wouldnt know where to start with all this. Im trying to use the link above and i keep getting stuck on a "verifying" loading bar. Is there something i missed? Do i need to open this with a particular program or have a certain OS? currently running mojave 10.14.3

Please try this: viewtopic.php?p=224701#p224701
kambala wrote:open Terminal.app, type:
sudo xattr -rd com.apple.quarantine /path/to/the/downloaded/app

and then run the .app again

but I have no idea if it'd actually help
totenkopf9
Skeleton
3 | 0
Common Supporter Badge
Donated 1 time
it doesnt seem like it did anything.
User avatar
kambala
Djinn
509 | 87
Legendary Popularity Badge
Has a thread with over 250.000 views
Common Love Badge
Earned over 20 cookies
Common Guide Badge
Created a complete character guide
Great Contribution Badge
Is an active collaborator / developer
totenkopf9 wrote:it doesnt seem like it did anything.

probably stupid question: did you press Return in the terminal after typing the command and then type admin password when requested?

if it still doesn't work, please search the internet for solution.
totenkopf9
Skeleton
3 | 0
Common Supporter Badge
Donated 1 time
kambala wrote:
totenkopf9 wrote:it doesnt seem like it did anything.

probably stupid question: did you press Return in the terminal after typing the command and then type admin password when requested?

if it still doesn't work, please search the internet for solution.


Yeah I did that. Currently working on setting up windows on bootcamp. Hope you guys can get a native mac version going soon
User avatar
kambala
Djinn
509 | 87
Legendary Popularity Badge
Has a thread with over 250.000 views
Common Love Badge
Earned over 20 cookies
Common Guide Badge
Created a complete character guide
Great Contribution Badge
Is an active collaborator / developer
totenkopf9 wrote:Hope you guys can get a native mac version going soon

it will never happen. The only native thing that might be released is the Launcher.
User avatar
CryptoLogiq
Skeleton
2 | 0
hi all, i fix my errors launch with @Deafwave for start Sigma on Linux.

How To Install Sigma on Linux :

1 - fresh install : (1.13c work's for me)
(install 1.13c ? go > https://www.reddit.com/r/pathofdiablo/c ... 3/d160fdh/ )
PS : i will try with 1.14b (fresh bnet installer) after night lol (today i tested and don't work for me)

2 - Download files Manually :

D2lang.dll
D2Sigma.dll
Fog.dll
MXL.mpq
MedianXL_Sigma_Linux.sh

https://drive.google.com/file/d/1Gq3xO6 ... sp=sharing

3 - After download > extract all on your fresh D2 install (no mods or others...)

4 - Set the script to executable
file extension to .sh "MedianXL_Sigma_Linux.sh" modify to executable file "chmod -x"
or by interface , propriety > change to executable file

5 - modify the script with editor text

Code: Select all

#!/bin/bash
cd ${0%/*}
export WINEPREFIX="/home/$USER/.wine_Diablo2_MXL"
export PULSE_LATENCY_MSEC="60"
export windebug="-all"
wine 'Diablo II.exe' -3dfx


Save yours changes !

6 - install manually Glide Wrapper :

http://www.svenswrapper.de/english/downloads.html

extract all files in your folder D2 fresh install

and create a script.sh for Glide :

Code: Select all

#!/bin/bash
cd ${0%/*}
export WINEPREFIX="/home/$USER/.wine_Diablo2_MXL"
export windebug="-all"
wine 'glide-init.exe'


launch and settings glide with your prefs.

Tip's :

use this to setting the medianXL wine in desktop resolution of your screen resolution use for preserve crash or loose resolution and it's must have if you use glide wrapper because glide on Linux use native resolution of game and the effects is not good for full screen best quality...
and for me the switch "alt-tab" it's very fast with this tip's.

use this script for rapid launch winecfg :

Code: Select all

#!/bin/bash
cd ${0%/*}
export WINEPREFIX="/home/$USER/.wine_Diablo2_MXL"
export windebug="-all"
winecfg


and in screen resolution tab of winecfg go to check "virtual desktop" witch your screen resolution use on your desktop habitually...

7 - launch and play =)

Enjoy !

PS : for me the local game don't work but net it's OK ! (on local i get a mess error : bad files)

last update 05 march 2019
dynamic local path for script
i will update the files in my compress folder for others peoples
User avatar
CryptoLogiq
Skeleton
2 | 0
vtx09 wrote:
D2Stats do work with Wine on Linux but you have to let it stall in the background first, launch Median and then bring back D2Stats to foreground.

Code: Select all

wine D2Stats.exe &

Wait like ten seconds for it to stall.

Code: Select all

wine D2SE.exe &
launch MedianXl and enter the game.

Code: Select all

fg +
restarts D2Stats and you're ready to go.


it's work for Sigma ? because i test and i get a mess error... i don't use d2se of course