Import bzw file to bz

General talk about the map making process.
Post Reply
User avatar
Macint
Private First Class
Private First Class
Posts: 24
Joined: Thu Nov 09, 2006 4:21 pm

Import bzw file to bz

Post by Macint »

I am sure that someone asked this before but...


... when you do an server and you an select a world how do you import the .bzw file into bz.


Macint.
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

On 'nix machines, do:

Code: Select all

-world "/path/to/map.bzw"
and on Windows:

Code: Select all

-world "C:\path\to\map.bzw"
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

On windows do:
-world "<Letter of harddrive(ussuallyC):/path/to/world.bzw"

You have have a hard drive be C:, D:, F, W, and even Q! :shock:
Image
User avatar
Macint
Private First Class
Private First Class
Posts: 24
Joined: Thu Nov 09, 2006 4:21 pm

Ok

Post by Macint »

ok thx I use mac i supose thats a Unix machine. :D

and I dont know much about bz server stuff but how do you insert these codes into bz?

sry for my English.
thx again
Macint.
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

me1 wrote:On windows do:
-world "<Letter of harddrive(ussuallyC):/path/to/world.bzw"

You have have a hard drive be C:, D:, F, W, and even Q! :shock:
those should be backslashes. don't know why Windows had to go and be stupid like that, but it did. so...

Code: Select all

-world "<harddrive>:\path\to\world.bzw"
Post Reply