Arma 3
256 평점
INIDBI2 - Official extension
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Data Type: Mod
파일 크기
게시일
업데이트일
52.049 KB
2019년 6월 13일 오전 9시 45분
2019년 6월 22일 오후 4시 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
2025년 4월 19일 오후 5시 46분
Direct Action - Altis Not Saving
Elite911
1
2024년 4월 10일 오후 1시 25분
Stuck on loading screen
Johnno
0
2025년 8월 16일 오전 11시 04분
Anyway to use this on Linux?
Martini
댓글 34
Ghost Elite Gamer 2025년 4월 27일 오전 7시 47분 
Update guess when in doubt add " " randomly works now...
Ghost Elite Gamer 2025년 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일 오후 7시 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일 오후 4시 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.