Weapon Creation – Arma Reforger
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "https://enfusionengine.com/api/redirect?to=" to "") |
Lou Montana (talk | contribs) (Remove subpages' content) Tag: Replaced |
||
Line 1: | Line 1: | ||
{{TOC|side}} | {{TOC|side}} | ||
== | == Tutorial Goal == | ||
In this tutorial you will learn about: | In this tutorial you will learn about: | ||
*Importing your first FBX file | * Importing your first FBX file | ||
*Adding sockets & skeleton | * Adding sockets & skeleton | ||
*How to configure new weapon | * How to configure new weapon | ||
{{Feature|informative|If you '''don't have any experience with Workbench''' yet, it is recommended to '''go through [[ | {{Feature|informative|If you '''don't have any experience with Workbench''' yet, it is recommended to '''go through [[Arma Reforger:Weapon Modding|modded weapon tutorial]]''' to familiarize with some of the concepts present in the '''Workbench'''.}} | ||
{{Messagebox|Sources files for this tutorial can be found | {{Messagebox|Sources files for this tutorial can be found at '''{{Link|https://github.com/BohemiaInteractive/Arma-Reforger-Samples/tree/main/SampleMod_NewWeapon|Arma Reforger Samples Github repository}}'''.|📥|orange}} | ||
== | == Add New Weapon == | ||
{{Feature|informative|Preparation phase consist of things like: | {{Feature|informative|Preparation phase consist of things like: | ||
* '''Preparing basic structure''' | * '''Preparing basic structure''' | ||
* '''Preparing mesh''' | * '''Preparing mesh''' | ||
* '''Exporting mesh''' | * '''Exporting mesh''' | ||
}} | }} | ||
== 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 - [[Arma_Reforger:Directory_Structure|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 | |||
[[Image:armareforger-new-weapon-file-structure.png|1200px]] | |||
== Creation Steps == | |||
* | * {{Link|Arma Reforger:Weapon Creation/Asset Preparation}} | ||
* | * {{Link|Arma Reforger:Weapon Creation/Prefab Configuration}} | ||
* | * [[Arma Reforger:Weapon Animation Setup|Weapon Animation Setup]] - in this part you will get familiar with the [[Arma Reforger:Animation Editor|Animation Editor]], preparing new animation workspace for weapon by duplicating some existing files and linking this new workspace to the weapon prefab | ||
* | * [[Arma Reforger:Weapon Animation Basic Creation|Weapon Animation Basic Creation]] - this page covers actual creation of animations in '''Blender''' and their export to Workbench, preparation of weapon IK pose and some basic weapon animation | ||
* | * [[Arma Reforger:Weapon Animation Advanced Creation|Weapon Animation Advanced Creation]] - this part describes process of creating more complex animations - additive motion, creation of prone variants of weapon animations, retargeting animations using Reforger source data and more | ||
<!-- | |||
* {{Link|Arma Reforger:Weapon Creation/Animations}} | |||
* {{Link|Arma Reforger:Weapon Creation/Animation Setup}} | |||
* {{Link|Arma Reforger:Weapon Creation/Basic Animation Creation}} | |||
* {{Link|Arma Reforger:Weapon Creation/Advanced Animation Creation}} | |||
--> | |||
{{GameCategory|armaR|Modding|Tutorials|Assets}} | |||
Revision as of 12:41, 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
- Weapon Creation/Asset Preparation
- Weapon Creation/Prefab Configuration
- Weapon Animation Setup - in this part you will get familiar with the Animation Editor, preparing new animation workspace for weapon by duplicating some existing files and linking this new workspace to the weapon prefab
- Weapon Animation Basic Creation - this page covers actual creation of animations in Blender and their export to Workbench, preparation of weapon IK pose and some basic weapon animation
- Weapon Animation Advanced Creation - this part describes process of creating more complex animations - additive motion, creation of prone variants of weapon animations, retargeting animations using Reforger source data and more