Mantle and Grapple Points
Add more verticality to your levels by adding mantle and grapping points, allowing players to quickly ascend to higher places.
Included Units
units/pd2_mod_pdm/props/mantle_point/mantle_point
Interactable GUI unit of the mantle point. On interaction, the player will be vaulting upwards towards the position of this unit.
Keep in mind, players interact with this using the JUMP button.
units/pd2_mod_pdm/props/grapple_point/grapple_point
Interactable grapple prop of the grapple point. On interaction, the player will grapple upwards to towards the position of this unit, similar to a zipline.
Use the "End Position" in the unit settings to determine the starting position. Players can then interact with the grappling hook GUI icon to grapple up.
units/pd2_mod_pdm/props/mantle_indicator_decal/mantle_indicator_decal
units/pd2_mod_pdm/props/mantle_indicator_rope_long/mantle_indicator_rope_long
units/pd2_mod_pdm/props/mantle_indicator_rope_short/mantle_indicator_rope_short
Optional props to use as mantle point indicators.
Installation
- Download the unit pack
- Open the Ascension_Units.zip file and extract the 3 folders into your map's root folder. (The folder that contains the main.xml file)
- Open your main.xml file and add the following code into the level tag: XML (Custom XML)
- Navigate to your localization file, usually /loc/english.txt, open it and add the following text: JSON
- Add the following code in your level's add.xml file /levels/ *your level id* /add.xml, or a custom package:
YAML alternative:
YAMLDownload
Download Unit Pack Download Demo Level
Custom units and code created by Xeletron