Question about camera : transparent players ?

Everything about Modding TE2013, from new courts to the modifications of the player & tournament bases (and including all the bugs they may be creating ! ;) )
Forum rules
Speak English in 1st page of topics, and don't hijack topics, troll, use profanities nor insults

Question about camera : transparent players ?

Postby Yasin Ozkan » 12 Jul 2014, 16:54

Hi,

I play on the 3d camera setting, but sometimes I can't see the ball because my players blocks the vision.
Is it possible to make an option to make the player a little transparent so I can see trough him ?
And, I cannot play with any other camera :(

Thanks
Yasin Ozkan
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 141
Gaming Since: 18 Jul 2011, 17:18

Re: Question about camera

Postby manutoo » 13 Jul 2014, 04:32

Hello,

try to change the player shader to alpha blending and add this line at the correct place (check other shaders to learn how to do that) :
rgbGen Fixed 0x7FFFFFFF
if it doesn't work, try with :
alphaGen Wave Sin etc...
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Question about camera : transparent players ?

Postby Yasin Ozkan » 20 Jul 2014, 22:52

There's no such thing as player shader, could you be more specific please ?

Give me an example like I did on my latest post please :

JasonBourne wrote:Example:
(this is the default one)

Code: Select all
Ball/MotionBlur
{
   //ZWrite

   {
      Map Data/Models/Textures/Ball
      blendFunc Blend
      alphaGen Entity
   }
}


(now add AutoLighted above //ZWrite )

Code: Select all
Ball/MotionBlur
{
   AutoLighted
   //ZWrite

   {
      Map Data/Models/Textures/Ball
      blendFunc Blend
      alphaGen Entity
   }
}
Yasin Ozkan
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 141
Gaming Since: 18 Jul 2011, 17:18

Re: Question about camera : transparent players ?

Postby manutoo » 21 Jul 2014, 04:35

=> Tennis.Shader => Data/Models/Textures/Male01 (your player if you host) & Male02 (your player if you join)
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Question about camera : transparent players ?

Postby Yasin Ozkan » 21 Jul 2014, 22:29

You're such a lazyass..
Yasin Ozkan
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 141
Gaming Since: 18 Jul 2011, 17:18

Re: Question about camera : transparent players ?

Postby manutoo » 22 Jul 2014, 05:02

... said the guy asking to be spoon fed, who can't do a "Ctrl+F -> Player" in a couple of .shader files by himself, and likely didn't read the HowToMod .
Sorry, I'm busy creating new games, I don't have time to help lazy morons to mod their game, I wrote so in the HowToMod, but I made an exception for you ; and seeing how you appreciate it, it shows next time I should stick to my rule... :roll:
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Question about camera : transparent players ?

Postby Yasin Ozkan » 23 Jul 2014, 06:08

Spoon fed ?? lol man... Why the hell would I export all the shader files, open them up 1 by 1 and do a cntrl search for Player, while you could just show us in the first place (takes a couple secs for you..) ??

And for your info, I did check out in the tennis.shader I just could not figure out that it was male01 and so on. It's too confusing.. Don't expect me to study the whole modding thing, just to make my player transparent..

Maybe it was too agressive, but the reason I called you lazyass is, when you answer in your posts, you don't give enough info; this gives the impression that you don't care about your costumers. Like here I don't care and solved it yourself...

An example, about the ball brightness topic. I and other people asked you how to do it yet you haven't given a proper answer. Then I figured it out, gave the answer, meaning I did the work for you, so no Im no spoon fedder.

I invite you to take us a bit more seriously, and I apologize for my agressive post.
Last edited by Yasin Ozkan on 23 Jul 2014, 06:46, edited 1 time in total.
Yasin Ozkan
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 141
Gaming Since: 18 Jul 2011, 17:18

Re: Question about camera : transparent players ?

Postby manutoo » 23 Jul 2014, 06:23

open them up 1 by 1 and do a cntrl search for Player

It's exactly what I did for you, I spoon fed you, and yet, you still shit on my work. So if it was supposed to take 2 seconds, why you didn't do it yourself ? Coz you're a spoiled lazy brat kid ?
You think the game isn't finished ? Don't buy it, don't play it, don't come ever here again.
You're banned forever from these forums, I'm super tired to deal with stupid lazy unrespectful people like you, I have better things to do in my life.
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Question about camera : transparent players ?

Postby Yasin Ozkan » 23 Jul 2014, 06:49

I noticed you already replied while I was editing my post.

manutoo wrote:It's exactly what I did for you, I spoon fed you, and yet, you still shit on my work. So if it was supposed to take 2 seconds, why you didn't do it yourself ? Coz you're a spoiled lazy brat kid ?
You think the game isn't finished ? Don't buy it, don't play it, don't come ever here again.
You're banned forever from these forums, I'm super tired to deal with stupid lazy unrespectful people like you, I have better things to do in my life.


And I thought I was agressive. I don't shit on your work, I payed for your work, 2ce.

It would take 2 seconds for you, because you know how the game works, how it'd developped, how to edit it, I dont.

You should hear yourself: "you still shit on my work, you're a spoiled lazy brat kid, stupid lazy unrespectful people like you." This is how you reply to someone who just said "lazyass", and against a costumer?! You haven't even understand what I tried to say. A 37 year old Game Developer, now you shock me!
Yasin Ozkan
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 141
Gaming Since: 18 Jul 2011, 17:18

Re: Question about camera : transparent players ?

Postby manutoo » 23 Jul 2014, 09:54

Nice trying to do the moral to me, after you have edited the message I had reacted to. Not feeling a lil' bit hypocrite ? :aureola:

So here your original message :
Spoon fed ?? lol man... Why the hell would I export all the shader files,
open them up 1 by 1 and do a cntrl search for Player, while you could just
show us in the first place (takes a couple secs for you..) ??

Yeah keep creating new games while you haven't even finished this one..
ripp them off too. You lazyass.


Words have a meaning, and mine were all well chosen :
1- "you still shit on my work" => you did, in one of the worst ways possible => "you haven't even finished this one.. ripp them off too"
2- spoiled lazy brat kid :
a) "lazy" : if it'd take me 2s, it'd take you 4s at most after all the explanations I gave you in this topic ; that was too much for you => you're lazy
b) "spoiled brat" : I did help you, I gave you all the general way to change what you wanted, then I did the search for you, pointing to the exact thing to change, and instead of thanking me, you're insulting me & my work
c) "kid" : you have no idea how busy I am and how far is Tennis Elbow from me (I wrote the shaders more than 5 years ago), and you act like you know my time schedule better than me, like you're 5 years old and you don't know that grown ups have actual things to do instead of taking care of you all the time

So yup, I stand by all my words.
"Shit" is a bit vulgar word, you'd have preferred a more polite word ? Cry my a river, whiner.

And as my mind was quite busy earlier today (or was I just lazy, who knows?), I had forgotten the ban confirmation, so you were still not banned. This is now fixed. Don't thank me, my pleasure.
Go to find a finished game whose developer will do all your Modding requests right away, and will say "sorry, I'll do better next time" when you call him a "lazy ass".
Good luck with that... :whistle:

PS: after you had edited your earlier message to apologize, I thought I had been a bit harsh, but seeing your last message, unfortunately, I was completely right
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18689
Gaming Since: 24 Jan 2004, 15:38
Location: France


Return to Modding - TE2013

Who is online

Users browsing this forum: Yandex [Bot] and 18 guests