Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.08 KB

ARCHIVING

I could not find any dependable developer to make this happen. I paid one guy in Venezuela $1,400 to start and he just tried to screw me out of my money and luckily was able to get it refunded through PayPal.

godot-sfs2x

SmartFoxServer 2X Client API

Compile

scons -j8 platform=windows tools=yes target=release_debug bits=64
scons -j8 platform=windows tools=no target=release bits=64
scons -j8 platform=windows tools=no target=release_debug bits=64
7z a godot.windows.opt.tools.64.zip godot.windows.opt.tools.64.exe

Mono build

scons -j8 platform=windows tools=yes module_mono_enabled=yes mono_glue=no bits=64
.\bin\godot.windows.tools.mono.exe --generate-mono-glue modules/mono/glue
scons -j8 platform=windows target=release_debug tools=yes module_mono_enabled=yes bits=64
scons -j8 platform=windws target=debug tools=no module_mono_enabled=yes bits=64
scons -j8 platform=windows target=release tools=no module_mono_enabled=yes bits=64