Arma 3
257 人が評価
INIDBI2 - Official extension
   
アワード
お気に入り
お気に入り
お気に入りから削除
Data Type: Mod
ファイルサイズ
投稿日
更新日
52.049 KB
2019年6月13日 9時45分
2019年6月22日 16時28分
5 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
INIDBI2 - Official extension

解説
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
人気スレッド 全て表示 (3)
1
4月19日 17時46分
Direct Action - Altis Not Saving
Elite911
1
2024年4月10日 13時25分
Stuck on loading screen
Johnno
0
8月16日 11時04分
Anyway to use this on Linux?
Martini
34 件のコメント
Ghost Elite Gamer 4月27日 7時47分 
Update guess when in doubt add " " randomly works now...
Ghost Elite Gamer 4月27日 7時27分 
Hello If anyone is able to help I'm getting this error when testing: Error: ERROR UNDEF : OO_INIDBI("SCALAR", "constructor")
RebelSoldier 2024年9月11日 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 2024年7月16日 19時12分 
Also, how do you delete data to reset server progress on a LAN server?
Ryu 2024年7月15日 11時27分 
Having the same issue as Autopilotman
Autopilotman 2024年5月20日 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] 2023年10月23日 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 2023年7月6日 4時55分 
i use this mod for DCO GPT mod . but it makes my game crash from start menu .
Stefan_Zmeier 2023年5月21日 2時29分 
how to restart everything, have completed three mission. but want to start over.
.:[-YN-]:. Ninoss 2023年1月17日 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.