Page 1 of 1

Geno won't spawn

Posted: Fri Feb 12, 2010 9:24 pm
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

Re: Geno won't spawn

Posted: Fri Feb 12, 2010 10:33 pm
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

Re: Geno won't spawn

Posted: Fri Feb 12, 2010 11:19 pm
by Propane Tank
Is it possible to get geno to spawn on a Rouge only map??

Re: Geno won't spawn

Posted: Sat Feb 13, 2010 12:09 am
by tobylane
It's fate.

Re: Geno won't spawn

Posted: Sat Feb 13, 2010 12:22 am
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);