Arma 3
191 lượt đánh giá
FileXT
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Data Type: Mod, Server
Kích cỡ file
Đã đăng
Đã cập nhật
1.181 MB
11 Thg07, 2020 @ 12:28pm
19 Thg02, 2022 @ 8:25am
5 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
FileXT

Mô tả
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]
68 bình luận
Savelli  [tác giả] 24 Thg06 @ 8:29am 
Hi, this mod is not signed, because you are not supposed to use it on client. You need to load it as sever-only mod, then server won't demand you to load it and there won't be any mismatch. It's explained in Vindicta dedicated server guide, please check it.
RogueKing76 23 Thg06 @ 2:10pm 
i keep getting a signature mismatch error when trying to use on my server
Savelli  [tác giả] 23 Thg02 @ 12:35pm 
Hi, if you play vindicta, this mod is not mandatory, you can save game without this mod. It will be just saved to your profile instead.
Sadly I can't debug now why it's crashing for you.
★ GallowDancer 22 Thg02 @ 2:46pm 
Got a problem with this mod or vindicta. It crashes the game as soon as click the save game option in the menu where you press "U".
Savelli  [tác giả] 9 Thg11, 2024 @ 1:27pm 
Hi, you can't invoke save from command line, but in Vindicta, if I recall correctly, there is a periodic autosave which you can set up through CBA settings.
ZippedTrojan 8 Thg11, 2024 @ 6:29am 
How can I call the save function by command line, please? I have to restart my server every 12h, but I don't want to do this without save the progress. Tanks
Maddog088 26 Thg04, 2024 @ 5:40pm 
all good, I'll see if I can find it. Regardless thanks for the surprisingly quick response!!
Savelli  [tác giả] 26 Thg04, 2024 @ 9:52am 
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 26 Thg04, 2024 @ 7:36am 
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  [tác giả] 25 Thg04, 2024 @ 2:42pm 
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?