PDA

View Full Version : MapleStory, WarIII and CS:S?


BobElBuildero
March 16th, 2006, 07:54 PM
For maplestory i the site has to be accessed using internet explorer, but Avant Browser gets past that. however that too is an .exe file and i am completely oblivious as to how to install .exe on linux. my brother switched this computer from windows earlier in the week because of the ever frequent "blue screen of death". is there a way for Wine to open any .exe file, not just games, and if so, can someone "halp meh"? ;)

Jucato
March 16th, 2006, 08:12 PM
If you have wine installed, you can open up a terminal, go to the directory of the .exe file and type:
wine filename.exe
I'm not sure how wine will behave if you double-click on the .exe file in Nautilus (I'm using Kubuntu).

About Maplestory, I'm not sure if it will work. Most MMORPGs that use GameGuard don't usually work in Wine. There might be some hack around it though.

(And if ever you find a solution, could you kindly send me a PM? I'd like to play this one in Linux, too. :D)

dpaint4
March 17th, 2006, 10:36 PM
Maple Story *would* run under Wine, but they have hack checker and it thinks that the game has been hacked when you're running in Wine, and won't let you play.

Sad. I'd love to access that.

I've been playing Cave Story. The English patched version runs *perfectly* under Wine when you set the sound mode to full emulation.

lordofkhemenu
March 17th, 2006, 11:24 PM
For maplestory i the site has to be accessed using internet explorer, but Avant Browser gets past that. however that too is an .exe file and i am completely oblivious as to how to install .exe on linux. my brother switched this computer from windows earlier in the week because of the ever frequent "blue screen of death". is there a way for Wine to open any .exe file, not just games, and if so, can someone "halp meh"? ;)
Just an FYI - Avast IS Internet Explorer but with a pretty face (it uses the Internet Explorer html rendering engine, so it requires the same dlls, etc that IE does).

BobElBuildero
March 18th, 2006, 09:09 PM
so ive followed the instructions from WineHQ.com for Ubuntu. i'm pretty sure the latest version of wine is on my computer now. ive seen the applications available but the instructions for those specific application arent quite clear. i havent seen a way to view the files from cds such as StarCraft so i still dont know the name of the .exe to add to the terminal. someone help? Badger v5.1 if that helps any.

FizDev
March 18th, 2006, 09:31 PM
Insert cdrom, an icon should appear on your desktop.
Open it, and then right-click on the .exe you want to run, select "Open with Other Application"
in the Custom Command, write "wine" then press OK.

If you want to do this in the terminal :
Just insert the cdrom and then type :
cd /cdrom
ls
wine nameoftheexe.exe

Chozabu
March 19th, 2006, 10:36 PM
if you right-click, and open with wine - would it not leave the working path as your home dir and not be able to find the files?