Frictional Games Forum (read-only)

Full Version: Custom lamp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I'm creating a custom model for a CS. I wanted to make it a lamp so the player can lit the entity, but I didn't add any billboards or lights. When I go in-game, I can't lit the 'lamp'. I copied everything from another lamp in the model editor, so it can't be that.
Did I miss something?
Did you make sure to set it to a lamp entity in the user variables in the model editor?
(06-10-2013, 08:03 AM)JonnyAnomaly Wrote: [ -> ]Did you make sure to set it to a lamp entity in the user variables in the model editor?

Of course, I'm not that stupid Tongue
Make sure the "CanBeLitByPlayer" option is ticked.
(06-10-2013, 09:01 AM)JustAnotherPlayer Wrote: [ -> ]Make sure the "CanBeLitByPlayer" option is ticked.

It is.

Does it need to have a light and a billboard?
Lets try this:
Open "View --> Outline", select main body of the lamp (for example, Body_1), click "Edit attachments" and select everything. Click "Ok".

(06-10-2013, 09:30 AM)Smoke Wrote: [ -> ]Does it need to have a light and a billboard?
Yes, add any pointlight or spotlight.
(06-10-2013, 09:37 AM)Fatalist Wrote: [ -> ]Lets try this:
Open "View --> Outline", select main body of the lamp (for example, Body_1), click "Edit attachments" and select everything. Click "Ok".

(06-10-2013, 09:30 AM)Smoke Wrote: [ -> ]Does it need to have a light and a billboard?
Yes, add any pointlight or spotlight.

Worked! Thanks!