From a53031007bfc0c68a0b16e1e15248827ce1fa106 Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Fri, 9 Aug 2019 23:52:46 +0200 Subject: [PATCH] Fix formatting of old instructions (hopefully) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0ef49f..3a2d9b7 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ A new tf2 bot fully written from scratch.
Old Instructions + Import the project to Visual Studio (preferably 2019) on Windows. Afterwards follow these steps to set the project up properly: + ``` - Select Release build flavour (Debug won't compile as of now) - Select x86 as target architecture (Can't compile hl2 sdk with x64 as target) @@ -26,6 +28,7 @@ A new tf2 bot fully written from scratch. - Check if there's a command line set in Build Events -> Post-Build Events - If there is, either change it the path of your choosing or completely remove it ``` + And everything should be ready to go!