Hello
This small LFSLapper release brings back Linux support and storing offline playerdata to the LFSLapper database (storedvalue.dbs).
Thx to iceman121 to test LFSLapper on is linux server during development.
LFSLapper 7.0.9.3 has been tested on Ubuntu 20.04.5 LTS
Here are some steps provided by iceman121, to make LFSLapper working on your Linux server.
See the summary of other changes below.
Files to replace: LFSLapper.exe
If you are using 7.0.9.0 or higher, you can take LFSLapper.exe from this version and replace it with your current LFSLapper.exe
Don't forget to BACKUP!!
This small LFSLapper release brings back Linux support and storing offline playerdata to the LFSLapper database (storedvalue.dbs).
Thx to iceman121 to test LFSLapper on is linux server during development.
LFSLapper 7.0.9.3 has been tested on Ubuntu 20.04.5 LTS
Here are some steps provided by iceman121, to make LFSLapper working on your Linux server.
============================================================================================
1. Follow this guide by Mono: https://www.mono-project.com/download/stable/#download-lin
2. Install Mono dependencies using sudo apt install libmono-i18n4.0-all
3. Make sure you're in LFSLapper.exe directory and run the command Mono LFSLapper.exe.
============================================================================================
See the summary of other changes below.
################################################################
#LFSLapper changelog: Updated @ 18-02-2023
#################################################################
+---------------------------------------------------------------+
|Changes from 7.0.9.2 to 7.0.9.3
+---------------------------------------------------------------+
Thx to iceman121 for Testing LFSLapper on his Linux server Ubuntu 20.04.5 LTS.
=================================================
Fix:
=================================================
1: Coundn't run LFSLapper on Linux
=================================================
New:
=================================================
1: Save offline playervalues to the StoredValue.dbs Database
-You can use SetUserStoredValue() with the same parameters SetUserStoredValue($userName, $Variable, $Value);
-Be sure the username is correct.
-Nickname will not be saved. The database adds the NickName when the player join the server.
2: New variable when retreiving data from the StoredValue Database
ListCount : counts the total of the requested Variable
$list = getlisttopuser($value,$flagdesc,$flagNear,$StartPos); #Get List from stored database
$list["ListCount"];
Files to replace: LFSLapper.exe
If you are using 7.0.9.0 or higher, you can take LFSLapper.exe from this version and replace it with your current LFSLapper.exe
Don't forget to BACKUP!!