Data Modding Basics – Arma Reforger
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{TOC|side}} | {{TOC|side}} | ||
= Content | = Content Moddability Overview = | ||
== Can Be Replaced == | |||
This means that certain resource can be fully replaced. Usually such resources are created manually by creating same asset with same GUID | This means that certain resource can be fully replaced. Usually such resources are created manually by creating same asset with same GUID | ||
Line 10: | Line 12: | ||
Variant of ''Model.xob'' from ArmaReforger is created in Addon1 via '''''Override in "Addon1" addon...'''''. This new file share same GUID of original file and can contain completely different mesh}} | Variant of ''Model.xob'' from ArmaReforger is created in Addon1 via '''''Override in "Addon1" addon...'''''. This new file share same GUID of original file and can contain completely different mesh}} | ||
== Can | |||
== Can Be Modified == | |||
Certain elements of the resource can be modified while rest of them is kept | Certain elements of the resource can be modified while rest of them is kept | ||
Line 17: | Line 21: | ||
Vehicle_Base.et is copied from ArmaReforger to Addon1 with exactly same GUID as original file via '''''Override in "Addon1"''''' action. Copy of Vehicle_Base.et, located in Addon1, contain only changes introduced in this addon and those changes are later applied to original prefab.}} | Vehicle_Base.et is copied from ArmaReforger to Addon1 with exactly same GUID as original file via '''''Override in "Addon1"''''' action. Copy of Vehicle_Base.et, located in Addon1, contain only changes introduced in this addon and those changes are later applied to original prefab.}} | ||
== Can | |||
A new resource can inherit from existing file | == Can Be Inherited From == | ||
A new resource can inherit from an existing file: | |||
{{Feature|informative| | {{Feature|informative| | ||
'''Example:''' | '''Example:''' | ||
Inherited version of ArsenalConfig_BLUEFOR.conf is created via '''''Create Inherited File''''' or '''''Inherit in "Addon1"''''' option. This new file has unique ID and inherits all data from its parent.}} | Inherited version of ArsenalConfig_BLUEFOR.conf is created ''via'' '''''Create Inherited File''''' or '''''Inherit in "Addon1"''''' option. This new file has unique ID and inherits all data from its parent.}} | ||
== | == Moddability table == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Extension | |||
! File Type | |||
! Can be replaced | |||
! Can be modified | |||
! Can be inherited from | |||
|- | |- | ||
| | |||
'''.et''' | '''.et''' | ||
|Prefab | | Prefab | ||
|{{Icon|warning}}<ref name="note_table_override" /> | | {{Icon|warning}}<ref name="note_table_override" /> | ||
| {{Icon|checked}} | |||
| {{Icon|checked}} | |||
|- | |- | ||
| | |||
'''.conf''' | '''.conf''' | ||
| Config | |||
| {{Icon|warning}}<ref name="note_table_override" /> | |||
| {{Icon|checked}} | |||
| {{Icon|checked}} | |||
|- | |- | ||
| | |||
'''.xob''' | '''.xob''' | ||
|Model | | Model | ||
|{{Icon|checked}} | | {{Icon|checked}} | ||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.emat''' | '''.emat''' | ||
|Material Definition | | Material Definition | ||
|{{Icon|warning}}<ref name="note_table_override" /> | | {{Icon|warning}}<ref name="note_table_override" /> | ||
| {{Icon|checked}} | |||
| {{Icon|checked}} | |||
|- | |- | ||
| | |||
'''.edds''' | '''.edds''' | ||
|Enfusion DDS Texture | | Enfusion DDS Texture | ||
|{{Icon|checked}} | | {{Icon|checked}} | ||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.c''' | '''.c''' | ||
| Enforce Script Source | |||
| {{Icon|warning}}<ref name="note_table_1" /> | |||
| {{Icon|warning}}<ref name="note_table_2" /> | |||
| {{Icon|checked}} | |||
|- | |- | ||
| | |||
'''.layout''' | '''.layout''' | ||
| Layout Definition | |||
| {{Icon|warning}}<ref name="note_table_override" /> | |||
| {{Icon|checked}} | |||
| {{Icon|checked}} | |||
|- | |- | ||
| '''.ptc''' | |||
| Particle System Definition | |||
| {{Icon|warning}}<ref name="note_table_override" /> | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.ent''' | '''.ent''' | ||
| World Scene | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.layer''' | '''.layer''' | ||
| World Layer | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.bt''' | '''.bt''' | ||
| Behavior tree | |||
| {{Icon|checked}} | |||
| {{Icon|warning}}<ref name="note_table_3" /> | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.anm''' | '''.anm''' | ||
| Animation file | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.agf''' | '''.agf''' | ||
| Animation graph file | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.agr''' | '''.agr''' | ||
| Animation graph | |||
| {{Icon|checked}} | |||
|{{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.aw''' | '''.aw''' | ||
| Animation Workspace | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.asi''' | '''.asi''' | ||
| Animation Set Template | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.pap''' | '''.pap''' | ||
| Procedural Animation | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.siga''' | '''.siga''' | ||
| Procedural Animation Signal | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.st''' | '''.st''' | ||
| String Table | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.acp''' | '''.acp''' | ||
| Audio component | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.sig''' | '''.sig''' | ||
| Signal (Audio) | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|- | |- | ||
| | |||
'''.wav''' | '''.wav''' | ||
| Supported audio file format | |||
| {{Icon|checked}} | |||
| {{Icon|unchecked}} | |||
| {{Icon|unchecked}} | |||
|} | |} | ||
=== Footnotes === | === Footnotes === | ||
<references> | <references> | ||
<ref name="note_table_override">Following assets are always overridden and cannot be fully replaced</ref> | <ref name="note_table_override">Following assets are always overridden and cannot be fully replaced</ref> | ||
Line 198: | Line 206: | ||
= Data manipulation = | = Data manipulation = | ||
== Basics == | == Basics == | ||
In principle, any file with meta file and unique '''GUID -''' ''global unique identifier -'' can be be overridden or replaced . This means however, that files without meta file have to be modified in different way (scripts ) or cannot be replaced at all. | In principle, any file with meta file and unique '''GUID -''' ''global unique identifier -'' can be be overridden or replaced . This means however, that files without meta file have to be modified in different way (scripts ) or cannot be replaced at all. | ||
Line 206: | Line 216: | ||
{{Feature|informative|When replacing assets, engine cares '''only about GUID -''' that means neither '''file name''' or '''location''' doesn't have to be same as source file.}} | {{Feature|informative|When replacing assets, engine cares '''only about GUID -''' that means neither '''file name''' or '''location''' doesn't have to be same as source file.}} | ||
Creating overrides, duplicates or inherited files can be performed from context menu which is available in '''Resource Browser'''. This menu is visible after clicking with '''Right Mouse Button''' on selected asset. Availability of the actions depends on the type of the assets, so for instance models (''XOBs)'' have only ''Navigate to ...'' options. | Creating overrides, duplicates or inherited files can be performed from context menu which is available in '''Resource Browser'''. This menu is visible after clicking with '''Right Mouse Button''' on selected asset. Availability of the actions depends on the type of the assets, so for instance models (''XOBs)'' have only ''Navigate to ...'' options. | ||
[[Image:armareforger-data-modding-context-menu.png|center]] | [[Image:armareforger-data-modding-context-menu.png|center]] | ||
Line 213: | Line 223: | ||
{| class="wikitable" | {| class="wikitable" | ||
| | | | ||
|'''Override''' | | '''Override''' | ||
|'''Replacement''' | | '''Replacement''' | ||
|'''Duplicate''' | | '''Duplicate''' | ||
|'''Inherit''' | | '''Inherit''' | ||
|- | |- | ||
| '''Description''' | |||
|Override creates a new file which shares same GUID as original asset. This action allows to selectively replaces or add new elements to selected asset. | | Override creates a new file which shares same GUID as original asset. This action allows to selectively replaces or add new elements to selected asset. | ||
For instance it is possible to change value | For instance it is possible to change value | ||
Line 226: | Line 236: | ||
This action can be performed by selecting '''"Override in '...'"''' action from the '''Addons''' menu. | This action can be performed by selecting '''"Override in '...'"''' action from the '''Addons''' menu. | ||
|Replacement, as name suggest, completely replace original file with the new file. | | Replacement, as name suggest, completely replace original file with the new file. | ||
[[Image:armareforger-data-modding-resource-variant.png]] | [[Image:armareforger-data-modding-resource-variant.png]] | ||
In '''Particle Editor | In '''Particle Editor''', it is possible to use "'''Create variant for '...' addon..."''' action but beside that, in all other cases it user has to create duplicates on his own by ensuring that replacing file has same GUID as original one. | ||
This can be done by either copy pasting meta file (if we have access to it) or changing GUID of asset in text editor, so it matches the original file GUID. | This can be done by either copy pasting meta file (if we have access to it) or changing GUID of asset in text editor, so it matches the original file GUID. | ||
'''Prefabs''', '''configs''' and '''layouts cannot be replaced''' - they will be always in override mode. | '''Prefabs''', '''configs''' and '''layouts cannot be replaced''' - they will be always in override mode. | ||
|Duplication creates a new file, with new, unique GUID. Duplicated file contains all the data from the original file (including inheritance) but doesn't modify in any way original file. | | Duplication creates a new file, with new, unique GUID. Duplicated file contains all the data from the original file (including inheritance) but doesn't modify in any way original file. | ||
This action can be performed by selecting '''"Duplicate in '...'"''' action from the '''Addons''' menu. | This action can be performed by selecting '''"Duplicate in '...'"''' action from the '''Addons''' menu. | ||
| Inherit action creates a new child file which inherits all the data from the parent. | |||
This action can be performed by selecting '''"Inherit in '...'"''' action from the '''Addons''' menu. | This action can be performed by selecting '''"Inherit in '...'"''' action from the '''Addons''' menu. | ||
Inheritance of '''prefabs''' can be only performed in '''Resource Browser''' attached to '''World Editor''' | Inheritance of '''prefabs''' can be only performed in '''Resource Browser''' attached to '''World Editor''' | ||
|- | |- | ||
| '''Where it can be used''' | |||
| Prefabs, configs, materials and layouts | |||
| Sounds, models, textures, animations, particle effects, world files or behavior trees | |||
| Prefabs, configs, materials or layouts | |||
| Prefabs'''*''', configs or layouts | |||
|} | |} | ||
{{Feature|informative|When using [[Arma_Reforger:Startup_Parameters#addons|CLI parameter]] to load addons, '''working addon''' is equal to the last addon listed in addons list. | {{Feature|informative| | ||
When using [[Arma_Reforger:Startup_Parameters#addons|CLI parameter]] to load addons, '''working addon''' is equal to the last addon listed in addons list. | |||
''Example:'' | ''Example:'' | ||
<enforce>-addons addon2, addon1, NewAddon</enforce> | <enforce>-addons addon2, addon1, NewAddon</enforce> | ||
''In above example '''NewAddon''' is current work addon''}} | ''In above example '''NewAddon''' is current work addon'' | ||
}} | |||
== Overriding assets == | == Overriding assets == | ||
=== Using "Override in..." function === | === Using "Override in..." function === | ||
"'''Override to..."''' function can be used to modify (override) existing assets like configs, layouyts or prefabs. | "'''Override to..."''' function can be used to modify (override) existing assets like configs, layouyts or prefabs. | ||
Line 267: | Line 281: | ||
After this option is clicked, '''Resource Browser''' will create new overridden file in '''working addon''' (retaining original folder structure) and then navigate to '''overridden instance''' of selected asset.}} | After this option is clicked, '''Resource Browser''' will create new overridden file in '''working addon''' (retaining original folder structure) and then navigate to '''overridden instance''' of selected asset.}} | ||
{{Clear}} | {{Clear}} | ||
=== Using "Navigate to..." function === | === Using "Navigate to..." function === | ||
Once you have file in addon which is overriding some data, you can quickly navigate | Once you have file in addon which is overriding some data, you can quickly navigate | ||
==== Navigate to Original ==== | ==== Navigate to Original ==== | ||
[[Image:armareforger-data-modding-navigate-original-action.gif|left]] | [[Image:armareforger-data-modding-navigate-original-action.gif|left]] | ||
{{Feature|informative|'''''Navigate to Original''''' button is available in file context menu only if selected file overridden or replaced in some addon. If selected asset is not overridden in any currently loaded addon then this option will appear greyed out. | {{Feature|informative|'''''Navigate to Original''''' button is available in file context menu only if selected file overridden or replaced in some addon. If selected asset is not overridden in any currently loaded addon then this option will appear greyed out. | ||
After this option is clicked, '''Resource Browser''' will navigate to '''original instance''' of selected asset.}} | After this option is clicked, '''Resource Browser''' will navigate to '''original instance''' of selected asset.}} | ||
{{Clear}} | {{Clear}} | ||
==== Navigate to Override ==== | ==== Navigate to Override ==== | ||
[[Image:armareforger-data-modding-navigate-override-action.gif|left]] | [[Image:armareforger-data-modding-navigate-override-action.gif|left]] | ||
{{Feature|informative|'''''Navigate to Override''''' button is available in file context menu only if selected file overridden or replaced in some addon. If selected asset is not overridden in any currently loaded addon then this option will appear greyed out. | {{Feature|informative|'''''Navigate to Override''''' button is available in file context menu only if selected file overridden or replaced in some addon. If selected asset is not overridden in any currently loaded addon then this option will appear greyed out. | ||
Line 287: | Line 301: | ||
In scenario where multiple addons are present and they are overriding same file, '''Navigate to Override''' can be used multiple times until last override is reached.}} | In scenario where multiple addons are present and they are overriding same file, '''Navigate to Override''' can be used multiple times until last override is reached.}} | ||
{{Clear}} | {{Clear}} | ||
==== Navigate to Ancestor ==== | ==== Navigate to Ancestor ==== | ||
Line 295: | Line 310: | ||
After clicking that option, '''Resource Browser''' will navigate to the first '''ancestor of overridden instance''' of selected asset. | After clicking that option, '''Resource Browser''' will navigate to the first '''ancestor of overridden instance''' of selected asset. | ||
In scenario where multiple addons are present and they are overriding same file, '''Navigate to Override''' can be used multiple times until last override is reached. | In the scenario where multiple addons are present and they are overriding the same file, '''Navigate to Override''' can be used multiple times until the last override is reached. | ||
}} | }} | ||
{{Clear}} | {{Clear}} | ||
=== Scripts === | === Scripts === | ||
In Enfusion it's possible to modify already existing scripts by using some of special keyword | In Enfusion it's possible to modify already existing scripts by using some of special keyword | ||
Line 312: | Line 329: | ||
==== Override keyword ==== | ==== Override keyword ==== | ||
<enforce>modded class SCR_ScoringSystemComponent : SCR_BaseGameModeComponent | <enforce>modded class SCR_ScoringSystemComponent : SCR_BaseGameModeComponent | ||
{ | { | ||
override void AddSuicide(int playerID) { | |||
{ | |||
} | |||
}</enforce> | }</enforce> | ||
==== Super keyword ==== | ==== Super keyword ==== | ||
<enforce>modded class SCR_ScoringSystemComponent : SCR_BaseGameModeComponent | <enforce> | ||
modded class SCR_ScoringSystemComponent : SCR_BaseGameModeComponent | |||
{ | { | ||
override void AddSuicide(int playerID) | |||
{ | |||
super.AddSuicide(playerID); | |||
// Your example code below | |||
AudioSystem.PlaySound("{9BB653FF9E065943}Sounds/Animals/Bos_Taurus/Samples/bawl/bawl_0.wav"); | |||
} | |||
}</enforce> | } | ||
</enforce> | |||
=== Using "Duplicate to..." function === | === Using "Duplicate to..." function === | ||
In '''Resource Browser''' you can quickly create new, duplicated file in project you are currently working on. This file is exact copy of original file and will be used from that point when any part of the game will try use asset with this '''GUID'''. Any changes that you are going to do to that file are going to be applied applied to that copy are not going to be propagated to it. | In '''Resource Browser''' you can quickly create new, duplicated file in project you are currently working on. This file is exact copy of original file and will be used from that point when any part of the game will try use asset with this '''GUID'''. Any changes that you are going to do to that file are going to be applied applied to that copy are not going to be propagated to it. | ||
Line 338: | Line 358: | ||
After this option is clicked, '''Resource Browser''' will create new duplicated file - with name selected by the user - in '''working addon''' (retaining original folder structure) and then navigate to that duplicate.}} | After this option is clicked, '''Resource Browser''' will create new duplicated file - with name selected by the user - in '''working addon''' (retaining original folder structure) and then navigate to that duplicate.}} | ||
{{Clear}} | {{Clear}} | ||
== Inheriting == | == Inheriting == | ||
=== Using "Inherit in..." function === | === Using "Inherit in..." function === | ||
Inheriting from the config files or layouts can be performed via "'''Inherit in...'''" function. After clicking with '''Right Mouse Button''' on appropriate file and then selecting Inherit in function, a new pop up window will appear asking for a new file name. Once name is confirmed, a new file will be created in '''working addon''' with same folder structure as original file. As expected, all of the attributes will be '''inherited from parent file'''. | |||
Inheriting from the prefabs, config files or layouts can be performed via "'''Inherit in...'''" function. After clicking with '''Right Mouse Button''' on appropriate file and then selecting Inherit in function, a new pop up window will appear asking for a new file name. Once name is confirmed, a new file will be created in '''working addon''' with same folder structure as original file. As expected, all of the attributes will be '''inherited from parent file'''. | |||
[[Image:armareforger-data-modding-inheriting.png|center]] | [[Image:armareforger-data-modding-inheriting.png|center]] | ||
{{Clear}} | {{Clear}} | ||
=== Using " | === Using "Transfer to..." function === | ||
Transfer to function is a functionality for moving data & merging partially overridden files (like prefabs or configs) from current working addon to parent addon. Parent addon need to be unpacked in order to have this functionality working. | |||
{{Feature|important|Warning - currently this functionality is hardcoded to ArmaReforger addon which makes it unusable for modders.}} | |||
{{Clear}} | {{Clear}} | ||
== Replacing assets == | |||
Replacing assets means that i.e. AK-74 model can be with a simple gray box and all prefabs which are referencing that AK-74 are going to use that new gray box from now. Such replacement can be performed with sounds, models, textures, animations, particle effects, world files or behavior trees. | Replacing assets means that i.e. AK-74 model can be with a simple gray box and all prefabs which are referencing that AK-74 are going to use that new gray box from now. Such replacement can be performed with sounds, models, textures, animations, particle effects, world files or behavior trees. | ||
[[Image:armareforger-data-modding-resource-variant.png|left]] In '''Particle Editor''' replacement can be performed quite | [[Image:armareforger-data-modding-resource-variant.png|left]] In '''Particle Editor''' replacement can be performed quite easily by using "'''Create variant for "..." addon..'''." function. This action creates new '''ptc''' file with same '''GUID''' and '''content''' as '''original file'''. | ||
{{Clear}} | {{Clear}} | ||
Line 368: | Line 390: | ||
==== Getting file GUID ==== | ==== Getting file GUID ==== | ||
[[Image:armareforger-data-modding-getting-guid.png|left]] | [[Image:armareforger-data-modding-getting-guid.png|left]] | ||
First step towards creating such replacement would be obtaining GUID - this can be done via '''Copy Resource GUID(s)''' action, available in '''context menu''' after clicking on file with '''Right Mouse Button.''' | First step towards creating such replacement would be obtaining GUID - this can be done via '''Copy Resource GUID(s)''' action, available in '''context menu''' after clicking on file with '''Right Mouse Button.''' | ||
Line 375: | Line 396: | ||
{{Clear}} | {{Clear}} | ||
== Replacing script == | |||
Scripts can be replace each other simply when they are in same relative location with same name. | |||
For instance, to replace [enfusion://ResourceManager/~ArmaReforger:scripts/Game/UserActions/PickupAction.c PickupAction.c] located in base '''ArmaReforger''' data, you would need to create a new script in your addon in same location and with exact name.<syntaxhighlight lang="c#"> | |||
MyAddon\scripts\Game\UserActions\PickupAction.c | |||
</syntaxhighlight> | |||
If multiple addons are trying to replace same file, then the last one in the loading chain will be used. | |||
{{GameCategory|armaR|Modding|Tutorials|Assets}} | {{GameCategory|armaR|Modding|Tutorials|Assets}} |
Latest revision as of 14:09, 16 August 2024
Content Moddability Overview
Can Be Replaced
This means that certain resource can be fully replaced. Usually such resources are created manually by creating same asset with same GUID
Can Be Modified
Certain elements of the resource can be modified while rest of them is kept
Can Be Inherited From
A new resource can inherit from an existing file:
Moddability table
Extension | File Type | Can be replaced | Can be modified | Can be inherited from |
---|---|---|---|---|
.et |
Prefab | [1] | ||
.conf |
Config | [1] | ||
.xob |
Model | |||
.emat |
Material Definition | [1] | ||
.edds |
Enfusion DDS Texture | |||
.c |
Enforce Script Source | [2] | [3] | |
.layout |
Layout Definition | [1] | ||
.ptc | Particle System Definition | [1] | ||
.ent |
World Scene | |||
.layer |
World Layer | |||
.bt |
Behavior tree | [4] | ||
.anm |
Animation file | |||
.agf |
Animation graph file | |||
.agr |
Animation graph | |||
.aw |
Animation Workspace | |||
.asi |
Animation Set Template | |||
.pap |
Procedural Animation | |||
.siga |
Procedural Animation Signal | |||
.st |
String Table | |||
.acp |
Audio component | |||
.sig |
Signal (Audio) | |||
.wav |
Supported audio file format |
Footnotes
- ↑ 1.0 1.1 1.2 1.3 1.4 Following assets are always overridden and cannot be fully replaced
- ↑ Script files are fully replaced if script in other addon (filesystem) has same path as the one which is supposed to be replaced. For example AIAutotest.c located in $ArmaReforger:scripts\Game\AI\ will be replaced by variant from Addon1 if it is placed in same location and same name in Addon1 file system - $Addon1:scripts\Game\AI\ AIAutotest.c
- ↑ Usage of modded keyword is required + few other restrictions apply like method in class must not be private in order to allow overloading it
- ↑ Behavior trees attempts to override each other, instead of replace
Data manipulation
Basics
In principle, any file with meta file and unique GUID - global unique identifier - can be be overridden or replaced . This means however, that files without meta file have to be modified in different way (scripts ) or cannot be replaced at all.
That means that for instance models, textures, layout, prefabs, configs or animations can be replaced using this method.
Creating overrides, duplicates or inherited files can be performed from context menu which is available in Resource Browser. This menu is visible after clicking with Right Mouse Button on selected asset. Availability of the actions depends on the type of the assets, so for instance models (XOBs) have only Navigate to ... options.
Overriding assets
Using "Override in..." function
"Override to..." function can be used to modify (override) existing assets like configs, layouyts or prefabs.
Once you have file in addon which is overriding some data, you can quickly navigate
Scripts
In Enfusion it's possible to modify already existing scripts by using some of special keyword
- modded - keyword used to modify existing scripting class
- override - keyword to override methods in modded classes
- super - allows you to invoke content of overridden method
Modded keyword
Override keyword
Super keyword
Using "Duplicate to..." function
In Resource Browser you can quickly create new, duplicated file in project you are currently working on. This file is exact copy of original file and will be used from that point when any part of the game will try use asset with this GUID. Any changes that you are going to do to that file are going to be applied applied to that copy are not going to be propagated to it.
Inheriting
Using "Inherit in..." function
Inheriting from the prefabs, config files or layouts can be performed via "Inherit in..." function. After clicking with Right Mouse Button on appropriate file and then selecting Inherit in function, a new pop up window will appear asking for a new file name. Once name is confirmed, a new file will be created in working addon with same folder structure as original file. As expected, all of the attributes will be inherited from parent file.
Using "Transfer to..." function
Transfer to function is a functionality for moving data & merging partially overridden files (like prefabs or configs) from current working addon to parent addon. Parent addon need to be unpacked in order to have this functionality working.
Replacing assets
Replacing assets means that i.e. AK-74 model can be with a simple gray box and all prefabs which are referencing that AK-74 are going to use that new gray box from now. Such replacement can be performed with sounds, models, textures, animations, particle effects, world files or behavior trees.
In Particle Editor replacement can be performed quite easily by using "Create variant for "..." addon..." function. This action creates new ptc file with same GUID and content as original file.
In all other cases, replacing files is slightly more complicated and requires operations outside of Workbench.
Getting file GUID
First step towards creating such replacement would be obtaining GUID - this can be done via Copy Resource GUID(s) action, available in context menu after clicking on file with Right Mouse Button.
Once GUID is obtained, it can be manually typed into meta file of some newly created model. After that action is completed, restart of the Workbench might be necessary.
Replacing script
Scripts can be replace each other simply when they are in same relative location with same name.
For instance, to replace PickupAction.c located in base ArmaReforger data, you would need to create a new script in your addon in same location and with exact name.
MyAddon\scripts\Game\UserActions\PickupAction.c
If multiple addons are trying to replace same file, then the last one in the loading chain will be used.