@T'kael I've been having a little trouble with the new Play() relative paths. Unfortunately, the help doesn't specify how to use them, but after some trial and error, I have figured it out now. Still, I'd like to ask if the below is intended behaviour...
I tried using
%AppData%\\Roaming\\EDDI\\Sounds\\Kills\\God-like.wav
to use the AppData variable as this is where my sounds are kept, and my first guess was that AppData could be used as a relative path. However, EDDI reports that it can't be found, and proceeds to give a long path that's just not right, like this:
C:\\Users\\%USERNAME%\\AppData\\Roaming\\EDDI\\%AppData%\\Roaming\\EDDI\\Sounds\\Kills\\God-like.wav
(See attached log for the full error)
If I just try
\\Sounds\\Kills\\God-like.wav
then EDDI tries to use
C:\\Sounds\\Kills\\God-like.wav
Is this how it's supposed to work, or am I missing something?
After a bit more testing, I found that the 'relative path' seems to refer to the EDDI install folder. So to get it to work, I needed to just use
Sounds\\Kills\\God-like.wav
. Could the help be updated to clarify the relative path usage please?
I've only started to look over the changes, but what I've seen so far is pretty good. So thank you for another great release, even if it is beta!