SubSpace/Continuum network bot.
Connecting to SSC zones requires cryptinuum security solver service unless you have a VIE bypass. This is private to keep the integrity of the game.
Without the security solver, you can connect to asss zones that are using enc_null module and Security::SecurityKickoff to set 0 or by using CAP_BYPASS_SECURITY.
Set Encryption = Subspace in the config file to use VIE encryption.
- Copy
zero.cfg.disttozero.cfg - Open
zero.cfgand modify the login details.
Config file order:
- Command line first argument
./zero.exe mybot.cfg zero.cfgif nothing is specified on command line.zero.cfg.distifzero.cfgwas not found.
Run the executable with the --help flag to see command-line overrides.
git clone https://github.com/plushmonkey/zerocd zerogit submodule init && git submodule update
- Open
zero.sln - Switch to Release x64 build
- Build
- Optionally install GLFW3 development libraries (
sudo apt-get install libglfw3-devon Ubuntu). This is for the debug render window. - Install cmake
- Open terminal in zero directory
cmake -DCMAKE_BUILD_TYPE=Release -B build -S .cd buildmake -j 12cp ../zero.cfg.dist zero.cfg
- Copy Continuum's graphics folder to the folder where you're running zero.
- Change config file to enable
RenderWindow.