Jump to content
  • 0

BrowEdit Light Edit (Cast Shadows Can't diselect)


ham2391

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  12/06/12
  • Last Seen:  

Please help me how to fix this, i can't do much about it, its always check, and i can't uncheck it. im using version 586 btw.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

This is a bug with BrowEdit 586. To fix it you will have to restart BrowEdit 586 every time you create a lightbulb that will have its shadows deselected. To go around this, I would highly recommend using the user-defined lightbulbs. Here you can define a lightbulb that already has its cast shadows deselected.

1. Open the file called lights.txt

2. Copy and paste that code in there to create a new bulb and setup the parameters (its pretty straight forward)

3. If you want to use some lights I've defined feel free to use it:

<?xml version="1.0" encoding="UTF-8" ?>
<lights>
   <light>
    <name>Torch</name>
    <color r="1" g="0.5" b="0" />
    <range>20</range>
    <brightness>127</brightness>
    <maxlight>256</maxlight>
    <givesshadow>0</givesshadow>
    <lightfalloff>1</lightfalloff>
    <height>10</height>
   </light>
   <light>
    <name>ambient light</name>
    <color r="0" g="0" b="0" />
    <range>200000</range>
    <brightness>127</brightness>
    <maxlight>127</maxlight>
    <givesshadow>1</givesshadow>
    <lightfalloff>0.00001</lightfalloff>
    <height>50</height>
   </light>
   <colors>
    <light>
	    <name>red</name>
	    <color r="0.5" g="0" b="0" />
	    <range>200</range>
	    <brightness>127</brightness>
	    <maxlight>256</maxlight>
	    <givesshadow>1</givesshadow>
	    <lightfalloff>1</lightfalloff>
	    <height>10</height>
    </light>
    <light>
	    <name>green</name>
	    <color r="0" g="0.5" b="0" />
	    <range>200</range>
	    <brightness>127</brightness>
	    <maxlight>256</maxlight>
	    <givesshadow>1</givesshadow>
	    <lightfalloff>1</lightfalloff>
	    <height>10</height>
    </light>
    <light>
	    <name>blue</name>
	    <color r="0" g="0" b="0.5" />
	    <range>200</range>
	    <brightness>127</brightness>
	    <maxlight>256</maxlight>
	    <givesshadow>1</givesshadow>
	    <lightfalloff>1</lightfalloff>
	    <height>10</height>
    </light>
    <light>
	    <color r="0.5" g="0" b="0.5" />
	    <name>purple</name>
	    <range>100</range>
	    <brightness>127</brightness>
	    <maxlight>256</maxlight>
	    <givesshadow>1</givesshadow>
	    <lightfalloff>1</lightfalloff>
	    <height>10</height>
    </light>
   </colors>
</lights>

To access these lightbulbs, all you have to do is go into Light Edit mode and then right click -> Favourites -> Select a light

The lightbulb I use called "Torch" has it's shadows deselected. So simply spawn the bulb and change the parameters around if you want.

  • Like 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  12/06/12
  • Last Seen:  

THank you so much! i've learn alot from you!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...