If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

Editing Stock Weapons

From SWRC Wiki
Revision as of 01:15, 6 January 2019 by Noctisspector (talk | contribs) (Created page with "Open the actor classes browser and make sure that "Placeable classes only?" is unchecked. Here are your basic classes used in weapon development: --Inventory > Weapon : These...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Open the actor classes browser and make sure that "Placeable classes only?" is unchecked. Here are your basic classes used in weapon development:

--Inventory > Weapon : These are stats of the base weapon, such as FireSound and ShotDelay.

--Inventory > Ammunition : These are the stats of the actual "thing" that is fired and ammo, such as Damage and MaxAmmo.

--Projectile : This consists of stats much more focused on the "thing" that is fired, such as Damage and Velocity. This would not be used for hit scan weapons, and ammunition would be used for both projectiles and hit scan. There is a subcategory for explosive projectiles.

--InventoryAttachment > WeaponAttachment : This is the 3rd person weapon that you see pawns holding. The most important property in here is the weapon mesh you set it to.

--Pickup > CTpickup : This is a class that you pick up with "F" to equip a weapon. It can also be dropped by enemies.

You can double-click any weapon class to see its properties.