[CSGO] Free-For-All Gamemode

Post Reply
User avatar
Voqnum
New to forums
New to forums
Posts: 6
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Nov 03, 2015 1:27 pm

[CSGO] Free-For-All Gamemode

Post by Voqnum »

I am attempting to make my game-server, which of course is with NFO, have a gamemode to be Free-For-All. No teams. I do not want FFA Deathmatch, I just want a FFA casual.

Anyone know how to make this happen? Point me in the correct direction?

Thanks in advance!
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: [CSGO] Free-For-All Gamemode

Post by kraze »

It looks like you just need to set mp_teammates_are_enemies 1 in your servers configuration file to achieve this.

Edit: It looks like there are a few more commands you can use to make the experience a bit better.

Code: Select all

mp_randomspawn 1
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
mp_teamname_1 FreeForAll1
mp_teamname_2 FreeForAll2
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
User avatar
Voqnum
New to forums
New to forums
Posts: 6
Joined: Tue Nov 03, 2015 1:27 pm

Re: [CSGO] Free-For-All Gamemode

Post by Voqnum »

kraze wrote:It looks like you just need to set mp_teammates_are_enemies 1 in your servers configuration file to achieve this.

Edit: It looks like there are a few more commands you can use to make the experience a bit better.

Code: Select all

mp_randomspawn 1
mp_respawn_on_death_ct 1
mp_respawn_on_death_t 1
mp_teamname_1 FreeForAll1
mp_teamname_2 FreeForAll2
Just apply these to the server.cfg?
User avatar
Voqnum
New to forums
New to forums
Posts: 6
Joined: Tue Nov 03, 2015 1:27 pm

Re: [CSGO] Free-For-All Gamemode

Post by Voqnum »

I edited this mentioned settings in the gamemode_casual.cfg file, made some adjustments, and it still says that I am attacking teammates if a CT attacks another CT.

Any solutions?
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: [CSGO] Free-For-All Gamemode

Post by kraze »

Are you running casual? If not, you'll need to put those commands in the correct .cfg to ensure they load. If they still fail to load I'd recommend setting them via console to see if they work to begin with, it's possible not all of them function.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
User avatar
Voqnum
New to forums
New to forums
Posts: 6
Joined: Tue Nov 03, 2015 1:27 pm

Re: [CSGO] Free-For-All Gamemode

Post by Voqnum »

Easier solution- is there a plugin for this type of feature that might be developed by SourceMod? I found one, but its only for CS:S so I am not sure that it would work in GO.
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: [CSGO] Free-For-All Gamemode

Post by kraze »

It's very likely, but I'm not aware of one :/
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
User avatar
Voqnum
New to forums
New to forums
Posts: 6
Joined: Tue Nov 03, 2015 1:27 pm

Re: [CSGO] Free-For-All Gamemode

Post by Voqnum »

Resolved

I forgot to add mp_teammates_are_enemies 1 to the gamemode .cfg

Free-For-All Causal play established!

Thank you for your assistance!
Post Reply