OS/X WeiDU testers needed
Nifft
Member Posts: 1,065
I've uploaded an OS/X intel mac version of WeiDU (latest unstable GIT version) here:
http://forum.baldursgate.com/discussion/16185/trying-to-compile-weidu-in-mac-osx
I've only tested on OS/X 10.6, but plenty of people are going to be running 10.7 and 10.8 by now, so I'd really like it if people with those systems could kick the tires on this binary.
I'm testing on a Wineskin'd BGEE on OS/X, and that works, but perhaps some Beamdog folks could test it on MacBGEE directly? :-)
Thanks! -- N
http://forum.baldursgate.com/discussion/16185/trying-to-compile-weidu-in-mac-osx
I've only tested on OS/X 10.6, but plenty of people are going to be running 10.7 and 10.8 by now, so I'd really like it if people with those systems could kick the tires on this binary.
I'm testing on a Wineskin'd BGEE on OS/X, and that works, but perhaps some Beamdog folks could test it on MacBGEE directly? :-)
Thanks! -- N
0
Comments
The version that I've got pre-loaded on my Mac right now, except for the last 100mb.
That version is going to be a lot more relevant to everyone. ;-)
If it's any help, the program that you are commenting on is licensed under the LGPL v2, which means that it explicitly disclaims "fitness for" any "particular purpose", and your comments about your own experience with the program can't be held against you or anyone else. (Or so the FSF claims, and they seem to have decent lawyers.)
That reminds me, I should put a git-hub link near the executable I uploaded, for GPL compliance.
I'm also running OS X 10.6.8 but if you need further testing once the mac version is released, let me know.
As always, PLEASE remember to back up your BGEE installation before you try any modding!
Soon I'll be writing a detailed guide on how to install mod in BGEE OSX.
Thank you.
Contrary to Windows, there should not be any dependency on OSX version to get the ln command to work.
If you make a symbolic link (ln -s), it is just a redirect that can't be broken, unless the target disappears. As long as BGEE keeps the english text file in lang\en_US, a symbolic link from 00766 directory to lang\en_US\dialog.tlk will remain safe.
With the Unix base in OSX, you are safe using symbolic links. I don't think there are restrictions about who can create symbolic links either.
In Windows, there are issues with symbolic link missing below Vista and requiring administrative rights otherwise.
During the last update, I didn't loose the links on dialog.tlk and dialogF.tlk, so I assumed they were symbolic. Actually they were hard links. And I used the symbolic links for stuff required by Shadow Keeper, not the dialog.tlk file.
And using symbolic links instead doesn't work, as least on Windows. WeiDU complains that the files are too small to be tlk files.
Maybe it works better on Linux or OSX, where links are probably more part of the core things.
I used symlinks exclusively when testing WeiDU on my Wineskin WinBGEE.