https://github.com/newtondev/inidb-linux
@inidb Arma 3 extension for Linux by LimpinBizkit. A simple server-side database extension using INI files.
https://github.com/newtondev/inidb-linux
Last synced: 3 months ago
JSON representation
@inidb Arma 3 extension for Linux by LimpinBizkit. A simple server-side database extension using INI files.
- Host: GitHub
- URL: https://github.com/newtondev/inidb-linux
- Owner: newtondev
- License: mit
- Created: 2014-08-20T16:50:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T08:10:29.000Z (about 10 years ago)
- Last Synced: 2025-01-28T05:19:22.298Z (4 months ago)
- Language: C++
- Homepage: http://bit.ly/limpinbizkit
- Size: 192 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
inidb-linux
===========@inidb Arma 3 extension for Linux by LimpinBizkit (http://steamcommunity.com/id/kratosza). A simple server-side database extension using INI files on Linux.
A port to Linux C++ of the project (Windows VC) found here https://github.com/code34/-inidbi by:
* [email protected]
* SicSemperTyrannisThis is the first reasonably stable release. Please let me know if there are any issues.
## How to Install on Ubuntu 14.04 LTS
~~~
sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list
apt-get update
apt-get install build-essential g++ gcc-4.8 gcc-4.8-dev libc6-dev-i386 ia32-libs g++-4.8-multilib
exitgit clone
cd
./build.sh
~~~How to use:
To use "iniDB" in your mission, install the extension in your ARMA2 or ARMA3 directory by making an @inidb folder in the root of your ArmA3 installation and copying over the files required.
Don't forget to create a /db/ folder where your db files will be stored per player.
It should look like: /Arma 3/@inidbi/iniDB.so
It should look like: /Arma 3/@inidbi/db/
It should look like: /Arma 3/@inidbi/Addons/inidbi.pboPlease feel free to get in contact with me on steam if you require my assistance. My details are mentioned above.
Thanks