Weapon Creation – Arma Reforger
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Remove subpages' content) Tag: Replaced |
Lou Montana (talk | contribs) m (Fix links) |
||
Line 32: | Line 32: | ||
* {{Link|Arma Reforger:Weapon Creation/Asset Preparation}} | * {{Link|Arma Reforger:Weapon Creation/Asset Preparation}} | ||
* {{Link|Arma Reforger:Weapon Creation/Prefab Configuration}} | * {{Link|Arma Reforger:Weapon Creation/Prefab Configuration}} | ||
Then you may want to see: | |||
* {{Link|Arma Reforger:Weapon Animation}} | |||
* {{Link|Arma Reforger:Weapon | |||
{{GameCategory|armaR|Modding|Tutorials|Assets}} | {{GameCategory|armaR|Modding|Tutorials|Assets}} |
Revision as of 15:55, 27 March 2023
Tutorial Goal
In this tutorial you will learn about:
- Importing your first FBX file
- Adding sockets & skeleton
- How to configure new weapon
Add New Weapon
Structure Preparation
While sticking to official structure is not mandatory and there are no engine restrictions asset wise about it, it is recommended to follow guidelines listed here - Data (file) structure - to ensure that all automation plugins are parsing your assets correctly and make it later easy to navigate.
Therefore, your first task will be preparing following file structure
Creation Steps
Then you may want to see: