Arma 3
191 oy
FileXT
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Data Type: Mod, Server
Etiketler: Content Review, x64
Dosya Boyutu
Gönderilme
Güncellenme
1.181 MB
11 Tem 2020 @ 12:28
19 Şub 2022 @ 8:25
5 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
FileXT

Açıklama
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 Yorum
Savelli  [yaratıcı] 24 Haz @ 8:29 
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 Haz @ 14:10 
i keep getting a signature mismatch error when trying to use on my server
Savelli  [yaratıcı] 23 Şub @ 12:35 
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 Şub @ 14:46 
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  [yaratıcı] 9 Kas 2024 @ 13:27 
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 Kas 2024 @ 6:29 
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 Nis 2024 @ 17:40 
all good, I'll see if I can find it. Regardless thanks for the surprisingly quick response!!
Savelli  [yaratıcı] 26 Nis 2024 @ 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 26 Nis 2024 @ 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  [yaratıcı] 25 Nis 2024 @ 14: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?