how to make a rotation map

Questions and answers about the how and why of making maps.
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

how to make a rotation map

Post by Winny »

could anyone please tell me how to make a rotation map? Help is greaty apreaciated.
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

hi
i've done already written it (at the wrong place maybe)
but here is what i have written:
I've compiled an programm wich is nearly the same. It's very easy to use.
You only have to put your list of conf files you want for rotating maps in an txt file.

You create an txt file: "rotate.txt" in C: drive ("c:\rotate.txt").
Your conf files must be in "c:\bzflag" floder.
To run this map in rotation, you only have to write it's name. If it's "ctf.conf" "ctf2.conf" you only have to write "ctf.conf", enter and the next map "ctf2.conf"
if you have 10 conf files, make a list of your 10 conf files, not harder.

Then only run "Auto2" aplication
go here to download it :
http://my.bzflag.org/bb/download.php?id=2093

but you have to have Windows
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

ues I do have windows
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

so do I need auto2 to do the rotation or can I do it without everytime I start auto2 I get a error
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

have you uncompressed the folder?

Here is the source for Qbasic:
SHELL "cd c:\bzflag"
DO
OPEN "i", #1, "C:\rotate.txt"
WHILE NOT EOF(1)
INPUT #1, a$
SHELL "bzfs -conf " + a$
IF INKEY$ = " " THEN END
WEND
CLOSE
LOOP
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

would I do this

C:\Program Files\BZFlag2.0.4

C:bzfs -conf serverconf.txt
C:bzfs -conf serverconf2.txt
C:bzfs -conf serverconf3.txt
C:bzfs -conf serverconf4.txt

or this

C:Program Files\BZFlag2.0.4\bzfs.conf

C:bzfs -conf serverconf.txt
C:bzfs -conf serverconf2.txt
loop
Last edited by Winny on Sat Oct 01, 2005 6:41 pm, edited 1 time in total.
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

I get this when I do the short text

http://my.bzflag.org/bb/download.php?id=2090


and if this helps this is the directory that auto2 and 3 are saved in

C:\Documents and Settings\Kyle\Desktop\bzflag stuff
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

Ok it's because conf files must be in C:\bzflag\conffiles.conf

i'll deit it for you, only tell me:
*where is the bzfs application and
*your conf files are on c:\bzfs ?
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

my bzfs app is in

C:\Program Files\BZFlag2.0.4\bzfs


and my conf files are in

C:\serverconf.txt

and

C:\serverconf2.txt
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

ok
i'me editing it
Attachments
AUTO2A.zip
here
(27.86 KiB) Downloaded 149 times
Last edited by lddw on Sat Oct 01, 2005 7:10 pm, edited 1 time in total.
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

I don't have a C:\bzflag

I have a

C:\Program Files\BZFlag2.0.4
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

ok it should work now.

You only have to create rotate.txt in the folder of bzw application and add
C:\serverconf1.txt
and
C:\serverconf2.txt
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

what is the bzw application
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

and it is in french
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

bzfs sorry and there is a problem i recompile it
you can use auto2b
Attachments
AUTO2B.zip
Here it works
(26.92 KiB) Downloaded 155 times
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

so if my bzfs is in

C:\Program Files\BZFlag2.0.4

thats where I would save the rotate.txt

so now the rotate.txt should look like this still right

shell C:Program Files\BZFlag2.0.4\bzfs.conf
do
shell C:bzfs -conf serverconf.txt
shell C:bzfs -conf serverconf2.txt
loop60
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

it is still in french I can't read french
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

ah
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

did you extract it from the compressed folder.
This is rotate.txt:
shell C:bzfs -conf serverconf.txt
shell C:bzfs -conf serverconf2.txt

is it that?
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

yes I did in winzip
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

can you tell me <what it says please
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

what so I would get rid of

shell C:Program Files\BZFlag2.0.4\bzfs.conf
do
shell C:bzfs -conf serverconf.txt
shell C:bzfs -conf serverconf2.txt
loop60

and do that

shell C:bzfs -conf serverconf.txt
shell C:bzfs -conf serverconf2.txt
User avatar
lddw
Private First Class
Private First Class
Posts: 239
Joined: Mon Jun 27, 2005 3:39 pm
Location: France

Post by lddw »

i know what the problem is...
Last edited by lddw on Sat Oct 01, 2005 7:36 pm, edited 1 time in total.
OWNER at lddw's servers
Citrus.admin
Cruel.admin
WinXP.admin
Spazzy.cops
Metec.mapper
Heart.trusted
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

it says

Bad command or file name

Nom de fichier incorrect dans ligne Pas de numero de ligne dans module auto2 a l'adresse 0DC7:005E

Appuyez sur une touche pour retourner au systeme
Post Reply