Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

abrakadobr

Does MakeScreenshot function working?

Recommended Posts

Hi All!

There is defenition of MakeScreenshot funnction in scripts/1_Core/proto/proto.c

/*!
makes screenshot and stores it in to a DDS format file
if the name begins with '$' the screenshot in stored in the fullpath according to the name parameter
otherwise the screenshot is stored in "$profile:ScreenShotes/DATE TIME-NAME.dds" where DATE, TIME AND NAME are replaced by actual values
\param name name of the screenshot
*/
proto native void MakeScreenshot(string name);

but I can't get any results using it.

I can't find any code using it, and can't find any mod doing screenshots so come to question - does it works?

Calling this function doesn't generates any errors, but I can't see any dds files created anywhere - maybe I'm searching in wrong directories?

Any knowledge are welcome 🙂 

p.s. same question on feedback https://feedback.bistudio.com/T165276 already created 🙂 

Share this post


Link to post
Share on other sites

×