IPB

Welcome Guest ( Log In | Register )

> Any one have the current source?
BadLife
post Dec 29 2008, 05:50 PM
Post #1


RCBot Fan
****

Group: Waypointers
Posts: 144
Joined: 15-November 03
Member No.: 111



blink.gif I can't seem to find a link to the current source. I know it's probably right out in the open but I sure don't see it. unsure.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
madmax2
post Jun 26 2013, 10:29 PM
Post #2


RCBot Guru
*****

Group: Waypointers
Posts: 956
Joined: 2-March 12
From: USA, WA state
Member No.: 2,162



QUOTE
You've already released a working .dll for SC 4.7, so there's nothing that needs to be fixed since your latest .dll works fine.


Just had to jump in and clarify this, sorry... Yes the original rcbot 4.7 dll worked fine, except the shooting inactive turrets problem.

Slightly off topic: But I may of encountered another minor problem on crystal2. I found one teleport pad, where bots want to run thru the teleport wpt to the destination wpt, before the teleport has activated. I just mention this in case its related, somehow. Most teleport pads are behind opens later doors, this one is not. But it's in an optional area, so it's not a big problem..... As I recall, bots should not goto teleport wpts, until the teleport activates? I haven't found another teleport like this yet, to test and see if this is a teleport wpt problem, or just a problem with that one teleport pad???

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jun 26 2013, 10:34 PM
Post #3


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



QUOTE

But what did change is bots also won't shoot breakables now . I had to help them thru the breakable grates to get to the turrets. I didn't see them shoot at any breakables.


oops I forgot to say that the dll version I posted has a CVAR to set up bot breakable ally classes

sc_breakable_classes_ally

e,g,

sc_breakable_classes_ally 1,2,3

will set classes 1 2 and 3 as allies

the default is "-1,1,2,3,10,11" but maybe some more need to removed so bots shoot the breakables on that map. This means you can make map specific configs
QUOTE(madmax2 @ Jun 26 2013, 11:29 PM) *

Just had to jump in and clarify this, sorry... Yes the original rcbot 4.7 dll worked fine, except the shooting inactive turrets problem.

Slightly off topic: But I may of encountered another minor problem on crystal2. I found one teleport pad, where bots want to run thru the teleport wpt to the destination wpt, before the teleport has activated. I just mention this in case its related, somehow. Most teleport pads are behind opens later doors, this one is not. But it's in an optional area, so it's not a big problem..... As I recall, bots should not goto teleport wpts, until the teleport activates? I haven't found another teleport like this yet, to test and see if this is a teleport wpt problem, or just a problem with that one teleport pad???


if the teleport waypoint is reachable then bots will try to use the teleport even if it is active or not.


I will make the miniturret change

p.s. I will try to post the full source soon
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
w00tguy123
post Jun 26 2013, 10:58 PM
Post #4


Advanced Member
***

Group: Members
Posts: 69
Joined: 9-March 07
Member No.: 1,069



QUOTE(Cheeseh @ Jun 26 2013, 03:34 PM) *

oops I forgot to say that the dll version I posted has a CVAR to set up bot breakable ally classes

sc_breakable_classes_ally


Oh, nice! That cvar will come in handy. I can't get it to work though - no matter what I set it to they won't attack breakables.

Edit: The miniturret fix worked smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jun 26 2013, 11:03 PM
Post #5


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



QUOTE(w00tguy123 @ Jun 26 2013, 11:58 PM) *

Oh, nice! That cvar will come in handy. I can't get it to work though - no matter what I set it to they won't attack breakables.


hmm. setting sc_breakable_classes_ally to "" should just make all breakables enemies .

actually that might cause a crash..

this is the only protection for bots NOT to shoot breakables as they did before, so don't know why they're not shooting anything now
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jun 26 2013, 11:16 PM
Post #6


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



QUOTE(Cheeseh @ Jun 27 2013, 12:03 AM) *

hmm. setting sc_breakable_classes_ally to "" should just make all breakables enemies .

actually that might cause a crash..

this is the only protection for bots NOT to shoot breakables as they did before, so don't know why they're not shooting anything now


maybe I shouldve been a bit clearer with the command actually

rcbot config sc_breakable_classes_ally "2,3"

which maps are you testing it on?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
w00tguy123
post Jun 26 2013, 11:22 PM
Post #7


Advanced Member
***

Group: Members
Posts: 69
Joined: 9-March 07
Member No.: 1,069



QUOTE(Cheeseh @ Jun 26 2013, 04:16 PM) *

maybe I shouldve been a bit clearer with the command actually

rcbot config sc_breakable_classes_ally "2,3"

which maps are you testing it on?


I was using a test map for this, but quarter.bsp has breakables that the older rcbot version would attack (and also one that they would defend).

I've tried the config you suggest there and I get a response from RCBot saying that the classes were changed, but the command isn't having any effect.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Jun 26 2013, 11:31 PM
Post #8


Admin
*****

Group: Admin
Posts: 3,055
Joined: 11-September 03
From: uk
Member No.: 1



QUOTE(w00tguy123 @ Jun 27 2013, 12:22 AM) *

I was using a test map for this, but quarter.bsp has breakables that the older rcbot version would attack (and also one that they would defend).

I've tried the config you suggest there and I get a response from RCBot saying that the classes were changed, but the command isn't having any effect.


okay seemed to be a bug with that code.

you can try again here

http://rcbot.bots-united.com/downloads/rcbot_mm_sc47_3.zip
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
madmax2
post Jun 27 2013, 12:03 AM
Post #9


RCBot Guru
*****

Group: Waypointers
Posts: 956
Joined: 2-March 12
From: USA, WA state
Member No.: 2,162



QUOTE(Cheeseh @ Jun 26 2013, 04:31 PM) *

okay seemed to be a bug with that code.

you can try again here

http://rcbot.bots-united.com/downloads/rcbot_mm_sc47_3.zip

this new link doesn't seem to work for me. did it get taken down allready?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
w00tguy123
post Jun 27 2013, 12:04 AM
Post #10


Advanced Member
***

Group: Members
Posts: 69
Joined: 9-March 07
Member No.: 1,069



QUOTE(madmax2 @ Jun 26 2013, 05:03 PM) *

this new link doesn't seem to work for me. did it get taken down allready?


Change the extension from .zip to .7z in the link smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
madmax2
post Jun 27 2013, 12:15 AM
Post #11


RCBot Guru
*****

Group: Waypointers
Posts: 956
Joined: 2-March 12
From: USA, WA state
Member No.: 2,162



QUOTE(w00tguy123 @ Jun 26 2013, 05:04 PM) *

Change the extension from .zip to .7z in the link smile.gif


hmmm, I still only get 298 bytes. i tried .7z & .zip.7z ? I'll try firefox & see what happens... thanks

No, it still doesnt work, I get a 404 file not found, does it still work for you?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
w00tguy123
post Jun 27 2013, 12:18 AM
Post #12


Advanced Member
***

Group: Members
Posts: 69
Joined: 9-March 07
Member No.: 1,069



QUOTE(madmax2 @ Jun 26 2013, 05:15 PM) *

hmmm, I still only get 298 bytes. i tried .7z & .zip.7z ? I'll try firefox & see what happens... thanks

No, it still doesnt work, I get a 404 file not found, does it still work for you?


The file is around 298 bytes. Do you have 7zip? I re-downloaded and it's still working.

Here's a mirror: https://www.dropbox.com/s/0nwuud3oi6t15xz/rcbot_mm_sc47_3.7z
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic
BadLife   Any one have the current source?   Dec 29 2008, 05:50 PM
Cheeseh   :blink: I can't seem to find a link to the cu...   Dec 30 2008, 01:10 PM
Poka   This is an old topic but I'd be really interes...   Jan 26 2013, 09:04 AM
Cheeseh   This is an old topic but I'd be really intere...   Feb 10 2013, 12:47 PM
madmax2   Hey Cheeseh, Yuraj, over at the svencoop site has...   Feb 12 2013, 08:51 PM
Cheeseh   Finally I've had the time to have a look at th...   Feb 14 2013, 01:20 AM
Cheeseh   Finally I've had the time to have a look at t...   Feb 14 2013, 03:20 AM
madmax2   Wow :lol: that was fast.... thanks Cheeseh, I did...   Feb 14 2013, 04:03 AM
w00tguy123   Cheeseh comes to the rescue! I just started th...   Feb 14 2013, 05:04 AM
madmax2   Man, that was a late night waypoint session in qua...   Feb 14 2013, 09:14 PM
madmax2   Just some feedback on the new release.... I need ...   Feb 16 2013, 06:29 PM
w00tguy123   Hi Cheeseh, I've been trying to get the lates...   Jun 26 2013, 11:01 AM
Cheeseh   The basemonster/baseentity classes were changed by...   Jun 26 2013, 12:09 PM
Cheeseh   The basemonster/baseentity classes were changed b...   Jun 26 2013, 04:41 PM
w00tguy123   I made the suggestion above by removing that line...   Jun 26 2013, 09:36 PM
madmax2   Thanks Cheeseh, Just had a late breakfast, turned ...   Jun 26 2013, 06:47 PM
madmax2   Ok, I tested the dll on crystal/steampipeHL. The f...   Jun 26 2013, 08:24 PM
madmax2   Just had to jump in and clarify this, sorry... Y...   Jun 26 2013, 10:29 PM
Cheeseh   oops I forgot to say that the dll version I post...   Jun 26 2013, 10:34 PM
Cheeseh   oops I forgot to say that the dll version I poste...   Jun 26 2013, 10:46 PM
w00tguy123   oops I forgot to say that the dll version I poste...   Jun 26 2013, 10:58 PM
Cheeseh   Oh, nice! That cvar will come in handy. I can...   Jun 26 2013, 11:03 PM
Cheeseh   hmm. setting sc_breakable_classes_ally to "...   Jun 26 2013, 11:16 PM
w00tguy123   maybe I shouldve been a bit clearer with the comm...   Jun 26 2013, 11:22 PM
Cheeseh   I was using a test map for this, but quarter.bsp ...   Jun 26 2013, 11:31 PM
madmax2   okay seemed to be a bug with that code. you can...   Jun 27 2013, 12:03 AM
w00tguy123   this new link doesn't seem to work for me. di...   Jun 27 2013, 12:04 AM
madmax2   Change the extension from .zip to .7z in the link...   Jun 27 2013, 12:15 AM
w00tguy123   hmmm, I still only get 298 bytes. i tried .7z ...   Jun 27 2013, 12:18 AM
madmax2   @cheeseh Ok, will try this out today, thanks... :...   Jun 26 2013, 10:45 PM
madmax2   @cheeseh Oh, what do you think about a grapple wp...   Jun 26 2013, 10:51 PM
Cheeseh   @cheeseh Oh, what do you think about a grapple w...   Jun 26 2013, 10:52 PM
madmax2   yeah sounds like an idea, I'll have a look wh...   Jun 26 2013, 10:58 PM
w00tguy123   I tried "" both in console and in the ma...   Jun 26 2013, 11:07 PM
w00tguy123   That new version is mostly working. They will atta...   Jun 27 2013, 12:00 AM
madmax2   Never mind... heh heh :) ... got it to work... ...   Jun 27 2013, 12:20 AM
madmax2   Bots are still having problems shooting at inactiv...   Jun 27 2013, 03:22 AM
w00tguy123   They don't shoot inactive turrets in my map, b...   Jun 27 2013, 03:59 AM
madmax2   Hey w00tguy123, Sounds like you found the problem...   Jun 27 2013, 05:13 AM
madmax2   I got the mini-turrets to deactivate in murks (sc4...   Jul 1 2013, 10:42 PM
w00tguy123   Have you found any more maps with inactive/deactiv...   Jul 2 2013, 04:57 AM
RoboCop   Does anyone have the source code for RCBot v1.5 (o...   Dec 23 2015, 10:29 PM
madmax2   Hey RoboCop, I could be wrong, but I don't th...   Dec 24 2015, 06:58 PM
RoboCop   Hey RoboCop, I could be wrong, but I don't t...   Dec 26 2015, 12:42 PM


Reply to this topicStart new topic
6 User(s) are reading this topic (6 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 03:39 PM