An open-source SFS2X extension for FusionFall: Heroes. Currently, it is in the proof-of-concept/"landwalker" stage, don't expect a fully playable game.
- Supports the latest build of the game (2013-07-01).
- Load into missions and explore with other players!
This guide assumes you already have a working SmartFoxServer2X installation. If you don't, there's a decent guide available here.
- Either build the project yourself, or head to the releases page and grab HeroesZoneExtension.jar.
- In your SFS2X directory, drop HeroesZoneExtension.jar into
extensions/Heroes
. Create the folder if it doesn't exist yet. - Download the game's definition files (see here for instructions), then copy the
definitions
directory toextensions/Heroes
. - Head to the SFS2X admin tool, and create a new zone: name it
Heroes
. Inside the zone, make sure you have a default "lobby" room. - For the zone's extension, select
Heroes
for the name,JAVA
as the type, andnet.cakelancelot.heroes.extension.HeroesZoneExtension
as the main class. Do not configure extensions on a per-room basis! - Connect to the server using the game client! Note that there is a hardcoded "service director" URL that prevents connecting out of the box. Instructions on how to modify your client to accept an arbitrary director URL will be provided soon.
This is my first major project in Java, so any pointers are appreciated. Pull requests for adding features are also welcome!
- Kevman95 for the initial scrape of FusionFall Heroes.
- Danny O for the HD Dexlabs logo and info gathering.
- The rest of the crew in the Discord server for the support!