Practice Maps

User made maps to use on servers.
Post Reply
User avatar
R3laX
Private First Class
Private First Class
Posts: 112
Joined: Wed Jun 28, 2006 2:26 pm
Location: .bzw

Practice Maps

Post by R3laX »

Map List:
2 Rings
4 Rings
Cogent
Base Defender
Duel
King
Ping
Platform Master
Pong
Pyra Race
Radar
Ring
Squarex
Void
Attachments
practice_maps.zip
License: Attribution-ShareAlike 4.0 International
(9.81 KiB) Downloaded 187 times
OG
User avatar
tainn
Private First Class
Private First Class
Posts: 278
Joined: Sun Nov 18, 2018 7:25 pm
Location: phantom_zone;

Re: Practice Maps

Post by tainn »

Back with gold; thanks, Relax!
trpted
Private First Class
Private First Class
Posts: 242
Joined: Mon Feb 21, 2005 8:29 pm

Re: Practice Maps

Post by trpted »

#1 Thanks for the maps. :)

#2 For base defender:

a) I got this error back

Code: Select all

/home/some_user/.bzf/worlds/trainer/practice_maps/defender.bzw: warning (line 84): unknown object parameter "textmat" - skipping
b) Change from

Code: Select all

base
	position 0 0 2
	rotation 45
	size 45 45 0.2
	color 1
end
to

Code: Select all

base
#	position 0 0 2 #sealed
#	position 0 0 1 #not sealed but can not cap
#	position 0 0 1.9 #tested but to high
        position 0 0 1.8 #tested and works
	rotation 45
	size 45 45 0.2
	color 1
end
#3 You also forgot to include hix-school
Post Reply