Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.vs
/inidbi2/obj
/inidbi2/Properties
/inidbi2/bin
/@inidbi2/Addons/inidbi2.pbo
/@inidbi2/Addons/inidbi2.pbo
*.csproj.user
*.pubxml.user
21 changes: 18 additions & 3 deletions @inidbi2/README.txt → @inidbi2/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
# Updated readme:
Updated by [Avril112113](https://github.com/Avril112113)

Updated to work on **both Windows and Linux**, since the old [inidbi2-linux](https://github.com/cmd-johnson/inidbi2-linux) port broke in an Arma 3 update.
It can load the old linux saves but might not work in certain cases. It will always save new data using the original windows format. (Both are using `.ini` but there was some minor difference which were incompatible)
Requires .NET 9, which at this time is in preview (It might work with .NET 8?)
Only x64 binaries are provided for both Windows and Linux, x86 builds aren't tested.

Building requires to be run on that platform.
Windows: `dotnet publish -r win-x64`
Linux: `dotnet publish -r linux-x64`
Be weary of Linux distro versions, if built on newer Debian version, it will not work on an older one.
*Both binaries have changed, I haven't gone through the process of getting them approved by battle-eye, this is a non-issue for servers.*

# Original readme:
Description:
INIDBI 2.06 - A simple server-side database extension using INI files

Author: code34 nicolas_boiteux@yahoo.fr

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/>.

Expand Down
Binary file removed @inidbi2/inidbi2.dll
Binary file not shown.
Binary file modified @inidbi2/inidbi2_x64.dll
Binary file not shown.
Binary file added @inidbi2/inidbi2_x64.so
Binary file not shown.
21 changes: 18 additions & 3 deletions README.txt → README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
# Updated readme:
Updated by [Avril112113](https://github.com/Avril112113)

Updated to work on **both Windows and Linux**, since the old [inidbi2-linux](https://github.com/cmd-johnson/inidbi2-linux) port broke in an Arma 3 update.
It can load the old linux saves but might not work in certain cases. It will always save new data using the original windows format. (Both are using `.ini` but there was some minor difference which were incompatible)
Requires .NET 9, which at this time is in preview (It might work with .NET 8?)
Only x64 binaries are provided for both Windows and Linux, x86 builds aren't tested.

Building requires to be run on that platform.
Windows: `dotnet publish -r win-x64`
Linux: `dotnet publish -r linux-x64`
Be weary of Linux distro versions, if built on newer Debian version, it will not work on an older one.
*Both binaries have changed, I haven't gone through the process of getting them approved by battle-eye, this is a non-issue for servers.*

# Original readme:
Description:
INIDBI 2.06 - A simple server-side database extension using INI files

Author: code34 nicolas_boiteux@yahoo.fr

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/>.

Expand Down
8 changes: 4 additions & 4 deletions inidbi2.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "inidbi2", "inidbi2\inidbi2.csproj", "{61C2DA60-03D6-422D-A741-3F36BC392AF4}"
EndProject
Expand All @@ -23,8 +23,8 @@ Global
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Debug|x86.Build.0 = Debug|x86
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|Any CPU.Build.0 = Release|Any CPU
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|x64.ActiveCfg = Release|x64
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|x64.Build.0 = Release|x64
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|x64.ActiveCfg = Release|Any CPU
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|x64.Build.0 = Release|Any CPU
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|x86.ActiveCfg = Release|x86
{61C2DA60-03D6-422D-A741-3F36BC392AF4}.Release|x86.Build.0 = Release|x86
EndGlobalSection
Expand Down
17 changes: 17 additions & 0 deletions inidbi2/Properties/PublishProfiles/linux-x64.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>bin\Release\net8.0\publish\linux-x64</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
</PropertyGroup>
</Project>
18 changes: 18 additions & 0 deletions inidbi2/Properties/PublishProfiles/win-x64.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x64</Platform>
<PublishDir>bin\Release\net8.0\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
18 changes: 18 additions & 0 deletions inidbi2/Properties/PublishProfiles/win-x86.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x86</Platform>
<PublishDir>bin\Release\net8.0\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
Loading