Arma 3
241 ratings
INIDBI2 - Official extension
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
Updated
52.049 KB
13 Jun, 2019 @ 9:45am
22 Jun, 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
10 Apr, 2024 @ 1:25pm
Stuck on loading screen
Johnno
0
15 Aug, 2024 @ 7:03am
Direct Action - Altis Not Saving
Elite911
32 Comments
RebelSchutze 11 Sep, 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 16 Jul, 2024 @ 7:12pm 
Also, how do you delete data to reset server progress on a LAN server?
Ryu 15 Jul, 2024 @ 11:27am 
Having the same issue as Autopilotman
Autopilotman 20 May, 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] 23 Oct, 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 6 Jul, 2023 @ 4:55am 
i use this mod for DCO GPT mod . but it makes my game crash from start menu .
Stefan_Zmeier 21 May, 2023 @ 2:29am 
how to restart everything, have completed three mission. but want to start over.
.:[-YN-]:. Ninoss 17 Jan, 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.
Haven 19 Nov, 2022 @ 8:07am 
(1/2)

THE SAVE BUTTON DOESN'T WORK WHEN YOU DOWNLOAD THIS MOD, MULTIPLAYER SAVING IS NOT DONE THROUGH THE PAUSE MENU EVER!

If you are running Direct Action, or a similar mission, saving is generally done automatically. Most missions don't have a save button, or at the least don't require one to be pressed for it to save. INIDBI2 is a multiplayer persistence mod, it's meant for large servers to store player data seamlessly between restarts. This means that if you have already installed INIDBI2 from here, you likely have a working save system on that mission.

If you want to test whether it works or not, open the mission that uses it and do something that would need to be saved: for instance on Direct Action if you force your level up by 1, it will save. Then, restart the match and check if your level stays the same, or if what you did persists, if it does, then great! You have saving!
Haven 19 Nov, 2022 @ 8:07am 
(2/2)

Before you go complaining that missions like Direct Action don't save player position and vehicle position by default, please remember what this system and those missions are designed for; dedicated servers. On a real server, roles might be taken, missions you logged out at might now be completed leaving you stranded, and vehicles staying in the world could cause heaps of issues.

TLDR; You probably already have INIDBI2 working, just because that save button isn't grey doesn't mean that your game isn't saving.

PS; If you are having troubles with the mod, try moving the mod folder to your Arma Root directory, this is the folder that CONTAINS the arma.exe file. Do not listen to people that tell you to move keys around, this is not necessary for local multiplayer.