diag resetShapes: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *gr([0-9]) *= *Diagnosis * " to "|gr$1= Diagnostic ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| | |game1= arma3 | ||
|1.70 | |branch= diag | ||
|version1= 1.70 | |||
|gr1= Diagnostic | |gr1= Diagnostic | ||
| 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]] | |||
|r1= [[Nothing]] | |||
| | |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