Kills Score
by Fucifer · in Torque Game Engine · 05/11/2006 (11:01 am) · 8 replies
I am tying to add scoring that keeps track of deaths and kills. I look at resource at GG and try use them with little luck. Does anyone know of resource that will help me get start? What is need for it to work? I am doing this for my tutorials I am putting together for newbie. Thank you. Remember I not much of programmer, I am more artist.
#2
05/11/2006 (1:31 pm)
I press F2 to bring the score board, But does not count the kills. Do i need to add some to the player datablock. Thanks!
#3
05/11/2006 (2:31 pm)
It should count the kills, does for me, stock game.
#4
05/11/2006 (4:12 pm)
I have the AI Kork following the path when I kill him it does not show the count or with the AIGuard.
#5
edit: To get the bots to give you points when they die you can implement an AIManager::onDeath() function, I'm at work and I don't have access to my code but I'll try and post something when I get home.
05/11/2006 (4:40 pm)
I'm still working on my score/kills/deaths counter, I will release it as a resource when I get the scoreboard GUI working correctly with it.edit: To get the bots to give you points when they die you can implement an AIManager::onDeath() function, I'm at work and I don't have access to my code but I'll try and post something when I get home.
#6
05/12/2006 (9:18 am)
Help please. I have try about six different resource to get score/kills/deaths to work. Done seem to work. I have try this one here. 3D Game Programming ALL in One by Finnely and hit F2 in the game, none will work.
#7
05/12/2006 (11:42 am)
Lol. AI players aren't set up to count as kills. If you kill another player, a real life player, it does count it. It counts your suicides too. (Subtracts one from your score)
#8
05/13/2006 (9:11 am)
Right, I am try to set up killer/death with the AIGuard. When I kill him it get count.
Torque Owner Chris Byars
Ion Productions