[Help] Killing Floor - Server Perks Database

This is used for general discussion that is not necessarily server-related.
Post Reply
Enniroc
A semi-regular
A semi-regular
Posts: 19
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Jun 08, 2012 5:16 pm

[Help] Killing Floor - Server Perks Database

Post by Enniroc »

Is anyone familiar with this as I'm trying to sync the perks for 2 of my servers. There is a software that someone created on the Tripwire forums for solely this purpose. Just not quite sure how to go about it since I've never set up remote database. Not even sure if it has to be a dedicated server machine in order to run it, or can it be through a web hosting. Would appreciate any help.

Copy/Paste from that Forum Post:
Server Perks Database (OPTIONAL)(Advanced users only!)

http://www.klankaos.com/downloads/Serve ... ost155.rar (Version 1.55)

Version history:
1.55:
- Fixed a stat loading bug from earlier versions.
- Modified it to convert Linux SteamID's into Windows SteamID.
1.30:
- Support long stat value string lines (REQUIRED since serverperks v5.00).
1.10:
- Optimized code a bit and added a new option.
1.00:
- Created.

This is an application I wrote in C++ which basically works as a remote database for your perks stats. In order to use this you need:
- A dedicated server machine that's on Windows OS.
- Setup a Port and Password in Host.ini:
Quote:
[General]
Port=6000
Password="Pass"
- Do the same on ServerPerksV4.ini (including set IP-address or DNS name of the host):
Quote:
[ServerPerksMut.ServerPerksMut]
RemotePort=6000
bUseRemoteDatabase=True
RemoteDatabaseURL=192.168.1.33
RemotePassword=Pass
- Make sure you allow the application to access internet through Firewall and/or Router (open the desired port).
- IF you have any earlier stats on server, copy over ServerPerksStat.ini to same folder as ServerPerksHost.exe and launch the exe as: ServerPerksHost.exe ServerPerksStat.ini
This way it will convert to the new stats ini file. After this is done delete all ServerPerksStat.ini you have.
- Now simply launch up KillingFloor server as-well as ServerPerksHost.exe.

If there are any bugs, please report them here (or if you have any comments/suggestions)!
Enniroc
A semi-regular
A semi-regular
Posts: 19
Joined: Fri Jun 08, 2012 5:16 pm

Re: [Help] Killing Floor - Server Perks Database

Post by Enniroc »

I've rented a Unmanaged VPS and I'm trying to set up that remote database shown above but when I try to open the .exe, it says "This application has failed to start because MSVCR80D.dill was not found". Can someone please help?
User avatar
Edge100x
Founder
Founder
Posts: 13111
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: [Help] Killing Floor - Server Perks Database

Post by Edge100x »

Googling that error seems to indicate that the problem is related to the application not including everything that it needs.
Post Reply