Geno won't spawn

Questions and answers about the how and why of making maps.
Post Reply
User avatar
Propane Tank
Private First Class
Private First Class
Posts: 99
Joined: Mon Aug 17, 2009 12:44 pm

Geno won't spawn

Post by Propane Tank »

For some reason Geno won't spawn in my map. I have it set to spawn on a flipz pyramid, but that can't be the problem 'cause I have gotten flags to spawn on flipz pyramids before.

Config

Code: Select all

#Public network address for the server
-publicaddr hosting.BZAddict.net:5163
-srvmsg "Welcome to Rabbit Hunt FFA by Propane Tank"
-srvmsg "This server hosted by bzaddict.net"
-srvmsg "Wanna play in a soccer tournament?"
-srvmsg "Go to http://bzflagmaps.webhop.net to register"
-srvmsg "To get your FREE ad(s) here, go to http://bzflagmaps.webhop.net to submit them"
-j
+r
-mp 20,0,0,0,0,10
-ms 3
-lagwarn 300
-lagdrop 3
-a 50 38
-ddd
-fb
+f SW{10}
+f WG{3}
+f ST{10}
+f CL{10}
+f MG{10}
+f GM{10}
+f L{5}
+f SH{10}
+f G{1}
-sl SW 20
-sl L 20
-sl GM 10
-sl MG 100
-sl WG 15
-sl G 3
-sb
-poll vetoTime=60
-poll voteRepeatTime=120
-poll votesRequired=3
-poll vetoTime=30
-poll votePercentage=51
-admsg "Currently playing:Rabbit Hunt FFA by Propane Tank"
-admsg "Wanna play in a soccer tournament?"
-admsg "Go to http://bzflagmaps.webhop.net to register"
-admsg "To get your FREE ad(s) here, go to http://bzflagmaps.webhop.net to submit them"
-adminlagannounce 300
-autoTeam
-loadplugin /usr/local/lib/bzflag/shockwaveDeath.so
-loadplugin /usr/local/lib/bzflag/RougeGenocide.so
-maxidle 300
-tkannounce
-disableBots
-packetlosswarn 2
-packetlossdrop 3
Map

Code: Select all

zone
	position 375 -80 0
	size 5 5 6
	zoneflag G
end

pyramid
name Geno
	position 375 -80 0
	rotation 0
	size 5 5 6
	flipz
end
-Propane Tank
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: Geno won't spawn

Post by mrapple »

your zone is wrong.

the zone should position should be: 375 -80 6 and the size more like 5 5 0.1

example:

Code: Select all

zone
   position 375 -80 6
   size 5 5 0.1
   zoneflag G
end

pyramid
name Geno
   position 375 -80 0
   rotation 0
   size 5 5 6
   flipz
end
Image
User avatar
Propane Tank
Private First Class
Private First Class
Posts: 99
Joined: Mon Aug 17, 2009 12:44 pm

Re: Geno won't spawn

Post by Propane Tank »

Is it possible to get geno to spawn on a Rouge only map??
-Propane Tank
tobylane
Private First Class
Private First Class
Posts: 130
Joined: Thu Jan 29, 2009 4:21 pm

Re: Geno won't spawn

Post by tobylane »

It's fate.
Last edited by tobylane on Sat Feb 13, 2010 6:22 pm, edited 1 time in total.
User avatar
blast
General
General
Posts: 4931
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Geno won't spawn

Post by blast »

On rouge only servers, the Genocide, Colorblindness, and Masquerade flags are prevented. You would have to modify the server to allow genocide to spawn, specifcially removing this from src/bzfs/CmdLineOptions.cxx:

Code: Select all

forbidden.insert(Flags::Genocide);
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Post Reply