Skip to content

Instantly share code, notes, and snippets.

@matheusagcosta
Last active December 25, 2022 11:58
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save matheusagcosta/a92fd5863f44dcfd02f74c6d34856014 to your computer and use it in GitHub Desktop.
Save matheusagcosta/a92fd5863f44dcfd02f74c6d34856014 to your computer and use it in GitHub Desktop.
Podbot Counter Strike 1.6 on Mac OSX

1 - Make sure you have Counter Strike installed

2 - Download YAPB http://forums.bots-united.com/showthread.php?t=9986

3 - Extract the zip and move the folder addons with all the content to ~/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike

4 - After that, open the file liblist.gam in the folder above and replace gamedll_osx "dlls/cs.dylib" with this content:

//gamedll_osx "dlls/cs.dylib"
gamedll_osx "addons/yapb/bin/yapb.dylib"

5 - You are all set. Run the game and enjoy it.

@mgrybyk
Copy link

mgrybyk commented Nov 11, 2019

works like a charm. Do you know how to configure difficulty?

@matheusagcosta
Copy link
Author

matheusagcosta commented Nov 11, 2019

@mgrybyk try bot_difficulty 3
That will be equivalent to the expert mode.
So if you set 2 is going to be normal and 1 to easy.

@mgrybyk
Copy link

mgrybyk commented Nov 11, 2019

Thanks!

@mgrybyk
Copy link

mgrybyk commented Nov 11, 2019

one last question, do you know where should waypoints go (what folder)?

@matheusagcosta
Copy link
Author

@mgrybyk I don't know but you should find that on this forum http://forums.bots-united.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment