tschumann / sandbot-wptgen

Sandbot waypoint generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sandbot-wptgen

Sandbot waypoint generator.

Based off BSP_tool by Jeffrey 'botman' Broome.

Building

Linux

sudo apt-get install make gcc gcc-multilib g++-multilib
cd sandbot-wptgen/
make

Usage

sandbot-wptgen -wN -sinfo_spawn_entity mapname.bsp

A larger value of N will result in faster waypoint generation as the expense of fewer waypoints.

Tests

Windows

End to end and unit tests:

tests/test.sh

You can specify whether to use the x86 or x64 build too:

tests/test.sh x86
tests/test.sh x64

Linux

End to end tests:

tests/test.sh

License

GPL v2 because the original project is GPL v2.

About

Sandbot waypoint generator

License:GNU General Public License v2.0


Languages

Language:C++ 83.3%Language:C 14.1%Language:Shell 1.3%Language:PowerShell 0.9%Language:Makefile 0.4%