Skip to content

pongo1231/pongbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f25cd52 · Dec 16, 2018

History

35 Commits
Dec 16, 2018
Nov 29, 2018
Nov 29, 2018
Nov 29, 2018
Dec 16, 2018

Repository files navigation

Pongbot

A new tf2 bot fully written from scratch. As of now, it is only working on Windows. Linux support being considered later on.

Steam Group

Building & Developing

Import the project to Visual Studio (preferably 2017) on Windows. Afterwards follow these steps to set the project up properly:

- Open Project Properties
- Under General, set Configuration Type to "Dynamic Library (.dll)"
- Open C/C++ -> General and add "lib" to Additional Include Directories
- Open Linker and do the following:
	- In General, add "lib/hlsdk/lib" to Additional Library Directories
	- In Input, add the following to Additional Dependencies: "legacy_stdio_definitions.lib;tier0.lib;tier1.lib;tier2.lib;tier3.lib;vstdlib.lib;mathlib.lib"

And everything should be ready to go!

About

A WIP TF2 bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages