EmuLinkerSF (Fork)
Go to file
Jgunishka e9c0629aac
Merge pull request #5 from hopskipnfall/add-instructions
Add Ant build instructions and github CI.
2023-01-22 17:36:51 +02:00
.github/workflows Remove temporary branch now that we know it works. 2022-02-18 22:30:01 +09:00
.settings Initial commit 2019-08-21 20:06:04 +03:00
build Add a .gitignore in build/ directory so we guarantee a build/ file exists 2022-02-18 22:25:17 +09:00
conf v92.4 changes 2021-05-06 21:11:38 +03:00
doc Initial commit 2019-08-21 20:06:04 +03:00
lib Add files via upload 2019-09-16 23:37:33 +03:00
src/org/emulinker Remove broken import (unused), fix Ant build file, and add build instructions. 2022-02-18 22:11:02 +09:00
.checkstyle Initial commit 2019-08-21 20:06:04 +03:00
.classpath Update .classpath 2019-08-21 21:19:27 +03:00
.cvsignore Initial commit 2019-08-21 20:06:04 +03:00
.gitattributes Initial commit 2019-08-21 20:06:04 +03:00
.gitignore Add a .gitignore in build/ directory so we guarantee a build/ file exists 2022-02-18 22:25:17 +09:00
.project Initial commit 2019-08-21 20:06:04 +03:00
build.xml Remove broken import (unused), fix Ant build file, and add build instructions. 2022-02-18 22:11:02 +09:00
eclipse_code_formatter.xml Initial commit 2019-08-21 20:06:04 +03:00
LICENSE Initial commit 2019-08-21 20:06:04 +03:00
questions.txt Initial commit 2019-08-21 20:06:04 +03:00
README.md Remove broken import (unused), fix Ant build file, and add build instructions. 2022-02-18 22:11:02 +09:00
scores.txt Initial commit 2019-08-21 20:06:04 +03:00
users.txt Initial commit 2019-08-21 20:06:04 +03:00

EmuLinkerSF

EmuLinkerSF is a modified version of EmuLinker Kaillera network server created by Moosehead with new features by Suprafast. Original EmuLinker can be found here: https://github.com/monospacesoftware/emulinker


This is unofficially updated version of EmulinkeSF, based on original latest source v72.3 (09-20-2009). This version includes bug fixes and other improvements.


Development

To build the jar using Ant (tested at version 1.10.7) run:

$ ant build

To run the jar with Bash:

$ java -Xms64m -Xmx128m -cp ./conf:./build/emulinker.jar:./lib/commons-collections-3.1.jar:./lib/commons-configuration-1.1.jar:./lib/commons-el.jar:./lib/commons-lang-2.1.jar:./lib/commons-logging.jar:./lib/commons-pool-1.2.jar:./lib/log4j-1.2.12.jar:./lib/nanocontainer-1.0-beta-3.jar:./lib/picocontainer-1.1.jar:./lib/xstream-1.1.2.jar:./lib/commons-codec-1.3.jar:./lib/commons-httpclient-3.0-rc3.jar org.emulinker.kaillera.pico.PicoStarter