-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME.txt
46 lines (37 loc) · 1.67 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Description:
INIDBI 2.06 - A simple server-side database extension using INI files
Author: code34 [email protected]
Copyright (C) 2013-2019 Nicolas BOITEUX
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
How to install:
1- Unpack the archive and copy the entire "@inidbi2" folder into the ARMA3 root directory.
The @inibdi2 folder should look like this:
../Arma 3/@inidbi2/inidbi2.dll
../Arma 3/@inidbi2/db/
../Arma 3/@inidbi2/Addons/inidbi.pbo
2- check inidbi2.dll execution permissions, right click on it, and authorize it
3- load it through -serverMod=@inidbi2; or -mod=@inidbi2;
Changelog
- version 2.06
- add getKeys method
- fix setseparator method, manage exception in delete method, manage exception in encode64base/decode64base
- version 2.05
- re factory gettimestamp method return array instead string containing system UTC TIME
- version 2.04
- add getSections method
- version 2.02
- add methods to tune separators
- fix write returns
- fix read types
- fix buffer overflow of decode/encodebase64
- fix getTimeStamp
- version 2.0 - rebuild from scratch C# & SQF++