Page MenuHomeFeedback Tracker

Function MakeScreenshot() is not working correctly
Closed, DuplicatePublic

Description

My problem is similar to this one https://feedback.bistudio.com/T165276

function - proto native void MakeScreenshot ( string name ) in 1_Core/proto.c

My code:

modded class PlayerBase
{
	override void OnJumpStart()
	{
		super.OnJumpStart();
		MakeScreenshot("MyScreenshot");
	}
}

This code create empty folder in my profile folder on client side:
c:\Users\Nytlenc\AppData\Local\DayZ\ScreenShots
and create empty folder in $profile:ScreenShots on the server side in server folder

But both of these directories are empty. Screenshots are not generated.
If you delete the specified directories and call the function again, then the directories are created again and they are empty again.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Operating System Version
22h2
Category
General

Event Timeline

Nytlenc created this task.Mar 28 2023, 8:18 AM
raxto added a subscriber: raxto.Mar 28 2023, 10:18 AM
Nytlenc updated the task description. (Show Details)Mar 28 2023, 1:51 PM