Arma 3

Arma 3

256 hodnocení
INIDBI2 - Official extension
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Data Type: Mod
Značky: Content Review, x64
Velikost souboru
Přidáno
Aktualizováno
52.049 KB
13. čvn. 2019 v 9.45
22. čvn. 2019 v 16.28
Poznámky ke změnám (5) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
INIDBI2 - Official extension

Popis
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
Populární diskuze Zobrazit vše (3)
1
19. dub. v 17.46
Direct Action - Altis Not Saving
Elite911
1
10. dub. 2024 v 13.25
Stuck on loading screen
Johnno
0
16. srp. v 11.04
Anyway to use this on Linux?
Martini
Počet komentářů: 34
Ghost Elite Gamer 27. dub. v 7.47 
Update guess when in doubt add " " randomly works now...
Ghost Elite Gamer 27. dub. v 7.27 
Hello If anyone is able to help I'm getting this error when testing: Error: ERROR UNDEF : OO_INIDBI("SCALAR", "constructor")
RebelSoldier 11. zář. 2024 v 10.48 
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. čvc. 2024 v 19.12 
Also, how do you delete data to reset server progress on a LAN server?
Ryu 15. čvc. 2024 v 11.27 
Having the same issue as Autopilotman
Autopilotman 20. kvě. 2024 v 16.31 
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. říj. 2023 v 10.14 
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. čvc. 2023 v 4.55 
i use this mod for DCO GPT mod . but it makes my game crash from start menu .
Stefan_Zmeier 21. kvě. 2023 v 2.29 
how to restart everything, have completed three mission. but want to start over.
.:[-YN-]:. Ninoss 17. led. 2023 v 9.05 
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.