1

Topic: [SOLVED] How to I change an unsupported resolution?

Teeworld is set up on some unsupported resolution as default... how do i change the default one?
Searched for the settings.cfg file but it doesn't exist , in the .teeworld folder theres just a masters.cfg file.

2

Re: [SOLVED] How to I change an unsupported resolution?

settings.cfg will be created first time you start and quit the game correcly.
So, create a own, and take my config for example. Then change after your feeling:

cl_predict 1
cl_nameplates 1
cl_nameplates_always 1
cl_autoswitch_weapons 0
cl_showfps 0
cl_airjumpindicator 1
cl_threadsoundloading 0
cl_warning_teambalance 1
cl_mouse_deadzone 300
cl_mouse_followfactor 60
cl_mouse_max_distance 1000
ed_showkeys 0
cl_flow 0
cl_show_welcome 1
cl_motd_time 10
cl_version_server version.teeworlds.com
player_use_custom_color 0
player_color_body 65408
player_color_feet 65408
player_skin default
ui_page 5
ui_server_address localhost:1337
ui_scale 100
ui_color_hue 160
ui_color_sat 70
ui_color_lht 175
ui_color_alpha 228
gfx_noclip 0
player_name Kottizen
clan_name
logfile
cl_cpu_throttle 0
b_filter_string hard-lake
b_filter_full 0
b_filter_empty 0
b_filter_pw 0
b_filter_ping 999
b_filter_gametype
b_filter_pure 0
b_filter_pure_map 0
b_filter_compatversion 0
b_sort 5
b_sort_order 1
b_max_requests 10
snd_buffer_size 512
snd_rate 48000
snd_enable 1
snd_volume 100
snd_device -1
snd_nonactive_mute 0
gfx_screen_width 1680
gfx_screen_height 1050
gfx_fullscreen 1
gfx_alphabits 0
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_finish 1
inp_mousesens 505
unbindall
bind tab "+scoreboard"
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 w "+jump"
bind y "chat team"
bind f1 "toggle_local_console"
bind f2 "toggle_remote_console"
bind f3 "vote yes"
bind f4 "vote no"
bind f10 "screenshot"
bind lshift "+emote"
bind mouse1 "+fire"
bind mouse2 "+hook"
bind mousewheelup "+prevweapon"
bind mousewheeldown "+nextweapon"

3

Re: [SOLVED] How to I change an unsupported resolution?

Sorry for posting under development category ... didn't notice, please move the thread in the correct category.

Thanks for the quick reply , it's working now.