View Single Post
Re: Simple help compiling hpb 4.0/sdk/metamod
Old
  (#3)
jim
Member
 
Status: Offline
Posts: 2
Join Date: Dec 2004
Default Re: Simple help compiling hpb 4.0/sdk/metamod - 10-12-2004

Thanks very much. I downloaded the bot sdk from the filebase and needed to change a few things but it is working now.

For those of you that download the sdk here is what I changed to get it to compile with msvc.

open ./BU-hl-bot-build-example/metamod/hpb_bot_plugin/HPB_bot_mm.dsp
then goto Project > settings > c/c++
select Prepocessor from the drop-down
change all the ../../dev-tools/hlsdk-2.3/ to ../../hlsdk-2.3/
then open ./BU-hl-bot-build-example/hlsdk-2.3/singleplayer/common/entity_state.h
and change line 125 from

#include "pm_info.h"

to

#include "../pm_shared/pm_info.h"

Hope this helps.

Thanks a lot PMB
  
Reply With Quote