Can Guild Wars run from a USB pendrive?

RTSFirebat

RTSFirebat

The Humanoid Typhoon

Join Date: May 2005

UK

Servants of Fortuna [SoF]

R/

As the title says, can Guild Wars be run from a USB Pen drive? If so how can I go about making it work?

Thanks in Advance

moriz

moriz

??ber t??k-n??sh'??n

Join Date: Jan 2006

Canada

R/

short answer: yes, if you are willing to dedicate a 4gb drive on it.

long answer: you need a program called GW portable. unfortunately, i can't remember where i found it. you'll have to search for it.

Darcy

Darcy

Never Too Old

Join Date: Jul 2006

Rhode Island where there are no GW contests

Order of First

W/R

Just had a thread on this in the last few months. http://www.guildwarsguru.com/forum/s...light=portable
The programmer who offered this program is no longer posting anywhere under the same id.

The program was not that popular at the time because flash drives large enough to run GW were too expensive. Now that flash drives are cheap; program not available.

Last thread the OP was looking for anyone who still had it on their computer; he didn't receive any answers as far as I know.

Zodiak

Jungle Guide

Join Date: May 2005

Gatineau, Qc, Canada

Kiss of Anguish [KISS]

P/W

That does sound very interesting. It's the same concept as a solid state hard drives. I just wonder if there would be any issues with the slower transfer rate of USB 2.0 compared so SATA1, SATA2 or IDE even.

Then again, aslong as you no longer need any new files and assuming you can install all compaigns of guildwars and -Image it, I think it would be interesting.

The downside I could possibly see would be having to do -image with guildwars ON the flash device, having to download the several hundred thousand files at USB speed.

I'm also looking for the other tool that has been mentioned but in the meanwhile, have a look at this:

http://guildwars.incgamers.com/showthread.php?t=445657

Raku Clayman

Raku Clayman

Krytan Explorer

Join Date: Oct 2005

Marquette MI

Elite Lan Gamer

E/Me

There used to be a place, here, on GW Guru that linked to the D/L.

http://www.guildwarsguru.com/content...ars-id1759.php

However, it isn't available anymore. The creator took down the link. On the other hand, the current GW folder is around 3.55 gigs. With a flash drive of 4G or more, you could copy the folder over to it and launch the exe file.

Quaker

Quaker

Hell's Protector

Join Date: Aug 2005

Canada

Brothers Disgruntled

Short answer - yes

Long answer - it depends on what you want to accomplish. If you want to run GW from a Flash drive AND not leave any traces on the host computer, you'd need that "portable GW" program.
If you don't care if there are some registry entries on the host computer, then GW will run from any drive - C:, D:, Flash, USB, w/e.

So, if you just want to be able to, for example, run GW from your GF's computer without having to install it and use up 4gigs, then the Flash drive or external USB HDD will work fine.
If you want to run GW at school or work, and leave no traces, you'd need the program.

P.s. To get it to work, simply install GW on the USB drive (or copy it from your main computer). When you get to the host computer, navigate to the USB drive (Windows Explorer or w/e) and double click on gw.exe to run it.

Tyla

Emo Goth Italics

Join Date: Sep 2006

I've seen a similar thread on Gamefaqs' Guild Wars forums. Judging from the replies on this it's worth trying. An additional question; will it trigger programs like Syncroneyes with the PortableGW file or without, or will it trigger anyway?

Zen1331

Zen1331

Academy Page

Join Date: Sep 2008

Canada

Trinity of the Ascended [ToA]

N/

I have personally done this. I have a copy of Guild Wars on an 8gb USB stick. I plug it into my laptop when I'm on the road at work and it plays ok. There is some initial lag when it starts up but the screen lag goes away.

Make sure you have a USB 2.0 stick (the new ones should all be at least pumping out 10 mb/sec) and you have a USB 2.0 port.

...on a side note. I guess I shouldn't be saying that I play it when I'm at work...LOL

Zen1331

Zen1331

Academy Page

Join Date: Sep 2008

Canada

Trinity of the Ascended [ToA]

N/

I have personally done this. I have a copy of Guild Wars on an 8gb Kensington USB stick. I plug it into my laptop when I'm on the road at work and it plays ok. There is some initial lag when it starts up like the redraw when you just start up and choose your char and it puts you in an outpost but the screen lag goes away.

Make sure you have a USB 2.0 stick (the new ones should all be at least pumping out 10 mb/sec) and you have a USB 2.0 port. The Guild Wars directory is roughly 4 gb in size. I also have a copy of my templates stored.

...on a side note. I guess I shouldn't be saying that I play it when I'm at work...LOL

Issac

Issac

Desert Nomad

Join Date: Oct 2006

Earthrealm

W/A

Seems interesting, going to have to remember this lol. Good for when traveling.

eljer

eljer

Academy Page

Join Date: Aug 2007

There Is A New Build Avail [able]

For what it's worth, you don't need any special software to run GW as a portable app.

Copy the 2 main files (gw.exe and gw.dat) directly to a flash drive. Run gw.exe and you'll get a prompt from guild wars to try and install (despite the full .dat file being there).
Part of the installation is to ensure there is at least 3.6gb free on the drive, the other part is to tell the system where the .dat file is located. Unfortunately, it seems to be done in that order

1) (easiest if you have a 8GB+ drive with little else on it) If you have enough free space on the flash drive, just run gw.exe. It will initiate the setup process, which will really just write the .dat file location into the registry so it can run. Good to go.


2) If you don't have that much free space, you have two options

2A) (Recommended) Move the .dat file to the machine's hard drive (creating space on the flash drive), run gw.exe from the flash drive, follow the setup process until it starts to download files (and a new .dat file is created), and close the setup program. Delete the temporary/small gw.dat file, and move the big one back into place. Re-start gw.exe and it'll work just fine

2b) Manually create the registry entries for the .dat file path and source. Note that you should only do this if you know what you're doing; editing the registry can be dangerous. To do this, create a new text file, name it "gwpath.reg" or anything with a .reg extension, and paste the following into it:
Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ArenaNet\Guild Wars]
"Path"="I:\\Guild Wars\\Gw.exe"
"Src"="I:\\Guild Wars\\Gw.exe"
Edit the Path from "I:\Guild Wars\Gw.exe" to whatever your flash drive's location is (using two \ symbols in the path for each separator). Then double click the .reg file from windows to add this information to the registry.

If you're on a 64 bit machine, the path will probably be:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ArenaNet\G uild Wars]

imnotyourmother

Desert Nomad

Join Date: Mar 2008

in a house

The Knitters Guild

W/R

Nice. I think that this is worth looking into. Thanks for the info.

My question that I have is if I plug this little sucker into the computer will there be any way to detect what I am doing if it is on the flash drive?

Numa Pompilius

Numa Pompilius

Grotto Attendant

Join Date: May 2005

At an Insit.. Intis... a house.

Live Forever Or Die Trying [GLHF]

W/Me

Yes; there will be a Registry entry which points to the directory on your USB drive, so an administrator will be able to detect that you've been playing GW.

Like Quaker said, if you want to leave no footprint at all you need the Portable GW program (which is no longer available on the net; I assume the author has withdrawn it).
Or you delete the registry key after you play. Either manually, or by making a copy of the registry file eljer detailed, adding a "-" to the start of each line, and double-clicking it. E.g. this...

Quote:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\ArenaNet\Guild Wars]
"Path"="I:\\Guild Wars\\Gw.exe"
"Src"="I:\\Guild Wars\\Gw.exe"
...will remove the key, leaving no trace.

Rocky Raccoon

Rocky Raccoon

Desert Nomad

Join Date: Jan 2007

Massachusetts, USA

Guardians of the Cosmos

R/Mo

Quote:
Originally Posted by Zen1331 View Post
I have personally done this. I have a copy of Guild Wars on an 8gb USB stick. I plug it into my laptop when I'm on the road at work and it plays ok. There is some initial lag when it starts up but the screen lag goes away.

Make sure you have a USB 2.0 stick (the new ones should all be at least pumping out 10 mb/sec) and you have a USB 2.0 port.

...on a side note. I guess I shouldn't be saying that I play it when I'm at work...LOL
I just bought an 8gb stick last week and the game runs pretty good on it.

eljer

eljer

Academy Page

Join Date: Aug 2007

There Is A New Build Avail [able]

Quote:
Originally Posted by Numa Pompilius View Post
Yes; there will be a Registry entry which points to the directory on your USB drive, so an administrator will be able to detect that you've been playing GW.

Like Quaker said, if you want to leave no footprint at all you need the Portable GW program (which is no longer available on the net; I assume the author has withdrawn it).
Or you delete the registry key after you play. Either manually, or by making a copy of the registry file eljer detailed, adding a "-" to the start of each line, and double-clicking it. E.g. this...

Quote:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\ArenaNet\Guild Wars]
"Path"="I:\\Guild Wars\\Gw.exe"
"Src"="I:\\Guild Wars\\Gw.exe"
...will remove the key, leaving no trace.
For what it's worth (I'm sure you knew this; more for the others), you would only really want to have this in the file:
Quote:
Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\ArenaNet]
That would remove the whole ArenaNet folder in the registry.

But, imnotyourmother, if you're thinking of playing GW at work and want to know if you can be caught... first check to see if you have/signed an employee electronic code of conduct, and see if it violates that. Also, more often than not an IT person could "beam in" and see what you're doing, if asked to by a supervisor. It is usually a better idea to not play gw at work, unless you don't really care if you get fired or not. *shrug*

Issac

Issac

Desert Nomad

Join Date: Oct 2006

Earthrealm

W/A

Just ordered a Flash drive, really hope I can get it working.

berthani

Pre-Searing Cadet

Join Date: Sep 2009

How to clean my pen drive? I've formatted my pen drive several times. Ok, There is nothing in the folder. But then, when I run a virus scan, the report shows that there are still several files inside my pen drive. And when I plugged in the pen drive, the auto run windows said that it had detected a program inside my pen drive, and ask for my next action.. Sometimes my antivirus even detected a virus inside my pen drive.. (I use kaspersky)..
______________________
market samurai ~ marketsamurai ~ marketsamurai.com

M @ T

M @ T

Wilds Pathfinder

Join Date: Sep 2006

South of heaven

S E X Y Shinigami[SEXY]

W/

Quote:
Originally Posted by berthani View Post
How to clean my pen drive? I've formatted my pen drive several times. Ok, There is nothing in the folder. But then, when I run a virus scan, the report shows that there are still several files inside my pen drive. And when I plugged in the pen drive, the auto run windows said that it had detected a program inside my pen drive, and ask for my next action.. Sometimes my antivirus even detected a virus inside my pen drive.. (I use kaspersky)..
Since your English is not apparently very good I'll try to help

- Plug in the drive
- Open "My Computer" and check what Driver letter it has(like C: or D:. make sure you know!)
- Click on Windows "Start"
- Click on "Run"
- Type "cmd"

This will get you to Command Prompt.

- Type the letter of your drive followed by ":"(if it is "E" for example type "E:". Make sure you know like I said!)
- Type "format E:"(CHECK YOUR DRIVER LETTER, "E" is an example)
- Press on "y" and enter.

This should format your drive completely. Good luck.