Raised This Month: $ Target: $400
 0% 

L4D - L4D Painter


Post New Thread Reply   
 
Thread Tools Display Modes
Bongholio
Senior Member
Join Date: Sep 2009
Old 12-04-2009 , 21:11   Re: L4D - L4D Painter
Reply With Quote #41

Tried myself to get this to run in L4D2
(in true noob fashion using the find/replace method).
No error's related to it I could see in console.
Any value aside from -1 -1 -1
and you or SI infected go invisible.
All4Dead'ed a Tank into the game,alive he was invisible,...,he was painted
correctly when he was dead
.
I never modded any source till today,...anyone have a clue?
Maybe its the render mode in the cfg?I dunno.

(the plugin is not from me I just uploaded the edited source I did)
If this is illegal please notify me or delete it.

EDIT
s6x

L4D2 coop/campaign
non-dedicated server
sourcemod-1.3.0-hg2865.zip
mmsource-1.8.0-hg688.zip
Attached Files
File Type: sp Get Plugin or Get Source (l4dpainter.sp - 436 views - 7.3 KB)

Last edited by Bongholio; 12-04-2009 at 21:51.
Bongholio is offline
s6xsophia
Junior Member
Join Date: Oct 2009
Old 12-04-2009 , 21:22   Re: L4D - L4D Painter
Reply With Quote #42

1.2 Some models are not able to add color
1.3 should address this problem, right?
s6xsophia is offline
FuzzOne
Member
Join Date: Nov 2009
Location: Brazil
Old 12-05-2009 , 05:29   Re: L4D - L4D Painter
Reply With Quote #43

try change to diferent reder modes

Nice man! Try finish this plugin xD I want the HULK tank back to l4d2 xD
FuzzOne is offline
Send a message via MSN to FuzzOne
Bongholio
Senior Member
Join Date: Sep 2009
Old 12-05-2009 , 14:26   Re: L4D - L4D Painter
Reply With Quote #44

If this is illegal please notify me or delete it.
Looks abandoned to me.

Woot!!!Woot!

In the config file
sm_l4d_painter_render_mode "0"

fixed the tank on hotel c1m1!!

Don't know about any other creatures or levels.
I was so excited to post fix after having done it my
ordinary POLISH way,I rebooted 9 times down from 10 to 0
to be sure it was loading when if I went the other way or started at the bottom would have had it
pretty much right off the bat.

Plus steam blew up 5 times trying to sync in offline mode (WTF network not even plugged in?)

EDIT
for the rest of plugin it appears to behave the same as L4D version
You can see the color you put on a boomers lower half when you kill him (as in original).
Had a funky color on hunter might be invalid value,appeared normal (as in original didn't work for this SI).
Witch didn't work in original same here.
Had a funky color on smoker ( was able to make red in L4D) appeared normal.

Might try tonight to add the newer SI using the find and replace method on the code that works "the Tank"
and or try to do the same to non-functioning controllable infected (no witch)

1) I think smoker has a new name in L4D2 (used old color setup from L4D which used to work no difference)
non-functional

Last edited by Bongholio; 12-05-2009 at 17:16.
Bongholio is offline
Ace1564
Member
Join Date: Dec 2008
Old 12-13-2009 , 21:13   Re: L4D - L4D Painter
Reply With Quote #45

Hi can i use this in my Left 4 Dead 2 Server

i tried it but i was not able to see anyone not even the tank, i was able to see the zombies..

Last edited by Ace1564; 12-13-2009 at 21:46.
Ace1564 is offline
Ace1564
Member
Join Date: Dec 2008
Old 12-14-2009 , 00:57   Re: L4D - L4D Painter
Reply With Quote #46

Nevermind i found out how to do it...

i put all survivors settings as follow:
sm_l4d_painter_ellis "255 255 255"

and then i set the render mode as follow:
sm_l4d_painter_render_mode "0"

after doing this all survivors displayed correct colors and my tank is now the green color of hulk

Thanks
Ace1564 is offline
Bongholio
Senior Member
Join Date: Sep 2009
Old 12-14-2009 , 17:36   Re: L4D - L4D Painter
Reply With Quote #47

Don't think you need the 255's
all I changed and got it working was render mode to 0.

Tried finding and replacing the new l4d2 monsters not in list
in the source code couldn't get it to work

sm_paint Jockey 0 255 0

from admin console works even from render mode 3
(I have invisible boomers on my game)
I wanted to try painting by hand
Bongholio is offline
Guinn
Junior Member
Join Date: Sep 2009
Old 12-15-2009 , 18:29   Re: L4D - L4D Painter
Reply With Quote #48

I am unable to follow what you are saying on L4D2. Does this work? Are Special Infected invisible? What do I need to do to make it work?
__________________
Guinn is offline
Ace1564
Member
Join Date: Dec 2008
Old 12-16-2009 , 06:32   Re: L4D - L4D Painter
Reply With Quote #49

Quote:
Originally Posted by Bongholio View Post
Don't think you need the 255's
all I changed and got it working was render mode to 0.

Tried finding and replacing the new l4d2 monsters not in list
in the source code couldn't get it to work

sm_paint Jockey 0 255 0

from admin console works even from render mode 3
(I have invisible boomers on my game)
I wanted to try painting by hand
Sorry i did that and all i got was invisible players, tanks and witches.

the 255 was needed
Ace1564 is offline
Ace1564
Member
Join Date: Dec 2008
Old 12-16-2009 , 06:42   Re: L4D - L4D Painter
Reply With Quote #50

Quote:
Originally Posted by Guinn View Post
I am unable to follow what you are saying on L4D2. Does this work? Are Special Infected invisible? What do I need to do to make it work?

* upload the files listed in this thread

* start your server, this will create a config file in your cfg folder named l4dpainter.cfg
(location: left4dead2/left4dead2/cfg)

* look for the following lines and make the following changes:

// Render mode of colored peoples.
// -
// Default: "3"
// Minimum: "0.000000"
// Maximum: "10.000000"
sm_l4d_painter_render_mode "0"

// RGB Value for coach. Usage: "R G B" or "-1 -1 -1" to do nothing.
// -
// Default: "0 0 0"
sm_l4d_painter_coach "255 255 255"

// RGB Value for ellis. Usage: "R G B" or "-1 -1 -1" to do nothing.
// -
// Default: "0 255 0"
sm_l4d_painter_ellis "255 255 255"

// RGB Value for rochelle. Usage: "R G B" or "-1 -1 -1" to do nothing.
// -
// Default: "255 0 0"
sm_l4d_painter_rochelle "255 255 255"

// RGB Value for nick. Usage: "R G B" or "-1 -1 -1" to do nothing.
// -
// Default: "0 0 255"
sm_l4d_painter_nick "255 255 255"

These changes was needed by server i have no idea why but after i made these corrections, the characters are all displaying correct colors.

The tank is green like hulk, with no invisibilty of any kind.

My servers are on a linux box

I hope this help you in yours...

Last edited by Ace1564; 12-16-2009 at 06:45.
Ace1564 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode