Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make good "Billboards with windows and particles" ?
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#1
How to make good "Billboards with windows and particles" ?

Yes. I need some advice and maybe tutorial for making Billboards and Particles with editor.

Quick help needed!

Cheers.

“Life is a game, play it”
06-19-2011, 04:56 PM
Find
Doctorcheese Offline
Senior Member

Posts: 272
Threads: 28
Joined: Jan 2011
Reputation: 0
#2
RE: How to make good "Billboards with windows and particles" ?

What kind of tutorial do you need? Placing them?

''Sick, twisted child... You'll burn for this!''
06-19-2011, 05:01 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#3
RE: How to make good "Billboards with windows and particles" ?

(06-19-2011, 05:01 PM)Doctorcheese Wrote: What kind of tutorial do you need? Placing them?

Yes but i mean also, make "Realistic shining light through the window" and how to make particles also realistic.

“Life is a game, play it”
(This post was last modified: 06-19-2011, 05:05 PM by HumiliatioN.)
06-19-2011, 05:04 PM
Find
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#4
RE: How to make good "Billboards with windows and particles" ?

Well I did this random guide some time ago:
http://www.frictionalgames.com/forum/thread-7973.html

The last example is the one that actually looks like something... Also frictionals maps have some nice billboards done with a very limited amount of them, suggest checking them out.
06-19-2011, 05:05 PM
Find
Doctorcheese Offline
Senior Member

Posts: 272
Threads: 28
Joined: Jan 2011
Reputation: 0
#5
RE: How to make good "Billboards with windows and particles" ?

Well the way I place rays of light is by making one first, then duplicating it a couple of times and I make them into different angles. It looks more realistic if you do that.

''Sick, twisted child... You'll burn for this!''
06-19-2011, 05:08 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#6
RE: How to make good "Billboards with windows and particles" ?

Thanks guys, i check that guide but i have one question to ask too.

How to make good "Pointlight places" and good lighting some rooms?

“Life is a game, play it”
06-19-2011, 05:11 PM
Find
Doctorcheese Offline
Senior Member

Posts: 272
Threads: 28
Joined: Jan 2011
Reputation: 0
#7
RE: How to make good "Billboards with windows and particles" ?

(06-19-2011, 05:11 PM)HumiliatioN Wrote: Thanks guys, i check that guide but i have one question to ask too.

How to make good "Pointlight places" and good lighting some rooms?

Well getting the right color can be hard with pointlights, but just experiment and you'll get it sooner or later. For the lighting, make sure you have a boxlight covering the whole level and make it:
0.15
0.15
0.168

That's how I make my boxlights if I want dark, but not too dark areas.

Now for lighting more with point lights, give them more radius and it should be all right.

''Sick, twisted child... You'll burn for this!''
(This post was last modified: 06-19-2011, 05:18 PM by Doctorcheese.)
06-19-2011, 05:18 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#8
RE: How to make good "Billboards with windows and particles" ?

(06-19-2011, 05:18 PM)Doctorcheese Wrote:
(06-19-2011, 05:11 PM)HumiliatioN Wrote: Thanks guys, i check that guide but i have one question to ask too.

How to make good "Pointlight places" and good lighting some rooms?

Well getting the right color can be hard with pointlights, but just experiment and you'll get it sooner or later. For the lighting, make sure you have a boxlight covering the whole level and make it:
0.15
0.15
0.168

That's how I make my boxlights if I want dark, but not too dark areas.

Now for lighting more with point lights, give them more radius and it should be all right.

Awesome thanks!

“Life is a game, play it”
06-19-2011, 05:26 PM
Find
Doctorcheese Offline
Senior Member

Posts: 272
Threads: 28
Joined: Jan 2011
Reputation: 0
#9
RE: How to make good "Billboards with windows and particles" ?

Don't mention it Smile

''Sick, twisted child... You'll burn for this!''
(This post was last modified: 06-19-2011, 05:31 PM by Doctorcheese.)
06-19-2011, 05:30 PM
Find
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#10
RE: How to make good "Billboards with windows and particles" ?

Make sure you read this:
http://wiki.frictionalgames.com/hpl2/tut...tutorial_2

And don't use the same values for every box light. Think about it this way: if the area is mainly lighted with torches/fires use the same color "ratio" as them for the box light. And if its very heavy for example on blue light from windows, make the box light faintly blueish.
And with the "ratio" I mean for example:

If you check torch_static01 in model editor, you can find the color values for its point light are:
R 1
G 0.7
B 0.45

You can create the same color, but darker sticking with the same ratio but lower values. (I multiplied every color value with 0.8 in this case)
R 0.8
G 0.56
B 0.36

This way you can create more delicate lighting with more point lights! Its necessary for areas where light can easily leak into unwanted places.

Using this style on box light in an area lit by torches I would probably use values close to these (remember that screen brightness can vary between players and box lights can be too bright or dark for others):
R 0.04
G 0.028
B 0.018
alpha 0 (as explained by frictional in the tutorial I linked above)

I got little carried away, but I feel like I'm just starting to get a grasp on how complicated lighting can go and its pretty interesting.
Here's an example of a room fully lit by a single candle (Its actually scripted so when lit, lots of point lights fade in and start flicker. I find this so interesting that I might post about it sometime).
Spoiler below!
[Image: roomvg.jpg]
(This post was last modified: 06-19-2011, 06:15 PM by Khyrpa.)
06-19-2011, 06:09 PM
Find




Users browsing this thread: 1 Guest(s)