Page MenuHomeFeedback Tracker

STEAM CHEAT KILL FIELD ARMA 3 TVT GAME 1 LIFE NO KILL FIELD CHAT
New, NormalPublic

Description

Steam added a real-time recording function Steam game recording. Now on Arma 3 projects where the essence is 1 life and disabling messages about kills, a vulnerability has appeared.
Add or tell me a way to disable logging of information from the server in Steam game recording.
We need to somehow add a function in the configs to disable this information on the server for Steam game recording.
https://youtu.be/F5DePeK461E

Details

Severity
Text
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. In Steam, enable the new function of recording game moments immediately after starting the game.
  2. Go into the game and kill the player
  3. Using the Steam overlay, see the information immediately: who was killed, how many seconds ago, and what the player's nickname or type of equipment is.
Additional Information

This problem helps dishonest players to obtain information that is hidden from players for the sake of atmosphere.

Event Timeline

BULK created this task.Sun, Jun 29, 5:51 PM
BULK added a comment.Sun, Jun 29, 5:54 PM

where the ability to see who you killed or whether you blew up equipment is disabled, you can now find out right away through Steam game recording using Steam overlay.

BULK changed Reproducibility from N/A to Always.Sun, Jun 29, 5:57 PM
BULK edited Steps To Reproduce. (Show Details)
BULK edited Additional Information. (Show Details)
BULK renamed this task from STEAM CHEAT KILL FIELD to STEAM CHEAT KILL FIELD ARMA 3 TVT GAME 1 LIFE NO KILL FIELD CHAT.Sun, Jun 29, 6:00 PM
TRAGER added a subscriber: TRAGER.Mon, Jun 30, 9:54 AM

Game will not record moment if event class is protected
in description.ext, this doesn't seem to work. Our tvt community created a separate mod to disabe records

class SteamManagerConfig
{
	class GameRecording
	{
		class UnitKilled
		{
			scope=1;
		};};
};