Etpub source.> Kill-Death box


(hunterthebest) #1

Hello,

I’m making a new mod and now I got a little problem. I want to make a kill-death box like this one : http://img408.imageshack.us/img408/9797/unbenanntsra.png

But I don’t know how> Maybe that somebody can help me?

  • I used the source code of Etpub 0.9.1

Thanks,


(mOwl) #2

Take a look at CG_EntityEvent. You’ll see a filter on “Obituary” there.
Just count kills and deaths there and print them on the screen.

Look up the drawing functions, I don’t know them out of my head since I’m not used to work with the original named functions of ETSDK.


(Scennative) #3

the Death´s counter are included in the etpub sourcecode. only the kills counter not.

Thats the Deaths counter:

PERS_KILLED


(hunterthebest) #4

So I can’t make this?

How he send the information to [alt] , player stats ?

[QUOTE=Scennative;233719]the Death´s counter are included in the etpub sourcecode. only the kills counter not.

Thats the Deaths counter:[/QUOTE]


(Scennative) #5

of course you can do these:

Here is a screen of the Kill/Deaths Box of Chaos Mod:


(hunterthebest) #6

And You can’t tell me how :)?


(dutchmeat) #7

step 1, learn C programming
step 2, learn the Q3 engine
step 3, learn ET’s UI scripting engine
step 4, code it


(hunterthebest) #8

Thanks all I know enough.


(BackSnip3) #9

[QUOTE=dutchmeat;233812]step 1, learn C programming
step 2, learn the Q3 engine
step 3, learn ET’s UI scripting engine
step 4, code it[/QUOTE]
The most complete coding tutorial I have ever seen!:D:stroggtapir:


(hunterthebest) #10

I already found it it’s much better Q3, I also find some tutorials there what can help me.