forked from aq2-tng/aq2-tng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
change.txt
169 lines (156 loc) · 9.73 KB
/
change.txt
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Changes in TNG
+ = new feature
- = bug fix
* = major bug fix
From 2.81
* 3team mode: third team can not be locked forever anymore
- Player can not flood sounds through menu
- Team scores reset at SpawnEntities, so you can use 'gamemap' command for resetting now.
- can't punch teammate anymore when ff is off
- Changing team/sub doesn't decrease frags when hit by teammate and round is over.
* Reloading HC with single barrel. Doesn't minus 2 when only the other shell is fired and you can now reload the last shell when you have only 1 left.
* Matchtime could left running if team is ready and all players is in sub.
- Getting frag when dead dont increase streak count.
- Cant drop anything when dead/spec, should fix issue when dropping weapon at same time you die caused 2 weapons to drop.
- Reports last damaged part as chest when hitted with knife while target was using kevlar west.
- Picking up m3/ssg didnt come with full clip when reloading.
+ radio/menu sounds use svc_sound instead of stuffing "play x.wav"
+ Moved some variables to own struct, so it makes code simpler/shorter.
+ Use direct path to show team skin pics instead of "../pics". This allows those pictures inside pak to work.
+ checking player skins for overflow
+ Made some buffers smaller and using buffer safe copying istead of using huge buffers to make sure all fits
+ removed "use_mapvote" & "use_cvote" from serverinfo. More space for other
+ roundtimeleft now also shows remaining seconds
+ time command now works in matchmode too
+ Doesnt update CS_PLAYERSKINS config string in teamplay when nick or skin havent changed.
+ second mode to Cvar use_mapvote 2, it's same as 1 except it changes to mostvoted map when timelimit/roundlimit hits.
+ "pausegame" command in matchmode. This allow non substitutes to pause game for 1min.
+ "unpausegame" to unpause (who would guess). Only players in same team which paused can unpause.
+ Cvar "mm_pausecount" to define how many times team can pause the game. When "0" pause is disabled (Default "3").
+ Cvar "mm_pausetime" to define pause time in minutes (default 2)
+ New playing mode: Team Deathmatch with matchmode! Use 'teamdm 1' to enable.
+ Cvar teamdm_respawn to specify respawn time (default 4).
+ cmd 'resetscores' to reset scores in matchmode. The command can be used by matchadmins or captains. When captains are using it, it will need to be accepted by the other captain as well.
+ item_respawn, weapon_respawn & ammo_respawn cvars to define respawn time when dropped. defaults: item 59, weapon 74 & ammo 30.
+ Matchmode support for 3 team and ctf playing modes.
+ Cvar "respawn_effect" to enable effect+sound when respawning in dm/teamdm/ctf.
- Dropping bandolier in teamplay mode used deathmatch values for ammo, so it allowed to drop bandolier and still have some extra ammo.
- Fixed issues when radio death sound get played more than once.
- 'use throwing combat knife' and 'use slashing combat knife' did change the mode when it was the correct mode already.
* 3rd team in 3team mode wont allways spawn to same spot anymore.
+ Removed ALOT string compares for specifying model, instead added new integer for type. This should speed up little bit.
+ In ctf mode, team1 players will only use 'info_player_team1' spawns and team2 'info_player_team2' spawns. If map doesnt have these spawns, it uses random 'info_player_deathmatch' spawn like spectators.
+ cvar 'wave_time' to specify delay between each wave commands in seconds. Default 5
- 'time' command would only work in matchmode.
* Couple of bugs that caused crash.
- Score print at end of match when playing ctf would print 0's as both team scores.
+ Temporary vote banning uses same banning list like normal ban/teamkill bans, so admins can now remove/list them.
+ When temp banned (by teamkilling/vote kick), ban msg says temporary banned and how many games, instead of just "Banned".
+ ammo_respawn cvar also effects to grenade respawn time.
+ Changed CS_PLAYERSKINS update back for now.
+ Changed 'use throwing combat knife" toggle back, seems like some player are used how it was.
+ Disabled some commands when game is paused.
+ dmflags 65536 changes the weapon respawn method in teamd/dm. Now weapons keep respawnning even if weapon is in use. With this setting cvar 'weapon_respawn' controls the respawn time when picked, not dropped.
* Pistols didn't respawn at dm/teamdm.
- Votes now actually work in teamDM during play.
- Disabled config/map voting during intermission. Thus, a player could change map/cfg while mapchange.
* Crashed when client used this game-mod for demo playback.
- Now, it doesn't sound when you're zooming your ssg to same zoom-level using the lens command.
- Multiple lens command during bandage or too fast repeating could do extra annoying zooming.
* Player with last ID didnt show up in ignore menu.
- If you were killing a player only with one last kevlar shot the console message was sent to the player who hit him before.
+ Disabled 'Leave team' menu on non-teamplay mode.
+ Removed spaces from demo name using autorecord.
+ Changed skin _i.pcx pics back using '..' like they were. Client download code didnt like it, though it doesn't like '..' either.
+ Disabled '..' in voice command.
+ 'item_respawnmode' cvar to change how item respawns in dm/teamdm. Normally item would only spawn at random deathmatch spawn. The new mode disables it and spawns item only if map has a spawn point for this item.
- Remove a few lines of code that broke compiling on Linux
+ Disable MM2 messages displayed as MM1 in DM
+ Disable leg damage sound when falling and fall damage disabled
+ New cvar "motdname" which tells which file to read the MOTD from
+ Better auto joining which calculates the correct team when you select "Auto-join team" from menu rather select the correct menu item for you
From 2.8
- Radio kill count was missing for falling death
- Fixed bug on stats command
+ Optimized Radio/Voice Flood protection and added radio_repeat_time cvar
+ Increased Max filled players for %K to 8
- Some code optimization and bug fixes
+ enhanced Impressives/Excellents rewards and no longer does 'after round TK' ruins the count
+ stuffcmd now reports to player console if used (to prevent admin cheating)
+ Say: Added %M for teammate in line of sight (like %E for enemy in line of sight)
+ ignorepart command added.
From 2.72
+ IRC client added
- some smaller bugfixes
From 2.71
* Fixed maxclients 20 bug
* Fixed weaponfarming
From 2.7
* New spawning system spawn bug (spawning too close) fixed.
+ Added Kevlar vest and Kevlar Helmet locations in damage (entire rework of the stats code).
From 2.6
- Fixed a typo in the stats
+ Added use_ghosts cvar and the ghost user command. It restores scores, stats, teams and items for player if he gets disconnected.
+ Added use_newspawns. New spawning system which makes spawns fair between teams, no spawning twice in the same place as long as possible.
+ Added mm_allowlock. This allows captains in matchmode to lock the team so noone can join it, commands (lock/unlock).
* Fixed a few overflow and server crash bugs
- Fixed a small bug when doing a softmap during LCA
From 2.5
+ Stats list shows average accuracy for each player including player ID
+ Stats command followed by player ID will display someone else's stats
+ auto_join cvar toggle for forced joins to the team players were on last map
+ auto_equip cvar toggle for forced weapons from last map on players
+ Stat_mode user variable which automaticly sends stats to players at round/map end
+ Updated Stats Code
+ Showing health icon on screen when bandaging (thanks to Dome)
+ Added %P for last damaged player
* TNG now accepts MS formatting on .agq files
* Fixed invdrop weapon farming in any teamplay mode
* Toggle for the Statistics screen when a map ends (stats_endmap)
* Toggle to record stats between rounds (stats_afterround)
- Fixed ff_afterround
- In matchmode, the forcing of say_team in mm_forceteamtalk 2 wont be off if a team unreadies during a round
- Fixed newline problem with announcer (IMPRESSIVE.. 1 FRAG LEFT)
- Fixed scoreboard alignment for after game scoreboard
- Fixed FPM counter
- CTF, fixed dropping players out of teams at the end of a map
- CTF, fixed players getting legdamage while Shield is on
- Changes %D to show hits in Kevlar Vest and Kevlar Helmet
- Fixed a small bug which allowed people to deny kills by typing 'team none'
- Fixed a small bug with the HC in hc_single 0 mode
- Reset some variables to original values
- Fixed bug where rrot would override sv softmap
- Fixed rrot selecting same level again
- Made rrot a bit more random
- Updated Credits menu
From 2.1
+ Added Darkmatch
+ Added sv softmap and sv map_restart commands
+ Added use_punch
+ Added statistics and 'stats' command
+ Added gl_clear checking toggle
+ Added serverinfo variables for team scores
+ Added matchmode variables for talking (mm_forceteamtalk) and updated the admin handling
+ Added 'time' and 'roundtimeleft'
+ Added prules.ini
* Adjusted matchmode time
* Fixed matchmode roundtimelimit bug
* Fixed spawn code to prevent spawning twice in one spot
* Fixed the config voting to reset after map change
* Fixed weapon and item banning
- Unlatched wpn_flag, itm_flag, rrot and vrot to allow them to be changed during the game in stead after a map restart
- Announcer can be turned off completely now with use_warnings 0 and use_rewards 0
From 2.0b3
+ Added a toggle to set the grenade damage to 1.52 strength
* Updated MOTD to be a lot smaller to prevent overflows
- Fixed an issue with suicides not being counted during DM
From 2.0b2
+ Flood protection for Voice and Radio
* Fixed an issue with the weapon command
From 2.0b1
+ Invunerability for CTF to prevent spawn camping
+ Teamkilling after a round ends
+ New IR Vision
* Fixed a bug where teams wouldn't get reset after a mapchange during CTF
- Fixed %K to report kills made when you make someone crater
- Fixed a reload bug with the sniper rifle