![]() |
![]() ![]() |
![]() |
Vazh3r |
![]()
Post
#41
|
Newbie ![]() Group: Members Posts: 7 Joined: 8-November 07 Member No.: 1,249 ![]() |
That really sucks. I wish they release it soon. Any ideas why they haven't released it yet?
|
LordSkitch |
![]()
Post
#42
|
![]() I cuddle with my bots. ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 980 Joined: 16-April 04 From: Alvin, Texas Member No.: 291 ![]() |
probably because theres money to be made elsewhere, and valve doesnt think that 3rd party support to enhance gameplay is important enough to worry about.
the douche bags. |
Venom |
![]()
Post
#43
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
Just wanted to let you all know that the beta SDK for orange box is now out for downloading
![]() I am looking at the code now ![]() |
KrX |
![]()
Post
#44
|
Newbie ![]() Group: Members Posts: 2 Joined: 8-March 08 From: Singapore Member No.: 1,323 ![]() |
Just wanted to let you all know that the beta SDK for orange box is now out for downloading ![]() I am looking at the code now ![]() Hope support for tf2 can be up soon! =D For those of you who do not know how to obtain the beta, go to your Steam Settings, under Beta Participation. There should the Source SDK Beta under the drop-down list. =D |
Venom |
![]()
Post
#45
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
I am looking at the code, but i expect Cheeseh will be able to understand it better than me
![]() |
Cheeseh |
![]()
Post
#46
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
I am looking at the code, but i expect Cheeseh will be able to understand it better than me ![]() gah! I haven't looked at it much yet.. and haven't tried to integrate rcbot into it yet. haven't had much time these days, since i'm working all day in a friggen rut!... I feel a career change is required ![]() |
Venom |
![]()
Post
#47
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
I know how you feel cheeseh, i just started a new job and learning the ropes, lots to learn, barely have time to do anything really, and when i do have time, i am to tired to be on the computer after being on them for 9 or 10 hours a day at work
![]() All good things come to those who wait, take your time ![]() |
Cheeseh |
![]()
Post
#48
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
Well I've compiled a version of rcbot2 which can attach onto Team Fortress 2 but wheneve I try to add a bot the whole god-damn game just closes down with no errors :S ARghh.
|
Venom |
![]()
Post
#49
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
If you like, i could give it a try. I think you got FTP access still to my site, you could upload the compiled version there and i could see what i can do about tracking the problem.
|
Cheeseh |
![]()
Post
#50
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
If you like, i could give it a try. I think you got FTP access still to my site, you could upload the compiled version there and i could see what i can do about tracking the problem. Yeah, ok Thanks venom. I have uploaded it to your FTP. http://rcbot.dwmh.net/RCBot2_OrangeBox_VS05.rar Btw the SDK source is now out of Beta so you should download the latest SDK source code again from steam to make sure it is up to date. also note this source code will only work with Orange box (which you know ![]() |
Venom |
![]()
Post
#51
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
Going to download the RCBOT now and will have a bit before i go to work.
Have to install good old VS2005 again as i know the conversion wizard to VS2008 will not work very well lol I also have to keep remembering to compile all source code under 32bit mode as by default, if your running a 64bit OS, it compiles it in 64bit mode, unless otherwise changed lol, keep forgetting and wonder why programs doesnt work ![]() Looking back through previous posts, basiclly so i can remember where to put the source code, i noticed we talked about nav mesh, i hope we can use them, the nav mesh is a great system and does all the work for generating nav points for you ![]() But i guess the first thing is to make RCBOT load without crashing ![]() Remembering back to are last attempt (those many months ago), i remember that the bot just bombed out at loading, it didnt crash the game without any messages, it just said unable to load, but that was with a much older version without half of the stuff it has now. Is there anything still missing? (e.g. class, team etc...) or have you been unable to test these due to the crash? |
Cheeseh |
![]()
Post
#52
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
The nav mesh stuff, I think requires a bit of a hack in the compile, but even then I don't know if it will work. There is a NavMeshNavigator class that the bots can use in place of the WaypointNavigator but the functions are simply stubs right now.
The class/team stuff is there in the latest code, as far as I can see it calls the select class/team for the added bot , but soon after( like after the first frame has finished) the game crashes and just closes. here's another thread on bots-united I've been contributing to a little bit and explains some of the problems that are still lingering! http://forums.bots-united.com/showthread.p...57502#post57502 |
Venom |
![]()
Post
#53
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
Intresting reading, thanks for the link, CountFloyd makes an intresting post.
Not sure why he wouldnt use NavMesh, i would of thought they would be better as it generates all the possible combonations around an object and calculates the best spots for sniper and building positions. I didnt have time this morning to install VS2005 before work, but i look forward to playing around with it. I must agree with you though cheeseh, I never had a problem adding bots, so i think the bot controller is there, not sure why RCBot crashes but I hope to test it and find out if i can. Seems strange that both you and CountFloyd are getting different results when trying to add bots, Cheeseh game crashes, but CountFloyd says so bot controller, strange, i wonder how it will run on my computer? possibly explodes? ![]() |
Venom |
![]()
Post
#54
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
I think i found what the problem may be when you add RCBOT2 in Team Fortress 2 and it causes to crash, but in order to test it, i need to compile RCBOT but it seems that it doesnt find all the files i need to compile. The RCBOT2 is put into c:\MyMod\utils\ but doesnt seem to find some of the source code, is there any way to add additional source code paths?
UPDATE: I managed to add in the missing source code headers manually lol, i am sure there is an easier way, if you know let me know ![]() So i managed to get RCBOT2 to load on startup without any load plugin errors which i normally get, I can also get into the game as well, but as soon as i add a bot it crashes. Not sure what point your up to on this, if we both can be on the same stage, we might get some where ![]() |
Venom |
![]()
Post
#55
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
Something very strange happened today, i decided to setup my own Windows TF2 dedicated server, i installed RCBOT2 but it wont run saying profile 1.ini not found. So i decided not to run RCBOT2 on it, so i decided, could i cheat on some achievements and add some HL2 bots to it, i managed to add them fine, when using the saw on the medic class on one of the bots, it suddenly and shockingly came to life, i was like, WTF, it started to run of, i was playing 2fort at the time, it started to run of the bridge into the water and started swimming around, seems odd that none of the other bots did that, not sure what triggered it either, but the bot was moving.
Cheeseh, can you shed any light on this? |
Cheeseh |
![]()
Post
#56
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
Something very strange happened today, i decided to setup my own Windows TF2 dedicated server, i installed RCBOT2 but it wont run saying profile 1.ini not found. So i decided not to run RCBOT2 on it, so i decided, could i cheat on some achievements and add some HL2 bots to it, i managed to add them fine, when using the saw on the medic class on one of the bots, it suddenly and shockingly came to life, i was like, WTF, it started to run of, i was playing 2fort at the time, it started to run of the bridge into the water and started swimming around, seems odd that none of the other bots did that, not sure what triggered it either, but the bot was moving. Cheeseh, can you shed any light on this? hmm, nope! Haven't tried since the latest update, if that has anything to do with it, but if you mention that only 1 of several bots came to life then something must have triggered it individually , but what I don't know :S I can have a look later |
Venom |
![]()
Post
#57
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
As i mentioned before, i was a medic, there was several bots (3 to be exact), i used the saw and killed two, the third one i started to saw and as it jolted forward from the impact to the saw, it came to life and started running around, i was like WTF lol.
If i can get it to do it again, other than video evidence, what would be useful to you? |
Cheeseh |
![]()
Post
#58
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
As i mentioned before, i was a medic, there was several bots (3 to be exact), i used the saw and killed two, the third one i started to saw and as it jolted forward from the impact to the saw, it came to life and started running around, i was like WTF lol. If i can get it to do it again, other than video evidence, what would be useful to you? I guess what is more important is that I cannot get the bots to spawn at all, and whenever I add two bots the game just crashes, are you sure you used rcbot2 ? Did you change any of the source? |
Venom |
![]()
Post
#59
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 82 Joined: 24-July 06 Member No.: 807 ![]() |
sorry, i didnt make it clear
![]() The problem with the rcbot2 as dedicated is that it has trouble finding the ..\rcbot2\profiles\1.ini What directory should it be in as i put it in almost every directory and it just doesnt like it, it wont continue unless it find its, producing an error. I guess its better to produce an error on startup on the dedicated server than produce and error and crash the game. |
Cheeseh |
![]()
Post
#60
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
sorry, i didnt make it clear ![]() The problem with the rcbot2 as dedicated is that it has trouble finding the ..\rcbot2\profiles\1.ini What directory should it be in as i put it in almost every directory and it just doesnt like it, it wont continue unless it find its, producing an error. I guess its better to produce an error on startup on the dedicated server than produce and error and crash the game. Dedicated server files should be in "source dedicated server" I've tried again with rcbot2 for orange box with the lastest aavailable SDK from Valve, it still crashes. The built-in bot_add command is actually bots already built into the TF2 mod code (not from a plugin), and they NEED sv_cheats on to run. although doesn't seem to work for rcbot. Also I noticed usefull commands: jointeam <team> join_class "scout" join_class "engineer" Etc... I've finished my "make your own custom mod" version of the bot which reads mods from a text file so it is easier for dedicated server installation and you can let the bot play in any mod as long as a cetrain "bot type" can handle it.. But I will have to tidy it up a bit. |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 18th July 2025 - 09:15 PM |