Arma 3
191 оценки
FileXT
   
Награда
Добавяне към любими
В любими
Премахване от любими
Data Type: Mod, Server
Тагове: Content Review, x64
Размер на файла
Публикуван на
Обновен на
1.181 MB
11 юли 2020 в 12:28
19 февр. 2022 в 8:25
5 бележки за промени ( преглед )
Описание
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 коментара
Savelli  [автор] 24 юни в 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 юни в 14:10 
i keep getting a signature mismatch error when trying to use on my server
Savelli  [автор] 23 февр. в 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 февр. в 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  [автор] 9 ноем. 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 ноем. 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 апр. 2024 в 17:40 
all good, I'll see if I can find it. Regardless thanks for the surprisingly quick response!!
Savelli  [автор] 26 апр. 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 апр. 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  [автор] 25 апр. 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?