Dark Messiah: Spike Racks: Difference between revisions
(A tutorial for creating spike racks in DMMaM.) |
Thunder4ik (talk | contribs) m (Unicodifying, replaced: [[Image: → [[File: (5)) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[File:DMMaMSpikes1.jpg|thumb|300px|right| Two different spike rack models.]] | ||
Forcefully kicking an enemy into a gruesome impaling upon a spike rack is one of the most amusing features of Dark Messiah. Here, you will learn how to create spike racks in your own levels. | {{Dm}} Forcefully kicking an enemy into a gruesome impaling upon a spike rack is one of the most amusing features of [[Dark Messiah]]. Here, you will learn how to create spike racks in your own levels. | ||
== Making Spike Racks in the Single-Player SDK == | == Making Spike Racks in the Single-Player SDK == | ||
=== Requirements === | === Requirements === | ||
This tutorial requires the Dark Messiah Single-Player SDK to have been previously set up. If you haven't yet | This tutorial requires the Dark Messiah Single-Player [[SDK]] to have been previously set up, as well as a basic knowledge of [[Hammer]] level creation, which can be acquired starting with the [[Introduction to Editing]]. If you haven't set up the SDK yet, instructions can be found at [[Dark Messiah Single-Player Level Creation]]. | ||
=== Creating the prop === | === Creating the prop === | ||
[[ | [[File:DMMaMPropTrap.jpg|thumb|250px|right| An unedited prop_trap entity.]] | ||
To begin, create a ''prop_trap'' entity near where you would like your spike rack. | To begin, create a ''[[prop_trap]]'' entity near where you would like your spike rack. | ||
{{clr}} | {{clr}} | ||
=== Setting the proper values === | === Setting the proper values === | ||
[[ | [[File:DMMaMPropTrapEdit.jpg|thumb|250px|right| The prop_trap's values.]] | ||
The following values should be check and/or changed accordingly: | The following values should be check and/or changed accordingly: | ||
:* The "World Model" value should be set to any spike rack model, including:<pre>models/props/archi/l10/l10_spikes_a.mdl</pre> | :* The "World Model" value should be set to any spike rack model, including:<pre>models/props/archi/l10/l10_spikes_a.mdl</pre> | ||
Line 19: | Line 19: | ||
{{clr}} | {{clr}} | ||
=== Toggling Flags === | === Toggling Flags === | ||
[[ | [[File:DMMaMSpikeFlags.jpg|thumb|250px|right| Flags for the prop_trap.]] | ||
:* The "Motion Disabled" flag should be checked. | :* The "Motion Disabled" flag should be checked. | ||
{{clr}} | {{clr}} | ||
=== Finishing up === | === Finishing up === | ||
[[ | [[File:DMMaMSpikeImpale.jpg|thumb|300px|right]] | ||
Now align the prop_trap to the position you want it to appear in game, and test your level | Now align the prop_trap to the position you want it to appear in game, and test your level. Everything should work! | ||
{{clr}} | {{clr}} | ||
[[Category:Level Design]] | |||
== Useful Resources == | |||
[http://www.filefactory.com/file/caea353/n/spiketut.vmf Download of Tutorial VMF] | |||
== See also == | |||
* [[Dark Messiah: Level Creation]] | |||
* [[:Category:Level Design|Level Design Category]] | |||
* [[Introduction to Editing]] | |||
* [[Level Design Video Tutorials]] | |||
[[Category:Dark Messiah]] |
Latest revision as of 00:21, 7 January 2024
Forcefully kicking an enemy into a gruesome impaling upon a spike rack is one of the most amusing features of Dark Messiah. Here, you will learn how to create spike racks in your own levels.
Making Spike Racks in the Single-Player SDK
Requirements
This tutorial requires the Dark Messiah Single-Player SDK to have been previously set up, as well as a basic knowledge of Hammer level creation, which can be acquired starting with the Introduction to Editing. If you haven't set up the SDK yet, instructions can be found at Dark Messiah Single-Player Level Creation.
Creating the prop
To begin, create a prop_trap entity near where you would like your spike rack.
Setting the proper values
The following values should be check and/or changed accordingly:
- The "World Model" value should be set to any spike rack model, including:
models/props/archi/l10/l10_spikes_a.mdl
- "Disable Shadows" should be set to "Yes."
- "Physics Impact Damage Scale" should be 0.1
- "Scale Factor for Inertia" should be 1.0
- The "World Model" value should be set to any spike rack model, including:
Toggling Flags
- The "Motion Disabled" flag should be checked.
Finishing up
Now align the prop_trap to the position you want it to appear in game, and test your level. Everything should work!