From 4e7bc06eb9860dcc0cf9ad5e31891ad33957969a Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 31 Mar 2022 15:06:19 -0400 Subject: [PATCH] beginning work on a new article on the sc2 ai --- content/blog/sc2_ai_pain.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/blog/sc2_ai_pain.md diff --git a/content/blog/sc2_ai_pain.md b/content/blog/sc2_ai_pain.md new file mode 100644 index 0000000..a42cda4 --- /dev/null +++ b/content/blog/sc2_ai_pain.md @@ -0,0 +1,23 @@ +--- + +title: "Rust sc2 ai on linux pain" + +description: "" + +date: 2022-03-31 + +draft: true + +--- + +(intro building an ai in sc2 and why I'm interested in that) + +(trying to set it up with lutris initially but rust-sc2 looking for the wrong binary location) + +(trying to use an in dev version of rust-sc2 so wine would get handled correctly) + +(trying finding out about the headless version) + +(complaining about them doing ~/StarCraftII instead of /home/username/StarCraftII) + +(what do I wanna do with Hassium now?)