These small shell scripts allow to patch server binaries.
Mission Server 1-hour crashing
#!/bin/sh
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file...
Type: Posts; User: NetTrodon
These small shell scripts allow to patch server binaries.
Mission Server 1-hour crashing
#!/bin/sh
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file...
Simple INI decoder in Java Language.
1) Install last version of Java 8
2) Download JAR File from https://github.com/santoszv/ff-ini-decoder/releases/tag/v0.1
3) Double click (run) JAR File
4)...
I also prefer "init.d" as primary option, sadly binaries are not daemon ready from start. Also i don't like to use "init.d" for software that must be started as regular user.
CentOS "init.d"...
This shell scripts 154340 help to "daemonize" server files. They are base on Daemon from libslack (daemon), so before you can use, you must install daemon
wget...
This project is working for decoding ini files; Not tested yet in all files.
https://github.com/santoszv/ff-ini-decoder/releases/tag/v0.1
Somebody knows how to edit encrypted INI files?
st-m4il
DirectX 9 is not the same as DirectX 10 (or DirectX 11). If i'm not wrong, DirectX 9 can be installed side-by-side with newer DirectX versions.
Try to donwload the DirectX 9 runtime...
There is not Web/Control panel at this moment. Althoug you can use SQL.
1st step: Create user in FFMember database
INSERT INTO tb_user(
mid, password, pwd)
VALUES...
Somebody is already hosting Aura in public servers?
Check your connect.ini file, login server is pointing to 127.0.0.1, that is wrong in case you were following tutorial.
- - - Updated - - -
Eperty123
These iptables rules allow to play without...
Thanks @evestu and @YesOfCourse by the hex codes for date patching in MissionServer.
Here there is a shell script for patching MissionServer 1-hour crash bug directly on server
#!/bin/sh
...
Sadly, port forwarding will not be posible without a reliable IP Address patch. Some binaries are bounding to a specific IP address instead of 0.0.0.0 (any address).
On database you are saving the...
Go some pages back and you will find posts about patching and hex codes for IP, but not yet for 1-hour crash.
For me, "MissionServer" is crashing after 2-4 hours without any player activity. I...
I guess that you are having network mis-configuration. What is the IP Address of CentOS? What is the IP Address of you Windows Host?
Both (Windows, CentOS) must be in same "addresses range".
By...
Somebody has more information about the 1-hour bug/crash?
Every hour i sew messages like "[EventServerCheck.cc:127],CEventServerCheck : Date[Feb 13 2014] => Dead Line[20140513], Now[20151027]" and...
Check if your CentOS VM is responding PING. On windows do this, use 192.168.1.106 instead of 192.168.92.128
C:\Users\OfficeDepot>ping 192.168.92.128
Pinging 192.168.92.128 with 32 bytes of...
I managed to start world and zone using ip 192.168.91.128 inside vm.
Just find these hexadecimal sequences, each one appears twice in files from world and zone.
81 fd c0 a8 01 4b
...