mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Files
777dffe8ff8d52d7eb7894deab386c816a48f80f
62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
Availability: Public
|
||||
Title:7. Testing and Next Steps
|
||||
Crumbs:%ROOT%
|
||||
Description:Robo Recall Modding Documentation
|
||||
Parent:Modding/RoboRecall/HowTo/ExtendFunctionality
|
||||
type:how-to
|
||||
order:7
|
||||
tags:Modding
|
||||
tags:Robo Recall
|
||||
topic-image:Modding/RoboRecall/RoboRecall_Topic.png
|
||||
social-image:Modding/RoboRecall/RoboRecall_Social.png
|
||||
checkpoint:mod_extend
|
||||
|
||||
<!-- Location: Modding/RoboRecall/Quickstarts/WeaponMod/7 -->
|
||||
|
||||
[NAV]
|
||||
|
||||
<!-- Title Image if Needed Here -->
|
||||
|
||||
With your custom pistol completed, you can click **Play** while the the hub level is loaded, and enable your GrenadeGunPistol through the mod menu. You can now use the Gun Range to toss the gun at the targets and watch them detonate!
|
||||
|
||||
(w:934 h:604 convert:false)
|
||||
|
||||
## Next Steps
|
||||
|
||||
Now that you successfully created a new pistol, it’s time to see if you can take it further! If you’re having a creative block, here are some ideas to get the creativity flowing while also getting you to dive further into the gun Blueprints.
|
||||
|
||||
* Balance the damage of the explosion
|
||||
|
||||
* Make the explosion radius dependent on how many bullets are left in the gun
|
||||
|
||||
* Have the gun bounce once or twice before exploding
|
||||
|
||||
* By disconnecting the **Instigated by Controller** pin in the GrenadeGunPistol Blueprint, you can have the explosion damage the Player
|
||||
|
||||
* Why not more explosions? Make it a MIRV Grenade!
|
||||
|
||||
* **Bonus:** Going with a more literal definition of MIRV? Have it call down a ballistic missile strike from space!
|
||||
|
||||
* Make the pistol a Machine Pistol with extended magazines and fully automatic firing!
|
||||
|
||||
* **Bonus:** Adjust the damage that the Machine Pistol does to be more balanced for its new fire rate
|
||||
|
||||
* **Mega Bonus:** Make the bullets it fires homing rounds!
|
||||
|
||||
* If you plan to continue using the base mesh for the pistol, figure out how to have the Blueprint add Attachments (laser, compensator, sights, etc…)
|
||||
|
||||
* Give the gun bonus damage on its next shot based on how many times you juggle it
|
||||
|
||||
[REGION:tip]
|
||||
|
||||
In the top right of the GrenadeGunPistol Blueprint you will see a little magnifying glass:
|
||||
|
||||
(w:486 h:78 convert:false)
|
||||
|
||||
This button will take highlight the current Blueprint’s Parent in the Content Browser. By using this button you can navigate down to Gun_Pistol and Gun_Base, which contain a mountain of functionality for the Pistol. Browse through them to see what variables and functions you have available to you.
|
||||
|
||||
[/REGION]
|
||||
|
||||
[NAV]
|
||||
|