Arma 3
251 ratings
INIDBI2 - Official extension
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
52.049 KB
Jun 13, 2019 @ 9:45am
Jun 22, 2019 @ 4:28pm
5 Change Notes ( view )

Subscribe to download
INIDBI2 - Official extension

Description
Save and load data from your server or local computer without any database.

More documentation at this place:
https://forums.bohemia.net/forums/topic/186131-inidbi2-save-and-load-data-to-the-server-or-your-local-computer-without-databases/

Git:
https://github.com/code34/inidbi2/

support: Windows OS 64bits
Popular Discussions View All (2)
1
Apr 19 @ 5:46pm
Direct Action - Altis Not Saving
Elite911
1
Apr 10, 2024 @ 1:25pm
Stuck on loading screen
Johnno
34 Comments
Ghost Elite Gamer Apr 27 @ 7:47am 
Update guess when in doubt add " " randomly works now...
Ghost Elite Gamer Apr 27 @ 7:27am 
Hello If anyone is able to help I'm getting this error when testing: Error: ERROR UNDEF : OO_INIDBI("SCALAR", "constructor")
RebelSchutze Sep 11, 2024 @ 10:48am 
INIDB2 works great with VA and my dedicated server while it is in session, however, after a server restart the player's db files are wiped upon them rejoining the game. Is this how it's supposed to work and if so is there a simple solution to this?
Ryu Jul 16, 2024 @ 7:12pm 
Also, how do you delete data to reset server progress on a LAN server?
Ryu Jul 15, 2024 @ 11:27am 
Having the same issue as Autopilotman
Autopilotman May 20, 2024 @ 4:31pm 
Using this with Billyeatworld's "Direct Action" gamemode, and when I collect a large amount of items and save them in the arsenal; I get:

"InidbI: write failed Arsenal JA Datalist data too big > 8K"

Is there a way to increase the Datalist data maximum size? Would be a great help.
Steel [Democracy Rangers] Oct 23, 2023 @ 10:14am 
If any other developers come across this issue, make sure you write some data to the DB object otherwise the database won't appear. It doesn't appear to work the same way as creating a database with SQL Server for example.
aryanam850 Jul 6, 2023 @ 4:55am 
i use this mod for DCO GPT mod . but it makes my game crash from start menu .
Stefan_Zmeier May 21, 2023 @ 2:29am 
how to restart everything, have completed three mission. but want to start over.
.:[-YN-]:. Ninoss Jan 17, 2023 @ 9:05am 
This mod WILL NOT SAVE anything unless a .sqf script asks for it, this addon is mainly for developers.

Common use-cases of INIDBI :
You want to export things from ARMA to a file, while ARMA can't write in a file, INIDBI can.
You want to save some 'global' persistant datas, for exemple the time a server mission ended to be able to set it next reboot, INIDBI can be used for that.

What INIDBI is not meant to do :
Save/Load significant amount of data frequently, it's not a database!
Every time you you use INIDBI, it will open/read/write the file to make the requested changes, that will become slow really fast.