![]() |
![]() |
Venom |
![]()
Post
#1
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
Hello,
Well i have been playing TF2 basicly since beta, having been release and after playing it for 3 or 4 weeks solid now, I would like to start to turn towards bot development. After previously working with the older HL version of RCbot on Natural Selection and modifing that bot to support different game types, I will be moving my efforts towards bot development with TF2. Like all source games and mods, they all come with basic source bots any way. The only way to activate this in games like TF2, is to make sure that -console command is on before you launch the game, and simply type "sv_cheats 1" and then "bot_add". Due to the lack of development and customisation of these standard bots, the bots will not do anything even though they can be added to the game. So I will now be looking at RCBot2 to see if i can get bots into TF2. I will keep you posted on my efforts, i am currently downloading the Windows version of the TF2 dedicated server, having a glimps at the RCbot2 forum, people seem to be having problems with dedicated server so i hope I am able to setup and install RCbots correctly. Wish me luck Venom |
![]() ![]() |
Venom |
![]()
Post
#2
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
CODE Error 3 error LNK2001: unresolved external symbol "public: virtual int __thiscall CBotTF2::getTeam(void)" (?getTeam@CBotTF2@@UAEHXZ) bot.obj Error 4 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotTF2::getLookAtVector(void)" (?getLookAtVector@CBotTF2@@UAEXXZ) bot.obj Error 5 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotTF2::checkStuck(void)" (?checkStuck@CBotTF2@@UAEXXZ) bot.obj Error 6 error LNK2001: unresolved external symbol "public: virtual enum TF_Class __thiscall CBotTF2::getClass(void)" (?getClass@CBotTF2@@UAE?AW4TF_Class@@XZ) bot.obj Error 7 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::init(bool)" (?init@CBotFF@@UAEX_N@Z) bot.obj Error 8 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::setup(void)" (?setup@CBotFF@@UAEXXZ) bot.obj Error 9 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::died(struct edict_t *)" (?died@CBotFF@@UAEXPAUedict_t@@@Z) bot.obj Error 10 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::killed(struct edict_t *)" (?killed@CBotFF@@UAEXPAUedict_t@@@Z) bot.obj Error 11 error LNK2001: unresolved external symbol "public: virtual int __thiscall CBotFF::getTeam(void)" (?getTeam@CBotFF@@UAEHXZ) bot.obj Error 12 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::modThink(void)" (?modThink@CBotFF@@UAEXXZ) bot.obj Error 13 error LNK2001: unresolved external symbol "public: virtual bool __thiscall CBotFF::isEnemy(struct edict_t *)" (?isEnemy@CBotFF@@UAE_NPAUedict_t@@@Z) bot.obj Error 14 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::getLookAtVector(void)" (?getLookAtVector@CBotFF@@UAEXXZ) bot.obj Error 15 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::startGame(void)" (?startGame@CBotFF@@UAEXXZ) bot.obj Error 16 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::checkStuck(void)" (?checkStuck@CBotFF@@UAEXXZ) bot.obj Error 17 error LNK2001: unresolved external symbol "public: virtual bool __thiscall CBotFF::startedGame(void)" (?startedGame@CBotFF@@UAE_NXZ) bot.obj Error 18 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFF::spawnInit(void)" (?spawnInit@CBotFF@@UAEXXZ) bot.obj Error 19 error LNK2001: unresolved external symbol "public: virtual enum TF_Class __thiscall CBotFF::getClass(void)" (?getClass@CBotFF@@UAE?AW4TF_Class@@XZ) bot.obj Error 20 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFortress::getLookAtVector(void)" (?getLookAtVector@CBotFortress@@UAEXXZ) bot.obj Error 21 error LNK2001: unresolved external symbol "public: virtual void __thiscall CBotFortress::checkStuck(void)" (?checkStuck@CBotFortress@@UAEXXZ) bot.obj Error 22 error LNK2001: unresolved external symbol "protected: virtual void __thiscall CBotFortress::selectTeam(void)" (?selectTeam@CBotFortress@@MAEXXZ) bot.obj Error 23 error LNK2001: unresolved external symbol "protected: virtual void __thiscall CBotFortress::selectClass(void)" (?selectClass@CBotFortress@@MAEXXZ) bot.obj Error 24 fatal error LNK1120: 21 unresolved externals .\Debug/HPB_bot2.dll Ok, i have put it into the src/utils now and it has solved alot of problems ![]() But now i have 22 errors + 2 warnings, when i click on them which typically highlights the code in most cases, it does nothing. There is no compiled .dll either in the debug folder. I thought based on the types of errors above, it was just standard errors which would still produce and output but i was wrong ![]() |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 18th July 2025 - 08:55 PM |