51

Re: Delete me! No one likes me :)

The days of blood are coming............ ...See it on Youtube....



** Have a good day!

52

Re: Delete me! No one likes me :)

@Ninja Style: i have a question... could you make so that the ice effect for ddrace it won eventually complete change the skin to another it would just intersect the skins. if you could do so i have got an ice block skin that is just like the skin you used only that it doesn't have the default tee inside. it's jut my opinion but i don't like it when the skin totally changes to default tee i like it better when it's a ninja that looks frozen.

Best regards,
         Catalin

      I'm gonna kill you!
My avatar was made by R.I.P TeBob.

53

Re: Delete me! No one likes me :)

Ninja Style wrote:

The days of blood are coming............ ...See it on Youtube....



** Have a good day!

I heavily dislike this feature.

Once in a century...

54 (edited by Tee Killa 2011-09-26 20:47:35)

Re: Delete me! No one likes me :)

It's like in 300... way to much blood.

» Use the Search Function before opening multiple topics...
» Member of: JsA - Just stay Alloha! (since 2009)

55

Re: Delete me! No one likes me :)

It looks shit. Thats not real blood. Maybe peaces of the tee but not blood..

56

Re: Delete me! No one likes me :)

That's not moral, man : D Although other features look innovative. Maybe you could replace the "blood" with eye candy.

57

Re: Delete me! No one likes me :)

hahahahaha only its a crazy feature... wink for fuuuuuuuunnnn... (You can disable it! ^^ [By default its disabled])
P.S: Now the envirioment its 'turn to red' by the "blood/body/stuff/red/etc..."

All ppl that tested this """""feature""""" say that its very crazy and funny wink


@Elite Tee: Not its a feature its a """""feature""""" xDDD

@Tee Killa: 300?!?? psss... this need more Gore muahahaha... like 'Machete' Movie

@BotoX: I say blood but you can read "red stuff" wink

@Hip-Hop_Blond: Its normally... only if you think it's a game..


For all:
http://img59.imageshack.us/img59/3774/screenshot2011092623574.png

58

Re: Delete me! No one likes me :)

Ninja Style wrote:

http://img59.imageshack.us/img59/3774/screenshot2011092623574.png

FPS will decrease very much when there is to much blood. And I think the Blood looks to realistic, the particles should be the standart ones from 0.6.1 and not the one that looks so much like blood. Also the blood should not be in red, but in the tee's body color.

Additionally the Game will crash when there are more than 1024*8 particels (blood pieces, explosion smoke, gun trail, ect.) so you should change this in your code (if you haven't done) to prevent a client crash:
Go src\game\client\components\particles.h (line 74) and change

MAX_PARTICLES=1024*8,

to

MAX_PARTICLES=1024*8*16,

59

Re: Delete me! No one likes me :)

KillaBilla yes.. i'm using standart particles system (with a bit changes..)... and a very ugly method to detecting collision with tees..

One question... if tw client crash when exists more than 1024*8 particles... why i need change "MAX_PARTICLES" to 1024*8*16?  Thx smile


P.S: I'm going to test with color blood = color tee xD

60 (edited by KillaBilla 2011-09-27 17:14:59)

Re: Delete me! No one likes me :)

The storage of the Paticles is an array, and so it is easy to get a buffer overflow if the id of the particle is very high.
When there are many particels the id gets big and the array may overflows.

Changing the MAX_PARTICLES to 1024*8*16 increase the maximum number of particles (and the size of the array) to the 16x of the normal value. Of cause the array can still overflow, but it's very uncommon that there are more than 1024*8*16 particles at the same time, so that should be 'more' crashsave.
With the standartvalue it happend to me that teeworlds even crashed without blood and that stuff, just because there where so much explosion, projectiles and their trails.

But I like the blood feature, I'm using it in my client too, but it looks much better if it has the color of the tee / it's skin. But the blood should not rest on the ground all the time, I think you should set its lifespan to 5 seconds or lower, because the game will slow down with too much blood on the ground.

61

Re: Delete me! No one likes me :)

Oopss.... official coders not included a procedure to prevent that new particle exceed the max_particles defenition?

m_FirstFree never its more bigger than MAX_PARTICLES-1

I try it with MAX_PARTICLES 24 and all works fine.... (only don't show all particles...). But yes i need increase MAX_PARTICLES a bit... wink

P.S: hahahah i need se it with colors.. smile

62 (edited by Ninja Style 2011-11-23 23:26:54)

Re: Delete me! No one likes me :)

Development stopped.

63

Re: Delete me! No one likes me :)

Just 1 question: How to access the Server CPanel?

Once in a century...

64

Re: Delete me! No one likes me :)

Hi Elite Tee... you can show "Server Control Panel" with the key "h" (by default) or with "+adminpanel" command...

65

Re: Delete me! No one likes me :)

Ummmmm :\ anybody use this client or anybody have ideas to new versions... or all ppl like the destruction of this mod?


I'm human i need comments.... O_o... xDDD


P.D: Dune ... I miss your comments sad

66

Re: Delete me! No one likes me :)

In the Tuning section add a "Restore Defaults" button.
And instead of "Apply" we could just press Enter on the keyboard.

Maybe modify the server with your client for clanwar clan names and settings.

Once in a century...

67

Re: Delete me! No one likes me :)

Ninja Style wrote:

I'm human i need comments.... O_o... xDDD

I'd like to see a patch file or the complete source to download. smile

68 (edited by Ninja Style 2011-11-23 23:27:04)

Re: Delete me! No one likes me :)

Development stopped.

69 (edited by Ninja Style 2011-10-14 03:44:09)

Re: Delete me! No one likes me :)

4 weeks..... H-Client its alive!!!

Bitacora:

    - Feature: "Server Manager"... you can make servers with the client :D (Default: CTF-TDM-DM)  [Not Individual Process, H-Client uses Pipes :D]
    - Feature: New minor features...
    - Fix: Linux bugs with deep freeze animation
    - Fix: Server Control Panel colors and added "tune reset" button.
    - Improvise: Show preview map when detect a map vote. (Works very bad, thx developers for not send to client all info :D)

Don't like H-Client?? Tell me why! Thx!! smile

70

Re: Delete me! No one likes me :)

Please give more details on what the "server manager" does. Do you have ability to chose into a list of settings/binaries, or is it the client doing some kind of forking and creating a new process for the server, with the code inside the client?

Not Luck, Just Magic.

71

Re: Delete me! No one likes me :)

Hi Dune, the client call a new process with the server binary and the client can comunicate with the server using a pipe (I only know make this in Windows & Linux).... in the settings shows a list of servers.. and a simple screen to configurate all official params.

72

Re: Delete me! No one likes me :)

Thanks, it's awesome big_smile

open-source&mind

73 (edited by HeroiAmarelo 2011-10-14 20:09:32)

Re: Delete me! No one likes me :)

Ninja Style thanks! I love your client big_smile
//EDIT:

HeroiAmarelo in Youtube wrote:

I Love the Client. Really big_smile (But I miss the Radar)

Playing Teeworlds since 2011!
"I will always be topless for you"
                  - Günther Branlutte

74

Re: Delete me! No one likes me :)

Thx for comments!! big_smile


P.S: If you don't like the mod... pls! tell my why u.u thx smile

75

Re: Delete me! No one likes me :)

Hmmm... Teeworlds goes by: Small and efficient. You client is just a little bulky that's all...

Once in a century...