Mi own Server

For players to request admin positions and for server operators to find prospective admins.
13 posts Page 1 of 1 First unread post
[MIC]Chivu
Deuce
Posts: 12
Joined: Tue Jul 02, 2013 9:48 pm


hello wanted to know how to make a clan server for [MIC] so they can come all from the MasterServer
I can do my own server?

Green_Wink1
Jdrew
Mapper
Mapper
Posts: 4808
Joined: Tue Oct 30, 2012 10:48 pm


You download pysnipe and run it
Buffet_of_Lies
Mapper
Mapper
Posts: 402
Joined: Tue Nov 20, 2012 11:25 am


[MIC]Chivu
Deuce
Posts: 12
Joined: Tue Jul 02, 2013 9:48 pm


Hi I already download pysnip and edit the config.txt and run run.bat
I get this


C:\Users\xxxxxxx\Desktop\dist>run.exe
Traceback (most recent call last):
File "run.py", line 33, in <module>
File "json\__init__.pyo", line 278, in load
File "json\__init__.pyo", line 326, in loads
File "json\decoder.pyo", line 366, in decode
File "json\decoder.pyo", line 382, in raw_decode
ValueError: Expecting , delimiter: line 135 column 9 (char 4345)

C:\Users\xxxxxxx\Desktop\dist>pause
Presione una tecla para continuar . . .

What do I do?
Jdrew
Mapper
Mapper
Posts: 4808
Joined: Tue Oct 30, 2012 10:48 pm


What did you do?
[MIC]Chivu
Deuce
Posts: 12
Joined: Tue Jul 02, 2013 9:48 pm


He instalado Python y todas sus extensiones
Editar el config.txt conforme un tutorial de YouTube
Jdrew
Mapper
Mapper
Posts: 4808
Joined: Tue Oct 30, 2012 10:48 pm


you do not need to instal python. What in the config did you edit?
[MIC]Chivu
Deuce
Posts: 12
Joined: Tue Jul 02, 2013 9:48 pm


the config.txt

This es my config.txt

{
"name" : "MIC Aos Clan Server",
"motd" : [
"Welcome to %(server_name)s",
"Map: %(map_name)s by %(map_author)s",
"Game mode: Capture The Flag",
"Server powered by PySnip and BuildAndShoot.com"
],
"help" : [
"Server name: %(server_name)s",
"Map: %(map_name)s by %(map_author)s",
"Game mode: Capture The Flag",
"/STREAK Shows how many kills in a row you got without dying",
"/INTEL Tells you who's got the enemy intel",
"/VOTEKICK Start a vote to temporarily ban a disruptive player",
"/TIME Remaining time until forced map reset"
],
"tips" : [
"You are playing Capture The Flag on %(server_name)s",
"Type /help for info & commands"
],
"tip_frequency" : 5,
"rules" : [
"Cheating isn't welcome. Griefing is frowned upon. Have fun!"
],
"master" : true,
"max_players" : 32,
"max_connections_per_ip" : 3,
"port" : 32887,
"network_interface" : "",

"game_mode" : "ctf",
"cap_limit" : 10,
"default_time_limit" : 120,
"advance_on_win" : true,
"maps" : ["classicgen", "random"],
"random_rotation" : false,

"respawn_time" : 5,
"respawn_waves" : true,
"friendly_fire" : "on_grief",
"grief_friendly_fire_time" : 1,
"spade_teamkills_on_grief" : true,
"balanced_teams" : 2,
"teamswitch_interval" : 0,

"speedhack_detect" : false,
"votekick_percentage" : 35,
"votekick_ban_duration" : 30,
"votekick_public_votes" : true,
"votemap_public_votes" : false,
"votemap_extension_time" : 15,
"votemap_player_driven" : false,
"votemap_autoschedule" : false,
"votemap_time" : 120,
"votemap_percentage" : 80,

"melee_damage" : 80,
"fall_damage" : true,
"user_blocks_only" : false,
"set_god_build" : false,
"server_prefix" : "",
"time_announcements" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 30, 60, 120, 180,
240, 300, 600, 900, 1200, 1800, 2400, 3000],
"login_retries" : 3,
"default_ban_duration" : 1440,

"logfile" : "./logs/log.txt",
"rotate_daily" : true,
"debug_log" : false,
"profile" : false,

"team1" : {
"name" : "Blue",
"color" : [0, 0, 255]
},
"team2" : {
"name" : "Green",
"color" : [0, 255, 0]
},
"passwords" : {
"admin" : ["xxxxxx", "xxxxxx", "xxxxxxx"],
"moderator" : ["modpass"],
"guard" : ["guardpass"],
"trusted" : ["trustedpass"]
},
"rights" : {
"moderator" : ["advance", "cancel", "dban", "fog", "from", "goto", "hackinfo", "hban", "invisible", "ip", "kick", "kickafk", "kill", "map", "master", "move", "mute", "resetgame", "switch", "teleport", "teleport_other", "tpsilent", "togglebuild", "togglekill", "togglevotekick", "trust", "undoban", "unmute", "unstick", "where", "whowas"],
"guard" : ["cancel", "fog", "from", "goto", "hackinfo", "hban", "ip", "kick", "kickafk", "kill", "move", "mute", "switch", "teleport", "teleport_other", "togglebuild", "togglekill", "togglevotekick", "trust", "unmute", "unstick", "where", "whowas"]
},
"ssh" : {
"enabled" : false,
"port" : 32887,
"users" : {
"user" : "ssh_pass_change_this"
}
},
"status_server" : {
"enabled" : false,
"port" : 32886
},
"ban_publish" : {
"enabled" : false,
"port" : 32885
},
"ban_subscribe" : {
"enabled" : false,
"urls" : [
["http://www.blacklist.spadille.net/subscribe.json", []]
]
},
"irc" : {
"enabled" : false,
"nickname" : "PySnip",
"username" : "PySnip",
"realname" : "PySnip",
"server" : "irc.quakenet.org",
"port" : 6667,
"channel" : "#MyServerChannel",
"password" : "",
"commandprefix" : "!",
"chatprefix" : "."
},
"scripts" : [
"rollback",
"protect",
"map_extensions",
"disco",
"votekick",
"trusted",
"ratio",
"passreload",
"blockinfo",
"afk"
"airstrike"
],

"squad_respawn_time" : 10,
"squad_size" : 4,
"auto_squad" : false,
"load_saved_map" : false,
"rollback_on_game_end" : false,
"afk_time_limit" : 30
Jdrew
Mapper
Mapper
Posts: 4808
Joined: Tue Oct 30, 2012 10:48 pm


the gamemode is ctf not capture the flag. Is there something else you changed?
Lostmotel
League Participant
League Participant
Posts: 298
Joined: Sun Nov 18, 2012 1:09 pm


Add a comma after "afk", that should fix it.
[MIC]Chivu
Deuce
Posts: 12
Joined: Tue Jul 02, 2013 9:48 pm


Green_Nothappy Now is is this

C:\Users\xxxxxxxx\Desktop\dist>run.exe
Traceback (most recent call last):
File "run.py", line 33, in <module>
File "json\__init__.pyo", line 278, in load
File "json\__init__.pyo", line 326, in loads
File "json\decoder.pyo", line 366, in decode
File "json\decoder.pyo", line 384, in raw_decode
ValueError: No JSON object could be decoded

C:\Users\xxxxxxx\Desktop\dist>pause
Presione una tecla para continuar . . .
[MIC]Chivu
Deuce
Posts: 12
Joined: Tue Jul 02, 2013 9:48 pm


now I get this


C:\Users\xxxxxx\Desktop\dist>run.exe
Traceback (most recent call last):
File "run.py", line 87, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "pyspades\server.pyo", line 18, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "twisted\internet\reactor.pyo", line 37, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "twisted\internet\selectreactor.pyo", line 17, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "zope\__init__.pyo", line 3, in <module>
File "zipextimporter.pyo", line 82, in load_module
File "pkg_resources.pyo", line 2594, in <module>
File "pkg_resources.pyo", line 425, in __init__
File "pkg_resources.pyo", line 440, in add_entry
File "pkg_resources.pyo", line 1655, in find_distributions
File "pkgutil.pyo", line 376, in get_importer
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd1' in position 20:
ordinal not in range(128)

C:\Users\xxxxxx\Desktop\dist>pause
Presione una tecla para continuar . . .
Lostmotel
League Participant
League Participant
Posts: 298
Joined: Sun Nov 18, 2012 1:09 pm


You forgot the curly brace "}" at the end of your config.
The server seems to start normally for me after I corrected that error,
13 posts Page 1 of 1 First unread post
Return to “Admin Recruitment”

Who is online

Users browsing this forum: No registered users and 10 guests