PySnip closing after running run.exe.

Host your own server and communicate with server operators.
2 posts Page 1 of 1 First unread post
FoxDreemurr
Deuce
Posts: 3
Joined: Sun Apr 24, 2016 2:07 am


I don't know what version I am, but when I open the file "version" it says f76410785d4e
Subject says it. Here's the config file:
Spoiler:
Code: Select all
{
    "name" : "Nuketown Brasil",
     "motd" : [
        "Bem-vindo ao %(server_name)s.",
        "Mapa: %(map_name)s by %(map_author)s.",
        "Modo de jogo: %(game_mode)s."
    ],
     "help" : [
        "Nome do server: %(server_name)s.",
        "Mapa: %(map_name)s by %(map_author)s.",
        "Modo de jogo: %(game_mode)s.",
        "/STREAK    Mostra quantas kills você pegou sem morrer.",
        "/INTEL     Mostra quem pegou o intel inimigo.",
        "/VOTEKICK  Começa uma votação para temporariamente banir um jogador.",
        "/TIME      Tempo restante antes do mapa recomeçar."
    ],
     "tips" : [
        "Você está jogando %(game_mode)s no %(server_name)s.",
        "Escreva /help para informação e comandos."
    ],
    "tip_frequency" : 5,
     "rules" : [
        "Não pratique grief, não use hacks."
    ],
     "master" : true,
    "max_players" : 12,
    "max_connections_per_ip" : 1,
    "port" : 32887,
    "network_interface" : "",
    
    "game_mode" : "tdm",
    "cap_limit" : 10,
    "default_time_limit" : 900,
    "advance_on_win" : false,
     "maps" : ["nuketown", "random"],
    "random_rotation" : false,
    
    "respawn_time" : 6,
    "respawn_waves" : false,
    "friendly_fire" : false,
    "grief_friendly_fire_time" : 5,
    "spade_teamkills_on_grief" : false,
    "balanced_teams" : 1,
    "teamswitch_interval" : 0,
    
    "speedhack_detect" : true,
    "votekick_percentage" : 25,
    "votekick_ban_duration" : 15,
    "votekick_public_votes" : true,
    "votemap_public_votes" : true,
    "votemap_extension_time" : 15,
    "votemap_player_driven" : false,
    "votemap_autoschedule" : 180,
    "votemap_time" : 120,
    "votemap_percentage" : 80,
    
    "melee_damage" : 40,
    "fall_damage" : false,
    "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" : ["123"],
        "trusted" : [],
        "builder" : []
    },
    "rights" : {
        "builder" : ["god", "goto"]
    },
    "ssh" : {
        "enabled" : false,
        "port" : 32887,
        "users" : {
            "user" : "pass"
        }
    },
    "status_server" : {
        "enabled" : true,
        "port" : 32886
    },
    "ban_publish" : {
        "enabled" : true,
        "port" : 32885
    },
    "ban_subscribe" : {
        "enabled" : true,
        "urls" : [
            ["http://www.blacklist.spadille.net/subscribe.json", []]
        ]
    },
    "irc" : {
        "enabled" : false,
        "nickname" : "pysnip",
        "username" : "pysnip",
        "realname" : "pysnip server bot",
        "server" : "irc.quakenet.org",
        "port" : 6667,
        "channel" : "#pysnip.bots",
        "password" : "soifoda",
        "commandprefix" : ".",
        "chatprefix" : ""
    },
    "scripts" : [
        "welcome",
        "rollback",
        "protect",
        "map_extensions",
        "airstrike",
        "squad",
        "disco",
        "votekick",
        "trusted",
        "ratio",
        "memcheck"
    ],
    
    "squad_respawn_time" : 10,
    "squad_size" : 4,
    "auto_squad" : false,
    "load_saved_map" : false,
    "statistics" : {
        "host" : "localhost",
        "server_name" : "stats server",
        "port" : 32880,
        "password" : "123"
    },
    "welcomes" : {
    }
}
It is in Brazilian Portuguese, but I don't think that matters because it's just strings for the welcome and tips.
Also, I port-forwarded the port 32887, but I'm not sure if I need to do that, so please say it too.
I would also like to know about squads and hookshots. I don't know what squads do, and I never used hookshots, but I've seen it in the custom server maker and I would like to add it in my server.
Amatt
Winter Celebration 2013
Winter Celebration 2013
Posts: 21
Joined: Tue Apr 09, 2013 12:44 am


FoxDreemurr wrote:
Blah Blah Blah
Yes, you need to portforward. What you have supplied here isn't enough to determine what your server's issue is. Please delete your
Code: Select all
./logs/log.txt
file, run your run.exe then upload your
Code: Select all
./logs/log.txt
to http://ghostbin.com and that should have the error.

As for squads: With squads, you are able to respawn with people on your team. Usually the max for squads are 4, and you can join with the /squad <name> command.
2 posts Page 1 of 1 First unread post
Return to “Servers”

Who is online

Users browsing this forum: No registered users and 20 guests