![]() |
![]() ![]() |
![]() |
Cheeseh |
![]()
Post
#201
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
i would just replace the unknown typedefs to void*
about the CBotStateNetMessage thing ,wheres that? (what line is it saying and any more details it gives) |
anonym001 |
![]()
Post
#202
|
||
Member ![]() ![]() Group: Members Posts: 11 Joined: 22-December 04 Member No.: 461 ![]() |
It is bot_client.h , line 652 This is the original code , unchanged
ther error is: bot_client.h:652: error: ISO C++ forbids declaration of `CBotStateNetMessage' with no type I updated the compiled version (included the *void changes for the typedefs) (the format in which i showed my changes in the previos post: file:lines OLD => NEW ) --Ano |
||
Cheeseh |
![]()
Post
#203
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
all you have to do there is rename CBotStateMessage() constructor function to CBotStatedMessage() (Note the extra d) thats a typo on my part... although the class is never used, it was a prototype
![]() |
anonym001 |
![]()
Post
#204
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 22-December 04 Member No.: 461 ![]() |
Yes, thats what i ve done. I was just wondering, why such an error does not influence the whole bot
![]() But if its never used, ok , hehe well, lets wait for the answeres if this thing works.. cant wait for it O_o --Ano |
Cheeseh |
![]()
Post
#205
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
i'd like to see if its working
![]() |
RR99i |
![]()
Post
#206
|
![]() Member ![]() ![]() Group: Members Posts: 25 Joined: 28-July 05 From: Indiana, USA Member No.: 608 ![]() |
![]() |
MarD |
![]()
Post
#207
|
![]() RCBot Fan ![]() ![]() ![]() ![]() Group: Waypointers Posts: 139 Joined: 30-September 04 From: Canada EH? Member No.: 419 ![]() |
Heyyo,
Sadly, bots will never be able to command well until they add bot commanding support in NS... from what we've been told? never gonna happen. They don't care about us who love bots... we're neglected like Valve is neglecting us for HL2 bots. ![]() |
RR99i |
![]()
Post
#208
|
||
![]() Member ![]() ![]() Group: Members Posts: 25 Joined: 28-July 05 From: Indiana, USA Member No.: 608 ![]() |
Man... that stinks. I was hoping for that to happen. Seeing that the developers are having trouble right now. Your right, we may never see that happen. |
||
Cheeseh |
![]()
Post
#209
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
yeah.. I need something from the NS developers to incorporate some API into the NS mod to create upgrades/buildings etc through a command chair so that the proper resources etc are used.
Whenenevr it can be done. ... I've been thinking of making a whole new bot to do commander, as a metamod plugin and have both running, so I can keep my code tidy. |
anonym001 |
![]()
Post
#210
|
Member ![]() ![]() Group: Members Posts: 11 Joined: 22-December 04 Member No.: 461 ![]() |
i just tested my rcbot-linux built, and it works !!!!
--Ano |
MarD |
![]()
Post
#211
|
||
![]() RCBot Fan ![]() ![]() ![]() ![]() Group: Waypointers Posts: 139 Joined: 30-September 04 From: Canada EH? Member No.: 419 ![]() |
Heyyo, If you'd do that Cheeseh I'd probably get back into NS. ![]() |
||
DeadEyeSavage |
![]()
Post
#212
|
||||||||
Member ![]() ![]() Group: Members Posts: 15 Joined: 21-June 06 Member No.: 768 ![]() |
Mine still dose not work i am not sure where to path it sicne its a pathing problem it keeps saying badf load. heres whats in my META plugin.ini for rbot:
This is where the base NS folder is:
so the rcbot is in
Also do i need to make another .ini file in the base directory of the ns folder? I remember reading something about it it worked for my personal Windows server i think i tried it here but would it evne affect it? Heres the erros from meta:
if you need mroe info jsut ask i want to get this working ASAP. |
||||||||
Cheeseh |
![]()
Post
#213
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
what is in your metamod pliguns.ini file?
|
DeadEyeSavage |
![]()
Post
#214
|
||||
Member ![]() ![]() Group: Members Posts: 15 Joined: 21-June 06 Member No.: 768 ![]() |
Yeah i forgot to add meta before plugins.ini. Its the first thing. |
||||
guurk |
![]()
Post
#215
|
||
Newbie ![]() Group: Members Posts: 6 Joined: 17-July 06 Member No.: 798 ![]() |
New Linux Build is now available (and tested too): Please pick up here: http://resonus.net/index.php/Natural_Selection Direct link: http://resonus.net/images/rcbot_mm_i486.so Here's what I did to get the build working:
|
||
guurk |
![]()
Post
#216
|
||
Newbie ![]() Group: Members Posts: 6 Joined: 17-July 06 Member No.: 798 ![]() |
Hey all! I'm trying to figure out something here. I have WhichBot set up for the aliens. Any new marines that join... the aliens get balanced (up to 6). The RCBots are getting added, but theres a bug. What I'd like to have is 6 WhichBots on aliens and 6 RCBots on Marines. So I added config force_team 1 to the config.ini. Oddly, even with max_bots set to 6 and min_bots set to 0, only 4 bots always join by default. I have to add them manually to get to six. (This is the same behaviour as with max_bots set to -1 and min_bots set to -1). However, with balance on, all the bots get to the right teams just like I planned ![]() I have also now just added specific cfg files for each of the different maps that I run that add 6 bots. This does do what I need.... just seems there may be a better way. Oh, btw... also, you can't use rcbot addbot in the server.cfg file... it'll crash the server. SHAMELESS PLUG You are now welcome to try out my Linux based dedicated server with 6 Alien WhichBots and 6 Marine RCBots @ resonus.net (just enter that into your favorites). Here's my config.ini
|
||
DeadEyeSavage |
![]()
Post
#217
|
||||||
Member ![]() ![]() Group: Members Posts: 15 Joined: 21-June 06 Member No.: 768 ![]() |
sweet it works now! that helped everything this new update! But the bots won't join... Here is my bot_config:
Also it says theres no cfg for faceoff which is correct cause i never created one.(right?) But no bots join so i type rcbot addbot and i get this:
What i don't understand is that there is NO ONE IN THE SERVER. the server is 0 (zero) out of 21. Then i change the map to faceoff and nothing... Then i get error above when i do rcbot addbot.(again) I had this on my windows server but i don't remember how to fix it since i did fix it on my windows server.. also in my instances/ns/ns/ mod directory i put the rcbot_folder.ini in there. This is what is in that folder:
|
||||||
IHQ-Reima[DWMH] |
![]()
Post
#218
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 67 Joined: 7-June 06 From: Finland Member No.: 737 ![]() |
Try minbots 1
if you have like 10 player server it means then that you can have all 4 bots when there are 6 humans and max humans is 9 (minbots 1). It kicks/joins bots to suit the min/maxbots values. Make also mapconfigs: rcbot addbot 1 rcbot addbot 2 rcbot addbot 1 rcbot addbot 2 |
Cheeseh |
![]()
Post
#219
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
the force_team command is for The Specialists only. I thought about using it for all MODS but didn't have the time then because I though TS had different team selection methods.
|
DeadEyeSavage |
![]()
Post
#220
|
||
Member ![]() ![]() Group: Members Posts: 15 Joined: 21-June 06 Member No.: 768 ![]() |
Why would that have any affect since when i type rcbot addbot it says error no "PROFILES". I can't even add bots manually... Also i don't want any bots in the server when theres 4 people or more. I understand how the config works cause i got it working on my windows server. Just this linux server dose not want to work... thanks for trying tho. Anyone else? P.S. I did try minbots one no affect. |
||
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 20th June 2025 - 08:40 PM |