Rune is a third person action, combat, and adventure games with strong themes from Norse mythology. You play a young Viking trying to uncover the mysteries around recent attacks on your village. The game is played from third person perspective to make the melee combat with a huge variety of weapons more fun, as well as giving you a chance to fully appreciate and explore the complex world.

Post tutorial Report RSS Making grouped lights

Making grouped lights Author: Twofer Last Updated: January 29, 2002 at 05:32:22 PM

Posted by on - Intermediate Mapping/Technical

Originally posted here: Making grouped lights

Mirrored for archival purposes


This tutorial discusses how to subclass lights to make "groupable" and
"prefab" lights. I recommend that you try this with a test level before putting it into any maps, just to get the hang of the procedure. Also, I suggest writing down the steps (jotting down the titles of the steps as a brief reminder of what to do) so that it's easier to implement into other levels. takenotes

Step 1: -- Make a room --

step1
Right click on the "Build Cube" icon and select "Cube Properties". Set the size as follows. Height: 1024 Width: 2048 Breadth: 2048. Then click on the "Subtract brush from World" icon. (2nd from the top, right side). Put a texture on it if you like, but don't Rebuild Geometry yet.

Step 2: -- Picking the Light Class --

step2
Click on the drop down menu next to "Browse" in the Texture / Thingy browser, and select "Classes". Go down to "Light" and click on the - to expand it. Select the main light class by Left clicking on "Light".

Step 3: -- Making the subclass --

step3
Right click on the highlighted "Light" and select "Create new class below Light".

Step 4: -- "Create a new actor class" dialogue --

step4
Set the "New actor class name" field to whatever you like. I picked "BigRedLight" because that's what I want to make. Do not use any spaces or other characters, just letters and numbers. For the "Package Name" field, put in "MyLevel". That way the light's code will get included with your level.

*** IMPORTANT WARNING ***
Make absolutely sure the "Package Name" field is set to "MyLevel". If you add the class to your RuneI, it will change your RuneI making it incompatible with everything else, and the new class will not be part of your level. (You might want to make backup copies of the RuneI.U and Engine.U files in your Rune\System folder, if you're unsure about this)

Step 5: -- Set the Default Properties -- step5

step5a 1
Under the "Light" class there should now be your new class. Left click to select it, then right click to get the context menu. Select "Default BigLightRed Properties" (the "BigLightRed" is just the name I put in). Go through the "Light Color" and "Lighting" menus to change whatever you want to. If you are going to be making lights to go in a large area also recommend that you set the Display - Drawscale value to 5. This has no effect on the lighting, but makes the Torch icon in RuneED easier to find, and work with.

Step 6: -- Compile Changed Scripts --

step6
After you have all your default properties set, go to the "Script" menu at the top of the screen. (along side File and Edit) Select "Compile Changed Scripts" to make the new code part of your MyLevel package, and part of your level.

Step 7: -- Put in some BigRedLights --

step7
Make sure the "BigRedLight" is selected, then Right click somewhere and
put the light on a wall.

Step 8: -- Duplicate the BigRedLight --

step8
If you want to, select one of the BigRedLight torches and right click on it. Select "Duplicate" to make clone the light. Make 4 lights total, and position them around the room. Now hit "Rebuild Geometry" to apply all the changes you have done, and then save your level as something.

Step 9: -- Have a look -- (in editor)

step9
Now if you have used all the same settings I did, your level should look something like this... [screenshot] and pretty horrible. But that's the whole beauty of the grouped lights, you can change all of their properties at once. (once you find a setting you like, change the Default Properties of the BigRedLight subclass)

Step 10: -- Selecting and changing a group --

step10
Select one of the BigRedLights right click on it. Click on "Select all BigRedLight actors". Once you have them all selected right click on one of them and select "BigRedLight properties". Make any adjustments you like, then rebuild the level.

step11

-- Making additional lights --
To make another subclass of light, just repeat steps 3 - 6. Remember that the subclasses will only stick in your level if they are used somewhere. So if you make one, that you want to use later, put an instance of it (a BigRedLight) somewhere. Like a subtraction out side the play area.

-- Examples --
On my TR Racing level, Fire and Ice, I used 2 sets of these lights. One for each of the mountains.

ex1

ex2

-- Lost item problem --
Sometimes if you have the "Classes" menu up in the browser, and you minimize Rune ED, it will come back and say "Lost new item". This is usually just a GUI error with Rune ED. If you already have your level saved, with the new light, the class is still intact and just fine. Close the Rune ED log window, minimize Rune ED, right click on the "Rune ED" in your taskbar, and close it. Then start it back up, and load the level. To avoid this, select another class and pull up the Textures panel in the browser.

lostitem

I know it's pretty wordy, but I think that's everything. Good luck with it, it's very handy.

-Twofer

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: