![]() |
![]() ![]() |
![]() |
Cheeseh |
![]()
Post
#61
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
I've got 0.72 and it crashes on rcbot debug commands. The older version didn't. I've also tried manipulating the speed_boost command, from making the bots stop moving completely to giving them 10x speed, but it only accepts values below 1. i fixed it but only in the source, rcbot 0.71 might work, and it will work in hl2dm speed boost has a limit of the player's max speed, which is what the bots are already set at, so max speed is not the problem, it's the tickrate (i.e. framerate) I've tried my best in installing this with the rcbot2 installer but have had no luck at least with DOD:S. I'm using Windows 7 64bit. I've plugged in my steam username (which is my email) on the installer and made sure of the directory for my steam.exe but it tells me it finds Steampipe DOD: S but not steampipe TF2 and HL2 Deathmatch. It tells me it can't find DOD: S and tells me it's "partially installed see log". I put the rcbot folder in the "users/username" folder like you said with no luck. What am I doing wrong? It's got to be a simple directory/copy & paste folder issue I would assume? ![]() Sounds like it's installed okay to steampipe dod:s because it has already found it, but didn't find non steampipe, it has been installed to DOD:S i'm sure, as for the sothers you can check in the mods bin folders if they have a HPB_Bot2.dll in them |
gut eater |
![]()
Post
#62
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 29-June 09 Member No.: 1,595 ![]() |
Well, if you placed the rcbot2 folder in your users/whatshisface folder and probably have the rcbot2 dll in your game's bin folder (day of defeat/bin/HPB_Bot2), that would pretty much mean that your installation is complete. Check if both of these match up. If they do, rejoice! If they don't, fix it and rejoice afterwards. still no luck. Just so I can further explain things; under my "SteamApps/myemail/day of defeat source" folder, the only files in it are rcbot2 files/folders, no day of defeat files ![]() Also (not sure if this helps), when I bring up the console in-game and start to try and type any "rcbot" commands, nothing pops up for examples of other "rcbot" commands like "addbot" or something similar so it makes me think it's not even recognizing the rcbot files for some reason or that my files are in the wrong directory. |
Cheeseh |
![]()
Post
#63
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
nothing happens when I host a game. there are 3 ways to load plugins, thorugh command line , in console, or a vdf file you only need to do ONE of these 1. command line -insecure +plugin_load "..\bin\HPB_Bot2" e.g. hl2.exe -game dods -insecure +plugin_load "..\bin\HPB_Bot2" 2. console you need to load first with -insecure option, then in console type plugin_load "..\bin\HPB_Bot2" 3. VDF if you use the launcher it does this automatically by creating a VDF file in the addons folder . Is that what you are doing? |
gut eater |
![]()
Post
#64
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 29-June 09 Member No.: 1,595 ![]() |
I'm using the launcher. Where would I type that command line in aside from the console every time? Is there a config file I can type that in?
|
madmax2 |
![]()
Post
#65
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
gut eater...
QUOTE I'm using the launcher. Where would I type that command line in aside from the console every time? Is there a config file I can type that in? Skip down to Alternative if you can launch from the console, I miss read your question, too much info, ooooppppssss.... ![]() ![]() For windows Steam: If the launcher isn't working for you, then the rcbot2.vdf is probably not in the right place, thats what happened to me, somehow... ![]() So you have a choice, get the vdf and all other files to the right place or do the command line option, both will work... On a steam install, this is where the files should be (since the steampipe update): rcbot2.vdf goes in C:\Program Files\Steam\SteamApps\common\Day of Defeat Source\dod\addons HPB_Bot2.dll does in C:\Program Files\Steam\SteamApps\common\Day of Defeat Source\bin The rcbot2 folder should be in C:\Documents and Settings\[your user folder] & I added -insecure to my launch options in steam dods properties... That should work if all the files are in tact, not corrupted, etc. -------------------------------------------------------------------- As an alternative, if the vdf is bad or missing (remove it if you are going to use this command line option), add this to steam launch options (in steam dods properties): -novid -insecure +plugin_load “..\bin\HPB_Bot2” (-novid is optional, just stops valve video on game launch.....) You don't want the rcbot2.vdf present in the addons folder if you use this option, because the bot will load twice & may cause strange things to happen.... You can also add the command line to a shortcut, but it's not really nessesary, unless maybe you are running a dedicated server setup? If you are running this on steam, your rcbot2 folder should not be in your "SteamApps/myemail/day of defeat source" folder .... that is wrong..... -------------------------------------------------------------------- You may want to check your config.ini in the rcbot2\config folder... here is mine.... CODE # RCBot2 Config generated by RCBot2 Launcher rcbot_defrate 0.19 rcbot_skill 0.6 rcbot_anglespeed 0.19 rcbot_avoid_radius 80 rcbot_avoid_strength 100 rcbot_aimsmooting 1 rcbot_change_classes 1 sv_cheats 1 rcbot_sv_cheats_auto 0 rcbot_taunt 1 rcbot_messaround 1 rcbot_meleeonly 0 rcbot_move_obj 1 rcbot_min_cc_time 60 rcbot_max_cc_time 240 rcbot_runplayer_hookonce 1 rcbot_runplayer_cmd_dods 416 rcbot_scoutdj 0.5 rcbot_voice_cmds 1 rcbot_heavyaimoffset 0.1 rcbot_move_sentry_time 120 rcbot_move_sentry_kpm 1 rcbot_move_disp_time 120 rcbot_move_disp_healamount 100 rcbot_move_tele_time 120 rcbot_move_tele_tpm 1 rcbot_move_dist 800 sv_pausable 1 rcbot config min_bots 11 rcbot config max_bots 12 Not all of that gets added by the launcher. But if you need to you can copy & paste this to yours, it should add 11 bots. You can use the launcher to save settings to this config.ini file (save config button). [edited May 8] Changed since latest steampipe update Make sure sv_cheats 1 is set, and it says rcbot_runplayer_cmd_dods 416. If it says rcbot_runplayer_cmd 416, missing the _dods part, then that is wrong.... Here are manual install guides for (not recommended for new users): Steam http://rcbot.bots-united.com/forums/index....ost&p=11505 NonSteam http://rcbot.bots-united.com/forums/index....ost&p=11499 there are some differences where files go, mainly.... |
gut eater |
![]()
Post
#66
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 29-June 09 Member No.: 1,595 ![]() |
"rcbot2.vdf goes in C:\Program Files\Steam\SteamApps\common\Day of Defeat Source\dod\addons"
Got it working! and the above tip is what did it. For whatever reason I didn't have an "addons" folder in that directory but once I made it and had the vdf file there, it booted up like a charm! Thanks! |
madmax2 |
![]()
Post
#67
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
"rcbot2.vdf goes in C:\Program Files\Steam\SteamApps\common\Day of Defeat Source\dod\addons" Got it working! and the above tip is what did it. For whatever reason I didn't have an "addons" folder in that directory but once I made it and had the vdf file there, it booted up like a charm! Thanks! Good to hear you got it going. ![]() ![]() ![]() |
gut eater |
![]()
Post
#68
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 29-June 09 Member No.: 1,595 ![]() |
Good to hear you got it going. ![]() ![]() ![]() Exactly as you said, it was in the "SteamApps/[emailoraccount]/day of defeat source/dod/addons" directory and I copied the addons folder to the new directory under "SteamApps/common/Day of Defeat Source/dod". |
Cheeseh |
![]()
Post
#69
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
Exactly as you said, it was in the "SteamApps/[emailoraccount]/day of defeat source/dod/addons" directory and I copied the addons folder to the new directory under "SteamApps/common/Day of Defeat Source/dod". theres a bug in the launcher in dod:s for steampipe I found, fixed it for next time |
gut eater |
![]()
Post
#70
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 29-June 09 Member No.: 1,595 ![]() |
|
madmax2 |
![]()
Post
#71
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
|
gut eater |
![]()
Post
#72
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 29-June 09 Member No.: 1,595 ![]() |
Hey one thing I've notice is random crash/PC freezes while playing this. Not sure exactly what triggers it but it will be in the middle of a bot match. Any suggestions?
|
Cheeseh |
![]()
Post
#73
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
Hey one thing I've notice is random crash/PC freezes while playing this. Not sure exactly what triggers it but it will be in the middle of a bot match. Any suggestions? I'd need more info on what caused it or a crash log of some sort. Although since the release I have fixed some crashes which were my fault really, in the source code |
madmax2 |
![]()
Post
#74
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
Hey one thing I've notice is random crash/PC freezes while playing this. Not sure exactly what triggers it but it will be in the middle of a bot match. Any suggestions? gut eater .72 has been fairly stable for me, maybe one freeze up? If it's happening frequently, you might want to double check these settings in the rcbot2 config.ini rcbot_runplayer_hookonce 1 rcbot_runplayer_cmd_dods 417 Cheeseh said: QUOTE If you experience crashes try changing rcbot_runplayer_hookonce to 0 or 1 or vice versa |
gut eater |
![]()
Post
#75
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 29-June 09 Member No.: 1,595 ![]() |
gut eater .72 has been fairly stable for me, maybe one freeze up? If it's happening frequently, you might want to double check these settings in the rcbot2 config.ini rcbot_runplayer_hookonce 1 rcbot_runplayer_cmd_dods 417 Cheeseh said: Tried this still crashes at random moments where the PC freezes. How do I pull a log of what exactly happened if it makes my PC freeze? |
madmax2 |
![]()
Post
#76
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
Tried this still crashes at random moments where the PC freezes. How do I pull a log of what exactly happened if it makes my PC freeze? Yeah i'm not sure about that, rcbot1 would generate a crash log, but I can't find one for rcbot2. I was using debug, waypointing, and running 14 bots at the same time today & had a few crashes... The only crash logs I can find are in the steam "dumps" folder ![]() |
genmac |
![]()
Post
#77
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 571 Joined: 11-November 11 Member No.: 2,098 ![]() |
probably bec. of this steampipe update reason for some of the crashes.
try running steam in offline mode then run the game. for me no crashes so far still using old version gcf non-pipes. |
madmax2 |
![]()
Post
#78
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
Ive been staying in offline mode for several days now, but I was using debug, waypointing, and running 14 bots at the same time when the crashes occured. They were not total freezes/lockups. In my case it looked like a graphics card or driver crash, i had video corruption, but I was able to do a console quit command to a normal desktop... Just playing a normal game seems ok so far???
On dialup , i'm not to crazy about steam... period... ![]() |
genmac |
![]()
Post
#79
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 571 Joined: 11-November 11 Member No.: 2,098 ![]() |
Oh man I was using dial-up like forever years ago so I feel your pain.
Looks like the pesky pc freeze probably a system failure already on his cpu. Probably it needs some cleaning up or a fresh reformat or some internal part are about to break or something is overheating. @gut eater...try to full defrag your hard drive and do a full scan. check your cpu temperature it should be just around 40 degree Celsius idle. get "core temp" for that. |
Cheeseh |
![]()
Post
#80
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
Ive been staying in offline mode for several days now, but I was using debug, waypointing, and running 14 bots at the same time when the crashes occured. They were not total freezes/lockups. In my case it looked like a graphics card or driver crash, i had video corruption, but I was able to do a console quit command to a normal desktop... Just playing a normal game seems ok so far??? On dialup , i'm not to crazy about steam... period... ![]() well as for madmax, the debugging modes have some issues in the latest version which may cause memory corruption, I've fixed them in the source but haven't updated the release yet |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 20th June 2025 - 09:04 PM |