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

AXEL777

Writing custom files

Recommended Posts

Why disabled function writing custom files in server side? Only worked ReadFile, don't worked WriteFile?

Share this post


Link to post
Share on other sites

You can write to a file on the server side. Try to open the file with OpenFile(path, FileMode) and write to it with FPrintln() or FPrint().

For more detailed information goto the scripts.pbo in the dta folder, extract it and goto 1_Core/proto/EnSystem.c

LBmaster

Share this post


Link to post
Share on other sites
4 hours ago, lbmaster said:

You can write to a file on the server side. Try to open the file with OpenFile(path, FileMode) and write to it with FPrintln() or FPrint().

For more detailed information goto the scripts.pbo in the dta folder, extract it and goto 1_Core/proto/EnSystem.c

LBmaster

It Doesn't work it seems to have been disabled by the devs

Share this post


Link to post
Share on other sites

Had the same problems now. I haven't tested it at that time. If you just want to output anything you can use the Admin Log.

Share this post


Link to post
Share on other sites

×