Topic: How to make a server?
I was wondering how could i make my own server..
Here is my server.cfg file
cl_predict 1
cl_nameplates 1
cl_nameplates_always 1
cl_autoswitch_weapons 1
cl_showfps 1
cl_airjumpindicator 1
cl_threadsoundloading 0
cl_warning_tuning 1
cl_prompt_teambalance 0
cl_mouse_deadzone 300
cl_mouse_followfactor 60
cl_mouse_max_distance 1000
ed_showkeys 0
cl_flow 0
cl_show_welcome 0
cl_motd_time 10
cl_version_server version.teeworlds.com
player_use_custom_color 1
player_color_body 0
player_color_feet 16737280
player_skin default
dbg_dummies 0
dbg_firedelay 0
dbg_flow 0
dbg_tuning 0
ui_page 4
ui_server_address 83.222.183.101
ui_scale 100
ui_color_hue 160
ui_color_sat 70
ui_color_lht 175
ui_color_alpha 228
sv_warmup 0
sv_motd
sv_teamdamage 1
sv_maprotation
sv_rounds_per_map 1
sv_powerups 1
sv_scorelimit 700
sv_timelimit 0
sv_gametype ctf
sv_tournament_mode 0
sv_spamprotection 1
sv_spectator_slots 0
sv_teambalance_time 1
player_name 5370
clan_name
password
logfile
cl_cpu_throttle 0
cl_editor 0
b_filter_string
b_filter_full 0
b_filter_empty 0
b_filter_pw 1
b_filter_ping 999
b_filter_gametype ctf
b_filter_compatversion 1
b_sort 1
b_sort_order 0
b_max_requests 10
snd_rate 48000
snd_enable 1
snd_volume 37
snd_device -1
snd_nonactive_mute 0
gfx_screen_width 800
gfx_screen_height 600
gfx_fullscreen 1
gfx_color_depth 24
gfx_clear 0
gfx_vsync 1
gfx_display_all_modes 0
gfx_texture_compression 0
gfx_high_detail 1
gfx_texture_quality 1
gfx_fsaa_samples 0
gfx_refresh_rate 0
gfx_debug_resizable 0
gfx_finish 1
inp_mousesens 214
sv_name [muuuu]
sv_bindaddr
sv_port 8303
sv_external_port 0
sv_map lost
sv_max_clients 12
sv_high_bandwidth 0
sv_register 1
sv_rcon_password
debug 0
dbg_stress 0
dbg_stress_network 0
dbg_pref 0
dbg_graphs 0
dbg_hitch 0
dbg_stress_server localhost
sv_map_reload 0
unbindall
bind space "+jump"
bind 1 "+weapon1"
bind 2 "+weapon2"
bind 3 "+weapon3"
bind 4 "+weapon4"
bind 5 "+weapon5"
bind a "+left"
bind d "+right"
bind t "chat all"
bind y "chat team"
bind f1 "toggle_local_console"
bind f2 "toggle_remote_console"
bind f10 "screenshot"
bind lshift "+emote"
bind tab "+scoreboard"
bind mousewheeldown "+nextweapon"
bind mousewheelup "+prevweapon"
bind mouse1 "+fire"
bind mouse2 "+hook"
But when i open teeworlds_srv.exe it starts and then closes.. help?