Arma 3
191 valoraciones
FileXT
   
Premiar
Favoritos
Favorito
Quitar
Data Type: Mod, Server
Etiquetas: Content Review, x64
Tamaño
Publicado el
Actualizado el
1.181 MB
11 JUL 2020 a las 12:28
19 FEB 2022 a las 8:25
5 notas sobre cambios ( ver )

Suscríbete para descargar
FileXT

Descripción
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 comentarios
Savelli  [autor] 24 JUN a las 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 JUN a las 14:10 
i keep getting a signature mismatch error when trying to use on my server
Savelli  [autor] 23 FEB a las 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 FEB a las 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  [autor] 9 NOV 2024 a las 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 NOV 2024 a las 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 ABR 2024 a las 17:40 
all good, I'll see if I can find it. Regardless thanks for the surprisingly quick response!!
Savelli  [autor] 26 ABR 2024 a las 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 ABR 2024 a las 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  [autor] 25 ABR 2024 a las 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?