can i put warzone on a USB

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
brakenfur
Trained
Trained
Posts: 182
Joined: 26 Oct 2010, 02:46

can i put warzone on a USB

Post by brakenfur »

i want to know if i put wazone on a USB will it work becuase it will because a lot more easier if just stick it in and boom i am on warzone than just downlowing again every time use different computer
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: can i put warzone on a USB

Post by NoQ »

You can *always* put the installer on a pendrive.
You can *try to* put the program folder on a pendrive and carry it to different computers, but this will work at most for windows, and there will still be problems like missing system libraries (all this OpenAL libs, etc.)
User avatar
lav_coyote25
Professional
Professional
Posts: 3434
Joined: 08 Aug 2006, 23:18

Re: can i put warzone on a USB

Post by lav_coyote25 »

all you had to do was hit the advanced search button at the top and input usb.... you would have found this... amongst all the other usb related posts... ok? :)

viewtopic.php?f=6&t=5543&p=58087&hilit=usb#p58087
User avatar
Powzone
Trained
Trained
Posts: 332
Joined: 17 Feb 2008, 17:25
Location: Germany

Re: can i put warzone on a USB

Post by Powzone »

The guys at portableapps.com have it ready for flash drives: http://portableapps.com/apps/games/warz ... 0_portable

As actually it is 2.3.5 you'll have to copy the files of your local 2.3.6 installation to the corresponding ones on the usb drive. I got it for a long time on my usb and it works without problems. You don't need the PApps suite to run the game, though it makes things easier... ;)
Arch / Intel Core i9 12900 / 32GB RAM / NVidia RTX2070 Super
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: can i put warzone on a USB

Post by milo christiansen »

Or if you like to use mods: Warzone 2100 Mod Manager 3.5p (portable) can be found here.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
User avatar
DRAAK
Trained
Trained
Posts: 94
Joined: 08 Aug 2010, 10:30

Re: can i put warzone on a USB

Post by DRAAK »

Here a simple method to make the portable version of game.

1) Create the directory for game on a disk (USB flash drive or CD/DVD).
(For example: "your USB flash drive:\wz2100_portable\)
2) Copy all contents from a folder "Program Files\Warzone 2100\" to folder "\wz2100_portable\"

3) Create subfolder "u_data", for user data (savegame/settings/screenshot/etc...)
4) Copy all contents from a folder "My Documents\Warzone 2100 2.3\" to folder "\wz2100_portable\u_data\"

5) Create a PlayWZ.bat file (in a folder "wz2100_portable") with these contents (or use the attached file):

Code: Select all

@echo off
echo installing OpenAL...
oalinst.exe -s
echo launch WarZone...
warzone2100 --configdir %CD%\u_data\
PlayWZ.zip
Ready! :P
To play on other computer, connect a USB flash drive and launch a bat-file.

P.S.
If to try to launch WZbeta4 by the same method, it is completed with a fatal error. It is a bug or feature?

Code: Select all

fatal   |05:09:15: [ParseCommandLineEarly] Unrecognised configuration directory
You do not have the required permissions to view the files attached to this post.
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: can i put warzone on a USB

Post by milo christiansen »

warzone2100 --configdir="%CD%\u_data\"
And just put the Open AL dlls in the warzone directory, its a little quicker.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
User avatar
DRAAK
Trained
Trained
Posts: 94
Joined: 08 Aug 2010, 10:30

Re: can i put warzone on a USB

Post by DRAAK »

Perfectly, Beta4 works. Thanks for the information.