diag resetShapes: Difference between revisions
Jump to navigation
Jump to search
m (formatting) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
|gr1= Diagnostic | |gr1= Diagnostic | ||
|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 | |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. | |||
Limitation | {{Feature|informative|Limitation: {{hl|CfgSkeletons}} (inside {{hl|model.cfg}}) cannot be reloaded.}} | ||
|s1= [[diag_resetShapes]] | |s1= [[diag_resetShapes]] | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>diag_resetShapes;</sqf> | ||
|seealso= | |||
}} | }} |
Latest revision as of 20:53, 7 May 2022
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.
- 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