Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
AI Bots

 
Post new topic   Reply to topic Printable version
 View previous topic  Lagbot src Post :: Post Bot question  View next topic  
Author Message
Outkasted
Newbie


Joined: Feb 21 2004
Posts: 14
Offline

PostPosted: Mon Feb 23, 2004 3:23 am    Post subject: AI Bots Reply to topic Reply with quote

Just wondering if there are any bots out there that have an AI...
That will enter arena, choose a ship, pick up greens and flags, then try to kill everyone...

My buddies and I have a server and there is only like 5 of us playing...we want more stuff to shoot at...

Just wondering if anyone has written code for this yet...
Cause subspace has been out for like 10 years now...

Thanks
-Outkasted
Back to top
View users profile Send private message Add User to Ignore List
Outkasted
Newbie


Joined: Feb 21 2004
Posts: 14
Offline

PostPosted: Mon Feb 23, 2004 3:52 am    Post subject: Reply to topic Reply with quote

PS: I need this for ASSS for linux server...

Thanks
-Outkasted
Back to top
View users profile Send private message Add User to Ignore List
50% Packetloss
Server Help Squatter


Age:40
Gender:Gender:Male
Joined: Sep 09 2003
Posts: 561
Location: Santa Clarita, California
Offline

PostPosted: Mon Feb 23, 2004 2:41 pm    Post subject: Reply to topic Reply with quote

Nope icon_sad.gif
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
CypherJF
I gargle nitroglycerin


Gender:Gender:Male
Joined: Aug 14 2003
Posts: 2582
Location: USA
Offline

PostPosted: Mon Feb 23, 2004 3:47 pm    Post subject: Reply to topic Reply with quote

Many have suggested, many have attempted to code.. but many have halted .. i wouldnt say failed XD
_________________
Performance is often the art of cheating carefully. - James Gosling
Back to top
View users profile Send private message Add User to Ignore List
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Mon Feb 23, 2004 7:01 pm    Post subject: Reply to topic Reply with quote

http://www.hardwerk.net/dueling/bots/AI/

merv plugin, controls a client running on the same computer

not exactly an asss module, though
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Mon Feb 23, 2004 8:33 pm    Post subject: Reply to topic Reply with quote

DoCk> said he would do it for (I think) $500 USD. But unless you got a lot of cash to burn, no.
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Outkasted
Newbie


Joined: Feb 21 2004
Posts: 14
Offline

PostPosted: Mon Feb 23, 2004 9:43 pm    Post subject: Reply to topic Reply with quote

Ok, well, then are there any linux subspace bots, (any kind), for ASSS
Back to top
View users profile Send private message Add User to Ignore List
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Mon Feb 23, 2004 10:46 pm    Post subject: Reply to topic Reply with quote

Just ASSS modules. And as they can do everything a bot can...
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
-Smong-
Guest


Offline

PostPosted: Tue Feb 24, 2004 3:51 pm    Post subject: Reply to topic Reply with quote

I think the autoturret.c in catid's edit of asss can chase players, instead of just sitting still. catid.ssihosting.com.
Back to top
prime
Guest


Offline

PostPosted: Tue Feb 24, 2004 7:48 pm    Post subject: Reply to topic Reply with quote

Hi, yes I coded the first AI bot in subspace that actually works. I'm not much of a programmer, but I figured out how to make an AI bot by not thinking like other programmers. Credit to Underlord for taking an interest in my project and moving forward with the code very quickly:

http://www.hardwerk.net/dueling/bots/AI/

The background story to the AI bot is this...

I was determined to make an AI bot where others had failed (and I mean everyone). Mr. Ekted, the resident programming genius, himself told me that he projected I'd get an AI bot working by the year 2020 (based on past efforts and success by other individuals).

I decided instead of coding a bot to replicate all the variables of momentum, acceleration, weapons, etc... from scratch, why not use the game client itself? That way everything would be taken care of already.

Next step was to figure out how to get the AI bot to take orders. This I worked on then and sort of got stuck, so I put it away for half a year . I got as far as anyone before me did, which was getting almost exactly half of all weapons/items to work (for example, thors would fire but repels would not).

After that half year, I stubbornly refused to quit and started up again. Then the solution came to me: everyone was trying to either code a bot to mimick a pilot or (a very few ppl like SOS, I found out after posting about my frusturated attempts) tried to use a mervbot to 'send keys' to the AI client. Both of these methods had mostly failed up to this point.

I then 'thought outside the box' and figured out the way to get it all to work was instead of the method of targetting the 'send keys' to the SS client, which only understood about %50 of the commands, one should target the 'send keys' to your keyboard, by which as it turns out the logged-in client would then receive all commands.

The downside is you can't (in theory, but I might know ways around that) use an AI bot while logging yourself in as a seperate pilot to play with the AI bot (unless you use two computers or something). The upside is... it finally worked. The AI bot is like a brain (consisting of modules.. actions/strategies/weapon-systems) that uses your ship, like a body, to interact within the game.

My Holy Digital Grail had been found,
Cheers.
Back to top
Outkasted
Newbie


Joined: Feb 21 2004
Posts: 14
Offline

PostPosted: Tue Feb 24, 2004 11:55 pm    Post subject: Reply to topic Reply with quote

Prime: How do i run this bot???

-Outkasted
Back to top
View users profile Send private message Add User to Ignore List
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Wed Feb 25, 2004 4:13 pm    Post subject: Reply to topic Reply with quote

Yeah, I'm stuck.
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
D1st0rt
Miss Directed Wannabe


Age:37
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Wed Feb 25, 2004 4:35 pm    Post subject: Reply to topic Reply with quote

check the commands.cpp for the stuff you can do, I forget the commands
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Bot Questions All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 77 page(s) served in previous 5 minutes.

phpBB Created this page in 0.502372 seconds : 37 queries executed (93.2%): GZIP compression disabled