Difference between revisions of "Making A New Light"

2 bytes added ,  11:55, 3 August 2008
m
formatting
imported>ShadowDancer
m (typos)
imported>ShadowDancer
m (formatting)
Line 2: Line 2:


Ahem. I think I was channeling a new-age Aedra preacher for a moment. But seriously, for this tutorial you will need:
Ahem. I think I was channeling a new-age Aedra preacher for a moment. But seriously, for this tutorial you will need:


* a .nif of your new light
* a .nif of your new light
* NifSkope
* NifSkope
* Oblivion Construction Set
* Oblivion Construction Set


[[Image:LightTut1.JPG|right|thumb|Click on Remove]]
[[Image:LightTut1.JPG|right|thumb|Click on Remove]]
First, we have to place the .nif file in our \meshes folder. If you are making this light to include in your mod, I would suggest putting it in a unique subfolder of your own so that there is less likelihood of it conflicting with some other mod. After all, NewLight in the \meshes folder could get pretty ugly really quickly. Lets start with the .nif of the new light and open it up in Nifskope. We are going to expand the 0 NiNode and then right click > Block > Remove on the BSXFlags node (it should be #1).
First, we have to place the .nif file in our \meshes folder. If you are making this light to include in your mod, I would suggest putting it in a unique subfolder of your own so that there is less likelihood of it conflicting with some other mod. After all, NewLight in the \meshes folder could get pretty ugly really quickly. Lets start with the .nif of the new light and open it up in Nifskope. We are going to expand the 0 NiNode and then right click > Block > Remove on the BSXFlags node (it should be #1).




 
[[Image:LightTut2.JPG|right|thumb|Click on Copy Branch]]
Next we want to locate a light that plays the same role as our new light and also open it up in NifSkope. In this case, its going to be torch02.nif from the \meshes\lights directory since the basis for this tutorial was a torch I made. Once torch02.nif is in NifSkope, You will want to expand the 0-NiNode so you can find the following:
Next we want to locate a light that plays the same role as our new light and also open it up in NifSkope. In this case, its going to be torch02.nif from the \meshes\lights directory since the basis for this tutorial was a torch I made. Once torch02.nif is in NifSkope, You will want to expand the 0-NiNode so you can find the following:


[[Image:LightTut2.JPG|right|thumb|Click on Copy Branch]]


* BSXFlags BSX
* BSXFlags BSX
* NiNode AttachLight
* NiNode AttachLight
* NiNode FlameNode1
* NiNode FlameNode1


[[Image:LightTut3.JPG|right|thumb|Click on Paste Branch]]
[[Image:LightTut3.JPG|right|thumb|Click on Paste Branch]]
On each of these nodes, doing one at a time, you are going to:


On each of these nodes, doing one at a time, you are going to:


# right click > Block > Copy Branch
# right click > Block > Copy Branch
# switch to your new light .nif file in the other NifSkope
# switch to your new light .nif file in the other NifSkope
# on the 0 NiNode right click > Block > Paste Branch
# on the 0 NiNode right click > Block > Paste Branch


Once they are in the .nif file for your new light, you can make adjustments to the AttachLight and FlameNode NiNodes which is explained in detail [[Working_With_Nifs_201_:_Practical_Use#Adding flames to a weapon|here]]. After everything is adjusted to your liking, save your .nif file for your new light and just close the other NifSkope without saving the file you were copying from.
Once they are in the .nif file for your new light, you can make adjustments to the AttachLight and FlameNode NiNodes which is explained in detail [[Working_With_Nifs_201_:_Practical_Use#Adding flames to a weapon|here]]. After everything is adjusted to your liking, save your .nif file for your new light and just close the other NifSkope without saving the file you were copying from.


[[Image:LightTut4.JPG|right|thumb|Click on Edit]]
[[Image:LightTut4.JPG|right|thumb|Click on Edit]]
At this point, open up your mod in the Oblivion Construction Set. Locate the Light section in the Object window and click on it. Since we are implementing a new torch, we want to go to the left pane and find Torch02 under the Editor ID and then right click > Edit and change the ID to that the new light.


At this point, open up your mod in the Oblivion Construction Set. Locate the Light section in the Object window and click on it. Since we are implementing a new torch, we want to go to the left pane and find Torch02 under the Editor ID and then right click > Edit and change the ID to that the new light.


[[Image:LightTut5.JPG|right|thumb|Change ID, Click NIF Button, Click OK Button]]
[[Image:LightTut5.JPG|right|thumb|Change ID, Click NIF Button, Click OK Button]]
Then going to the button directly to the right, left click it and find your .nif file that you saved earlier. Select the file and then click on the Open button. Next, make any adjustments that are necessary to the new light here and then click the OK button.


Then going to the button directly to the right, left click it and find your .nif file that you saved earlier. Select the file and then click on the Open button. Next, make any adjustments that are necessary to the new light here and then click the OK button.


[[Image:LightTut6.JPG|right|thumb|Click on Yes Button]]
[[Image:LightTut6.JPG|right|thumb|Click on Yes Button]]
At this point, the Construction Set will ask if you want to create a new form. Click the Yes button and then you can safely place your new light into the mod you are making.
At this point, the Construction Set will ask if you want to create a new form. Click the Yes button and then you can safely place your new light into the mod you are making.


Anonymous user