[Fixed] Use CTF spawnpoints for team games OR not

39 replies [Last post]
¯¯__█ALI█¯¯__
xpaliminium's picture
Offline
Joined: Nov 2005
Posts:
Re: [Suggestion] Use CTF spawnpoints for team games OR not
eu.jeff wrote:

¯¯__█ALI█¯¯__ wrote:
It was not a question.

¯¯__█ALI█¯¯__ wrote:

Remeber pls that I haven't proposed a gametype, but a cvar that changes the behavour of spawns

if you propose something it would be ( yes or no ) thanks for providing it youreself

i say no !

Remeber pls that I haven't proposed a gametype, but a cvar that changes the behavour of spawns as 2nd optional behavour.

Ok you said your opinion about second behavour, you don't need to play it and wanna play actual one only.

Now stick out of this thread pls because you have given your opinion and are not constructive anymore posting again : let others be.

Wanna avoid seeying mow, skull & co Surprise

Check this peacefull place

eu.jeff
jeffrey's picture
Online
Joined: Aug 2006
Posts:
NL Netherlands
Re: [Suggestion] Use CTF spawnpoints for team games OR not
¯¯__█ALI█¯¯__ wrote:

Now stick out of this thread pls because you have given your opinion and are not constructive anymore posting again : let others be.

you cant tell me what to do, and dont start to argue with me in the first place

can a mod delete all the posts of me and ali what are offtopic, thanks in advance !

D e c e m b e r
Developer
brb24hours's picture
Offline
Joined: Aug 2008
Posts:
Re: [Suggestion] Use CTF spawnpoints for team games OR not

new bitmask 4 is now supported for xp_spawnSystem to control switching to CTF spawns for all team gametypes (implemented). After switching to CTF spawns and back it is necessary to reload/rotate map (otherwise initial spawns will be messed up)

¯¯__█ALI█¯¯__
xpaliminium's picture
Offline
Joined: Nov 2005
Posts:
Re: [Suggestion] Use CTF spawnpoints for team games OR not
D e c e m b e r wrote:

new bitmask 4 is now supported for xp_spawnSystem to control switching to CTF spawns for all team gametypes (implemented). After switching to CTF spawns and back it is necessary to reload/rotate map (otherwise initial spawns will be messed up)

tx a lot.

Wanna avoid seeying mow, skull & co Surprise

Check this peacefull place

¯¯__█ALI█¯¯__
xpaliminium's picture
Offline
Joined: Nov 2005
Posts:
Re: [Fixed] Use CTF spawnpoints for team games OR not

I have waited long time for this to be released as server-side update and many others waiting it too Tongue. Can we finally have this option activated, that will change a lot for the ppl waiting it Big grin

and if the server update can contain all the fixes included that's great Happy

Wanna avoid seeying mow, skull & co Surprise

Check this peacefull place

D e c e m b e r
Developer
brb24hours's picture
Offline
Joined: Aug 2008
Posts:
Re: [Fixed] Use CTF spawnpoints for team games OR not

within several days...

3M'darkangel
darkangelspa's picture
Offline
Joined: Feb 2010
Posts:
Re: [Fixed] Use CTF spawnpoints for team games OR not
D e c e m b e r wrote:

within several days...

for sure i will test this out Happy


Gloria Mōmentum
Talent wins games, but teamwork and intelligence wins championships.”



“There is no hunting like the hunting of man, and those who have hunted armed men long enough and liked it, never care for anything else thereafter.”
—Ernest Hemingway

XV!BENEDYKT
xvibenedykt's picture
Offline
Joined: Jul 2008
Posts:
Re: [Fixed] Use CTF spawnpoints for team games OR not
¯¯__█ALI█¯¯__ wrote:

I have waited long time for this to be released as server-side update and many others waiting it too Tongue. Can we finally have this option activated, that will change a lot for the ppl waiting it Big grin

and if the server update can contain all the fixes included that's great Happy

except me. i dont wait for this ;] for me we all can spwan in one point ;]
//trolling

¯¯__█ALI█¯¯__
xpaliminium's picture
Offline
Joined: Nov 2005
Posts:
Re: [Suggestion] Use CTF spawnpoints for team games OR not
D e c e m b e r wrote:

new bitmask 4 is now supported for xp_spawnSystem to control switching to CTF spawns for all team gametypes (implemented). After switching to CTF spawns and back it is necessary to reload/rotate map (otherwise initial spawns will be messed up)

I have checked this cvar on changelog :

add: xp_spawnSystem bitmask
 
	1	Avoid spawns close to enemies
	2	Avoid spawns close to place of death

and have retested some of my ents (+ I'm workig on new maps actually)

problem :
--------
actually to avoid current engine using ctf spawns randomly on team gametypes (tdm, tag, ca, ptl) I have added the keyword [gametype: ctf, oneflag] on team_CTF_bluespawn and team_CTF_redspawn

The problem will come when we can use bitmask 4 for teamed spawns with current ents, no ctf spawn will apear because they are filtered.

solution :
----------
disable the use of team_CTF_bluespawn and team_CTF_redspawn on team gametypes (tdm, tag, ca, ptl) by default
and I will remove the gametype filter on ents

If you think it's appropriate to use ctf spawns randomly on team later pls add another bitmask (but I think it's not necessary)

regards,

Wanna avoid seeying mow, skull & co Surprise

Check this peacefull place

D e c e m b e r
Developer
brb24hours's picture
Offline
Joined: Aug 2008
Posts:
Re: [Fixed] Use CTF spawnpoints for team games OR not

I don't see the problem. Afaics it is coded so that team_ctf spawns are used solely for flag game types. So just remove the filter now.