i've just integrated my retail UT3 into steam, my only problem at the moment is connecting into other peoples/hosting my own games without creating a DMZ on this machine. i wasn't having that problem before steam, so i think it's a steam thing not a game thing. other than that i think it's a good step forward, and i'm sure…
Easily solved - use NTFS junctions and this program: http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html 1) copy game directory from steam somewhere else 2) right click on copied directory, choose "pick link source" 3) back in the steam folder right click on some empty space, choose "drop as junction" voila,…
Great news! However ... I think its kinda sucky that Steam is nowhere mentioned on the page. To a novice mac user, you're given a 'free game' but the download link actually is steam.dmg. If I were to share the good Portal news with non-tech friends I am sure they would be very puzzled by Steam appearing on their system,…
Hi! I tried to make a Save Presets script, but there is a problem with reading values from ini file. Here the script:( me = getSourceFileName() dir = getFilenamePath me iniFile = dir + "mECSPV.ini" global allSavedPresets = (readValue ((getINISetting iniFile "Presets" "names") as stringStream)) global edgeToCut=#(5, 16) as…