Hallo,
Ich habe folgendes Problem: wenn ich im Spiel laufe und mich schnell links und rechtsbewege, und blebe dann sofort wieder stehen schwankt das Bild links und rechts (hoizontal) nach.
Sind das irgenwelche einstellungen in der server.cfg ?
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
hostname "xxxxxxxxxxxxxxxxxxxxxxxxx"
rcon_password "xxxxxx"
sv_contact "figaro"
sv_password ""
sv_rcon_banpenalty 0
sv_rcon_maxfailures 5
sv_rcon_minfailures 3
sv_rcon_minfailuretime 600
sv_region 3
sv_pure 0
phys_pushscale "1"
mp_fraglimit "0"
mp_dynamicpricing "0"
mp_allowspectators "1"
mp_autokick "1"
mp_autoteambalance "1"
mp_buytime "3"
mp_c4timer "35"
mp_chattime "5"
mp_decals "300"
mp_fadetoblack "0"
mp_flashlight "1"
mp_footsteps "1"
mp_forcecamera "0"
mp_freezetime "3"
mp_friendlyfire "1"
mp_limitteams "1"
mp_maxrounds "40"
mp_playerid "0"
mp_roundtime "3"
mp_spawnprotectiontime "0"
mp_startmoney "800"
mp_timelimit "50"
mp_tkpunish "0"
mp_winlimit "0"
mp_dynamicpricing "0"
sv_turbophysics "1"
decalfrequency "60"
host_framerate "0"
sv_rcon_log "1"
sv_accelerate "5"
sv_airaccelerate "10"
sv_allowdownload "1"
sv_allowupload "1"
sv_alltalk "0"
sv_cheats "0"
sv_friction "4"
sv_gravity "800"
sv_maxspeed "320"
sv_pausable "1"
sv_stepsize "18"
sv_timeout "60"
sv_voiceenable "1"
sv_wateraccelerate "10"
sv_waterfriction "1"
sv_minrate "7500"
sv_maxrate "25000"
sv_minupdaterate "30"
sv_maxupdaterate "100"
sv_mincmdrate "30"
sv_maxcmdrate "100"
sv_client_min_interp_ratio "1.0"
sv_client_max_interp_ratio "1.0"
sv_client_predict "1"
sv_client_interpolate "1"
sv_client_cmdrate_difference "30"
sv_pure_trace "0"
sv_pure_kick_clients "1"
sv_allow_wait_command "1"
sv_allow_color_correction "0"#
//Steuert die Bots//
bot_quota 6
bot_prefix ---[ländle bot]---
bot_difficulty 1
bot_quota_mode fill
bot_chatter normal
|