diag resetShapes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to " ")
m (Some wiki formatting)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:diag_resetShapes}}
{{RV|type=command
{{Command


| arma3Diag
|game1= arma3


|1.70
|branch= diag


|gr1= Diagnosis
|version1= 1.70


| Reload models on-the-fly without the need of restarting the game. Changes applied by diag_resetShapes are applied to all new entities so restart of mission is not necessarily  required - spawning vehicle again or changing back forth weapon should usually do the trick. It works only with "-FilePatching" in combination with local data. Command will reload '''only''' models present in local data.
|gr1= Diagnostic
<br>
<br>
Limitation - you can't reload cfgSkeletons (Which is inside model.cfg)


| [[diag_resetShapes]]
|descr= Reload models on-the-fly without the need of restarting the game.
Changes applied by '''diag_resetShapes''' are applied to all new entities so restart of mission is not necessarily  required - spawning vehicle again or changing back forth weapon should usually do the trick.
It works only with {{hl|[[Arma 3: Startup Parameters#Developer Options|-filePatching]]}} in combination with local data. Command will reload '''only''' models present in local data.
{{Feature|informative|Limitation: {{hl|CfgSkeletons}} (inside {{hl|model.cfg}}) cannot be reloaded.}}


| [[Nothing]]
|s1= [[diag_resetShapes]]
 
 
|x1= <code>[[diag_resetShapes]]</code>
|r1= [[Nothing]]
 
|x1= <sqf>diag_resetShapes;</sqf>
 
|seealso=
}}
}}

Latest revision as of 21:53, 7 May 2022

Hover & click on the images for description
Only available in Diagnostic branch(es).

Description

Description:
Reload models on-the-fly without the need of restarting the game. Changes applied by diag_resetShapes are applied to all new entities so restart of mission is not necessarily required - spawning vehicle again or changing back forth weapon should usually do the trick. It works only with -filePatching in combination with local data. Command will reload only models present in local data.
Limitation: CfgSkeletons (inside model.cfg) cannot be reloaded.
Groups:
Diagnostic

Syntax

Syntax:
diag_resetShapes
Return Value:
Nothing

Examples

Example 1:
diag_resetShapes;

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note