Posts: 35
Threads: 5
Joined: Aug 2010
I just noticed that typing /coop in public servers (in 1.1) gives an "Invalid vote" error. Has it been removed, disliked by server owners or just disabled as default? Is there a workaround that doesn't require setting up a server? Can someone create -- or direct me to -- a 2/3 player coop server w/o a password?
Posts: 2,136
Threads: 50
Joined: Jun 2010
Yes, 1.1 servers have co-op voting diasabled for non-admins by default, although I believe this may change in future releases. There are servers which have it re-enabled, but another default setting is for servers to deny votes for maps they don't have. You could try to /sendmap yourmap first, but the server may not have an 'incoming' folder, with write permissions, thereby disabling this ability.
My match server:
/connect 194.0.252.233 20000 match
...allows all of the above, plus the ability to private the server (/mastermode 1). There
are others, but I cant recall any details right now.
Posts: 152
Threads: 20
Joined: Jul 2010
well ive just beein to your server.... i've tried /coop blabla and got response.... server does't have this map....
so i've tried to upload a map and got... upload fail...
so i don't know how you have this set up but apperantly it's not workin.... or is it just me?
Posts: 2,136
Threads: 50
Joined: Jun 2010
Well, I've just checked my logs and you connected to the public server, which has no incoming folder, non-server maps disabled and co-op disabled. You connected to 194.0.255.233, not 194.0.255.233 20000 match. Try typing exactly what's in the code box in my first post.
Posts: 35
Threads: 5
Joined: Aug 2010
30 Aug 10, 10:12AM
(This post was last modified: 23 Sep 10, 01:14PM by Breeze.)
Thanks jamz. On a side note: Is newmap still a valid command? I thought it had been removed since 1.1 came out...
EDIT: I meant sendmap not newmap lol
Posts: 2,136
Threads: 50
Joined: Jun 2010
30 Aug 10, 05:33PM
(This post was last modified: 30 Aug 10, 05:34PM by jamz.)
Today my server log Wrote:client =Oe=Milandrag failed to call a vote: load map 'blabla' in mode 'coopedit' (invalid vote)
...while yesterday, I Wrote:You could try to /sendmap yourmap first...
:|
edit: Yes, Breeze, newmap is still a valid command.
Posts: 208
Threads: 35
Joined: Jul 2010
im trying to make coop for my server, i went to servercmd line and added a switch
-P e
and yeah i took away the // infront of the e for coop.
anyone know what i do?
Posts: 1,436
Threads: 7
Joined: Jun 2010
remove the space between P and e.
Posts: 208
Threads: 35
Joined: Jul 2010
14 Sep 10, 08:26PM
(This post was last modified: 14 Sep 10, 08:33PM by BrickSquad.)
I did that but it still doesnt work :/
this is what it looks like
e vote for coopedit mode
// p vote for a gamemode that is not supported by the map (default: no one can)
// w vote to kick/ban without clear reasons
// default: fkBMASRCDEW (lowercase: a user can vote for it; uppercase: admin role is required to vote)
// sendmap permission string (read docs/commandline.html)
// c create new map (initial map upload)
// u update existing map (same or newer revision)
// r revert existing map to older revision
// d delete map (default: no one can)
// default: CRU (lowercase: any user is allowed to do it; uppercase: admin role is required)
// -Z // sendmap/incoming limit in MB (default = 10MB)
// -I // serverinfo text filename prefix, default config/serverinfo
// -O // MOTD text filename prefix, default config/motd
-ka400
-P m
-Pe
Posts: 481
Threads: 11
Joined: Jul 2010
14 Sep 10, 09:37PM
(This post was last modified: 14 Sep 10, 09:38PM by JGAN.)
Posts: 208
Threads: 35
Joined: Jul 2010
14 Sep 10, 09:49PM
(This post was last modified: 14 Sep 10, 09:51PM by BrickSquad.)
oo ok ill try that
-edit tried that but it didnt work, this is hard lol
Posts: 481
Threads: 11
Joined: Jul 2010
:O alright do a -Pme (NO SPACE) directly into the wizard (not servercmdline.txt)
Posts: 156
Threads: 7
Joined: Jun 2010
14 Sep 10, 11:29PM
(This post was last modified: 14 Sep 10, 11:33PM by Billybob.)
here is mine from my servercmdline.txt
-kA120
-PkbMfAsRCDEPW
-MCURD
and dont forget that you need to add -Cconfig/servercmdline.txt to your sh/bat file to use the servercmdline.txt file.
Posts: 208
Threads: 35
Joined: Jul 2010
what does -MCURD and -PkbMfAsRCDEPW do?
Posts: 481
Threads: 11
Joined: Jul 2010
enable sendmap and a whole lot of shit. read
server commandline docs.
Posts: 156
Threads: 7
Joined: Jun 2010
This is the full list of attributes for the -P and -M switches.
// -P // voting permission string (read docs/commandline.html)
// k kick players
// b ban players (and remove bans)
// m change mastermode (open/private)
// f force a player to the other team
// a enable/disable autoteam
// s shuffle the teams
// r record a demo of the next game (if autorecording is disabled)
// c clear all demos on server
// d change server description
// e vote for coopedit mode
// p vote for a gamemode that is not supported by the map (default: no one can)
// w vote to kick/ban without clear reasons
// default: fkBMASRCDEW (lowercase: a user can vote for it; uppercase: admin role is required to vote)
// -M // sendmap permission string (read docs/commandline.html)
// c create new map (initial map upload)
// u update existing map (same or newer revision)
// r revert existing map to older revision
// d delete map (default: no one can)
// default: CRU (lowercase: any user is allowed to do it; uppercase: admin role is required)
-MCURD restricts all sendmap functions to admin.
Posts: 3,780
Threads: 33
Joined: Jun 2010
Has anyone tried to say "PkbMfAsRCDEPW MCURD" out loud?
Posts: 1,823
Threads: 20
Joined: Jun 2010
PekabooMmfaserCudEEPew EMCURD
Posts: 481
Threads: 11
Joined: Jul 2010
@bricksquad ok now that we got coop going i advise that you enable sendmap as well (i used sendmap to add the map to the server and vote it, but i needed admin). put
in your commands. also, you probably can move all of the things i had you add to servercmdline.txt but dont forget to add that to your server wizard!