.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   PodBot Problems with Chat (http://forums.bots-united.com/showthread.php?t=9129)

Santo 05-03-2013 23:57

Re: PodBot Problems with Chat
 
Quote:

Originally Posted by KWo (Post 64874)
You have to write in upper case the word in botchat.txt. The file is reloaded only when the bot dll (podbot_mm.dll/podbot_mm_i386.so) is loaded at the game start (it's not enough just to restart the map - You must restart the game on the server).

That You can't change. It's hardcoded. Give them just more time to answer. They usually reply 7/10 or more, but it takes time to get the answer (10 to 20 seconds).

I'm reffering to the word that I must write in the game with say command, It must be with UPPER CASE or I can just type it with lower cases and/or with in combinations with other words ?!
I must type the word in the game with say command more than one time to make the bots answer ?! And what happens if I'm typing the @KEY word, for example "ADMIN" like 6 times ?!

KWo 06-03-2013 18:04

Re: PodBot Problems with Chat
 
Quote:

Originally Posted by Santo (Post 64875)
I'm reffering to the word that I must write in the game with say command, It must be with UPPER CASE or I can just type it with lower cases and/or with in combinations with other words ?!

Say command doesn't need to contain the word in UPPER CASE. You can write it as You want - i.e. Admin, AdMiN, aDMIN, admin and so on. Only in botchat.txt it should be written as @KEY "ADMIN" - as You can see here - in UPPER CASE.
Quote:

Originally Posted by Santo (Post 64875)
I must type the word in the game with say command more than one time to make the bots answer ?!

No - it's enough to type it once.
Quote:

Originally Posted by Santo (Post 64875)
And what happens if I'm typing the @KEY word, for example "ADMIN" like 6 times ?!

Nobody knows - it wasn't tested. More than likely it will not work correctly or they would answer only with replies written in the first section of the same keyword.

Santo 07-03-2013 02:19

Re: PodBot Problems with Chat
 
Thank you for your answers. Can you modify [code=bot.cpp]
// Assign how talkative this Bot will be
pBot->SaytextBuffer.fChatDelay = RANDOM_FLOAT (10.0, 20.0); // KWo - 02.03.2010
pBot->SaytextBuffer.cChatProbability = RANDOM_LONG (40, 100); // KWo - 31.03.2006[/code] to a short period of time ?! Or make a a cvar or an option to be modified by anyone who's using PODBOT ? Release a future, or something.

KWo 07-03-2013 07:37

Re: PodBot Problems with Chat
 
Hunans aren't answering faster or more often. Why do You need these values to be shorter?

Santo 08-03-2013 05:21

Re: PodBot Problems with Chat
 
Quote:

Originally Posted by KWo (Post 64879)
Hunans aren't answering faster or more often. Why do You need these values to be shorter?

No man, humans are replying when you ask them something, those PODBOTS are replying very very retard, with much much much delay. When a player ask them something they do not reply. And if they will reply the player probably will be gone. It's not good, you must make a public quote or something to see the people reaction to this and make those modifications, or you can just add a cvar so anyone who wants to modify those settings are free to do. You can't enforce your settings (opinion) even if you're the creator of the POD BOTS. If you've made this grate add on, for us, you must do this for all those people who download and install your add on and give you credits. Thanks man.

KWo 10-03-2013 10:08

Re: PodBot Problems with Chat
 
Quote:

Originally Posted by Santo (Post 64882)
When a player ask them something they do not reply. And if they will reply the player probably will be gone.

Why the player should be gone? I wrote clearly - they don't answer if they are alive. They do answer if they are dead and the player asking them is dead, too. So if the player is dead, why should he be gone (from the server?)?
Quote:

Originally Posted by Santo (Post 64882)
It's not good, you must make a public quote or something to see the people reaction to this and make those modifications, or you can just add a cvar so anyone who wants to modify those settings are free to do.

That means about 5 new cvars (min/max delays, min/max chat probability, delay between 2 chats). Do You know how many cvars is there already? I believe the people are already lost while reading the current podbot.cfg and docs...

Quote:

Originally Posted by Santo (Post 64882)
You can't enforce your settings (opinion) even if you're the creator of the POD BOTS. If you've made this grate add on, for us, you must do this for all those people who download and install your add on and give you credits. Thanks man.

I'm not creator of podbot mm. The first creator of podbot was Count Floyd. He stopped work on this bot, but he left the sources. Then Pierre-Marie Baty has ported this bot to metamod (so it's called now podbot mm), but after short time of work on this bot and many complains of users (including me :D ) - to add/change something, he gave up and left it, too. Actually he was also busy with his-own business and private life, so I believe it was the main reason he had to stop the work on this bot. Then SpLoRyGoN started to continue the work on this bot, but after some time he had to stop it, too. Finally I learned a bit C++ and I started step by step to modify the code of this bot. That's the history. Currently I'm really busy so I don't have much time to work on it. The feature You need isn't much time consuming, but - if I do it for You - then other people wanted other cvars for other settings will start to complain (why not my needs?).
As You can see - after reading this forum - You are the only person asking about the chat frequency. Nobody else needs this. I don't think it's the most important thing to do now. The people are still reporting one bug - bots are looking at the sky for no reason. I spent huge time to fix this, but it looks it's still not fixed. Maybe even there are other bugs they need to be fixed? That is always the priority. If bugs are fixed, then I'm eventually adding new features. Is this OK for You or not?

Santo 10-03-2013 12:38

Re: PodBot Problems with Chat
 
Quote:

Originally Posted by KWo (Post 64886)
Why the player should be gone? I wrote clearly - they don't answer if they are alive. They do answer if they are dead and the player asking them is dead, too. So if the player is dead, why should he be gone (from the server?)?-

Yes man from the Server, the POD BOT are replying retard.

Quote:

That means about 5 new cvars (min/max delays, min/max chat probability, delay between 2 chats). Do You know how many cvars is there already? I believe the people are already lost while reading the current podbot.cfg and docs...
I've read all POD BOT files.
Quote:

I'm not creator of podbot mm. The first creator of podbot was Count Floyd. He stopped work on this bot, but he left the sources. Then Pierre-Marie Baty has ported this bot to metamod (so it's called now podbot mm), but after short time of work on this bot and many complains of users (including me :D ) - to add/change something, he gave up and left it, too. Actually he was also busy with his-own business and private life, so I believe it was the main reason he had to stop the work on this bot. Then SpLoRyGoN started to continue the work on this bot, but after some time he had to stop it, too. Finally I learned a bit C++ and I started step by step to modify the code of this bot. That's the history. Currently I'm really busy so I don't have much time to work on it. The feature You need isn't much time consuming, but - if I do it for You - then other people wanted other cvars for other settings will start to complain (why not my needs?).
As You can see - after reading this forum - You are the only person asking about the chat frequency. Nobody else needs this. I don't think it's the most important thing to do now. The people are still reporting one bug - bots are looking at the sky for no reason. I spent huge time to fix this, but it looks it's still not fixed. Maybe even there are other bugs they need to be fixed? That is always the priority. If bugs are fixed, then I'm eventually adding new features. Is this OK for You or not?
It's not for me specially. It's for every one. That's why I've asking you to make a pool with this subject and see the people vote for it. Thanks and I hope you can do one Pool.

KWo 10-03-2013 20:05

Re: PodBot Problems with Chat
 
I don't want to add more cvars. There is already too many of them. I've reduced timers to reply in chats, so try this version:
http://filebase.bots-united.com/inde...category&id=46

Santo 11-03-2013 11:38

Re: PodBot Problems with Chat
 
Quote:

Originally Posted by KWo (Post 64889)
I don't want to add more cvars. There is already too many of them. I've reduced timers to reply in chats, so try this version:
http://filebase.bots-united.com/inde...category&id=46

YEeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee eeeeeeeey !!!!! Yiiipiiiiiiiiiiiii ! :P I will try it !
Ok I've download this podbot mm V3 binary linux so (libstdc++6.so static linked!) and then replace the old podbot_mm_i386.so with this. Stop and Restart the HLDS. It's that ok ?

[ 3] POD-Bot mm RUN - podbot_mm_i386.s vV3B22a ini Chlvl ANY

And what's the pBot->SaytextBuffer.fChatDelay = RANDOM_FLOAT (10.0, 20.0);
pBot->SaytextBuffer.cChatProbability = RANDOM_LONG (40, 100) ?

KWo 11-03-2013 18:30

Re: PodBot Problems with Chat
 
Quote:

Originally Posted by Santo (Post 64892)
Ok I've download this podbot mm V3 binary linux so (libstdc++6.so static linked!) and then replace the old podbot_mm_i386.so with this. Stop and Restart the HLDS. It's that ok ?

Yes
Quote:

Originally Posted by Santo (Post 64892)
And what's the pBot->SaytextBuffer.fChatDelay = RANDOM_FLOAT (10.0, 20.0);
pBot->SaytextBuffer.cChatProbability = RANDOM_LONG (40, 100) ?

pBot->SaytextBuffer.fChatDelay = RANDOM_FLOAT (3.0, 10.0);
The second line is not changed. Just try if it works better now. I have changed also other lines, to let them reply faster.


All times are GMT +2. The time now is 10:26.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.