Arma 3
177 평점
FileXT
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Data Type: Mod, Server
파일 크기
게시일
업데이트일
1.181 MB
2020년 7월 11일 오후 12시 28분
2022년 2월 19일 오전 8시 25분
변경 사항 5개 ( 보기 )

다운로드 위해 구독하기
FileXT

설명
This is an Arma extension which lets you store and read data in files from SQF.

Important: at 22 Jan. 2022 Linux support was added, thanks to user https://github.com/xoorath

More information at:
Setup guide[vindicta-team.github.io]
GitHub page[github.com]
댓글 62
Maddog088 2024년 4월 26일 오후 5시 40분 
all good, I'll see if I can find it. Regardless thanks for the surprisingly quick response!!
Savelli  [작성자] 2024년 4월 26일 오전 9시 52분 
Hi, the files are stored in "storage" folder within the mod folder. So in best case you might be able to recover the saved game data from the trash bin.

I think I made it store the files in mod folder because on some server hosting services the profile folder was reset every time or inaccassible, but I don't remember the reason exactly at this point.

If you can't find the files in trash bin, I am sorry for the lost progress.
Maddog088 2024년 4월 26일 오전 7시 36분 
Quick question on a dedicated server... where do the FileXT saves are stored.

Context:
The last CBA update a few mods got corrupted on the server - including ACE, Vindicta, TFAR, CUP etc. FileXt had no issue at all but after re-downloading all the mods and relaunching the server past save is no longer there. I made a new one and am running it with my crew but we had a decent early game progress.

Is there a backup save somewhere?
Savelli  [작성자] 2024년 4월 25일 오후 2시 42분 
Hi, it doesn't do anything by itself, this mod is only used by Vindicta. You can write your functions which would call FileXT library to write data to files, but as I understand it's not your use case?
Bluefield 2024년 4월 25일 오후 2시 39분 
Hello, Ive been trying to use this for a single player scenario, but unfortunately it seems that data is not being written neither to the mission folder nor the mod storage.

Im guessing this is not intended for mission files but rather full on mods?
👨🏻‍🚀 2023년 1월 3일 오후 3시 25분 
thank you for clearing this up! and destroying my hopes :) i restarted the Old Man mission sadly so often after it got corrupted, I am exhausted in doing everything again and again
Savelli  [작성자] 2023년 1월 3일 오후 3시 04분 
Hi, thanks, but it's not possible to make it work in general for any scenario. At most somebody would be able to achieve basic saving of object state like positions and orientations, but it's impossible for instance to save AI state precisely, or state of custom scripts. That's what native saving is for. It's precise and full as it can reach more data, but it's more fragile as you noted.
👨🏻‍🚀 2023년 1월 3일 오후 2시 30분 
hey Sparker, this is an amazing mod. As rhidenor intended, this feature is heavily missed for other scenarios in general, as I encountered so many errors with the native saving, be it by updates or simply mods. If it would be possible to use this mod generally this would still go through the roof with subscriber hall of fame I think.
Mumus 2022년 11월 17일 오전 10시 28분 
Yes, this is my problem :) I forgot to mention, i would like it do on dedicated server.
Savelli  [작성자] 2022년 11월 17일 오전 10시 22분 
Oh yes you are right, on a dedicated server you can't save a generic mission by default, you can only save if you use self-hosting.