Home
Forum
Rules
Search
Login
Register
October 07, 2024, 04:26:34 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join Soldat's community on Discord!
You can follow and get involved in the developing process at the development related channels, as well as play arranged competitive matches at the
#gather
channel.
Official Soldat Forums
Server Talk
Scripting Discussions and Help
(Moderators:
chrisgbk
,
Bonecrusher
)
Bots triggering OnJoinTeam()
« previous
next »
Pages: [
1
]
Author
Topic: Bots triggering OnJoinTeam() (Read 902 times)
0 Members and 1 Guest are viewing this topic.
JotEmI
Soldier
Posts: 188
Bots triggering OnJoinTeam()
«
on:
August 06, 2013, 10:11:27 am »
I've been testing the newest server build, thanks to Falcon, and I've noticed that bots now trigger OnJoinTeam() event.
I think it's better this way but it may brake some scripts. So, does anyone have any objections to this change?
Logged
Falcon`
Flagrunner
Posts: 792
A wanted lagger
Re: Bots triggering OnJoinTeam()
«
Reply #1 on:
August 06, 2013, 10:33:14 am »
It'll most likely break compatibility with some random script(s), so there's no point in discussion, i'll have to fix it. SC2 is not to be nice anymore, it's to be compatible. nice things can happen in SC3.
Logged
If you're not paying for something, you're not the customer; you're the product being sold.
- Andrew Lewis
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
JotEmI
Soldier
Posts: 188
Re: Bots triggering OnJoinTeam()
«
Reply #2 on:
August 06, 2013, 10:38:44 am »
It's your decision but I still think you could leave this on. Lots of scripts already had to be modified to use FormatFloat() instead of FloatToStr(), to fix math and type casting errors, etc. so compatibility has already been broken in my opinion.
Logged
Furai
Administrator
Veteran
Posts: 1908
Re: Bots triggering OnJoinTeam()
«
Reply #3 on:
August 06, 2013, 03:35:44 pm »
Just add some simple check if it was player or bot and we're good to go.
Logged
"My senses are so powerful that I can hear the blood pumping through your veins."
Falcon`
Flagrunner
Posts: 792
A wanted lagger
Re: Bots triggering OnJoinTeam()
«
Reply #4 on:
August 06, 2013, 03:43:39 pm »
And make bots not trigger OnJoinTeam event at all? Great idea uncle Good Advice.
EDIT: Fixed.
«
Last Edit: August 06, 2013, 04:04:30 pm by FalconPL
»
Logged
If you're not paying for something, you're not the customer; you're the product being sold.
- Andrew Lewis
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
Furai
Administrator
Veteran
Posts: 1908
Re: Bots triggering OnJoinTeam()
«
Reply #5 on:
August 06, 2013, 04:50:04 pm »
I meant to leave that triggering. Later you can always check if it was human or bot and act respectively.
Logged
"My senses are so powerful that I can hear the blood pumping through your veins."
Falcon`
Flagrunner
Posts: 792
A wanted lagger
Re: Bots triggering OnJoinTeam()
«
Reply #6 on:
August 06, 2013, 05:05:31 pm »
I can't leave that triggering due to fact that there are scripts that are not maintained anymore and their users might be not experienced enough to know how to do such a thing.
Logged
If you're not paying for something, you're not the customer; you're the product being sold.
- Andrew Lewis
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
Pages: [
1
]
« previous
next »
Official Soldat Forums
Server Talk
Scripting Discussions and Help
(Moderators:
chrisgbk
,
Bonecrusher
)
Bots triggering OnJoinTeam()