Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The only thing you could change in your .QC, has no relation to your directories, but your $bodygroup line. Since there's only one .DMX, you can use $body instead.
Huh, that's weird. Now that you mention it though, that happened to a .QC of mine too.
With sensible file naming, it shouldn't overwrite or override previous files, and it's a small number of files that are unlikely to cause index overflow errors and can be easily relocated if they do.
It's just not a good idea with large numbers of files or files where you've not checked thoroughly that they won't overwrite or override anything, and as most people don't create their own content, we default to "Don't install in usermod", as there's seldom any reason you need to and it's just safer not to.
TL;DR: It's still a better idea to not use usermod, but if you name the files intelligently and you're not bulk-porting hundreds of items at a time, having your own work in there is pretty low risk. What we tell most people to do is just the simplified version.
This shouldn't really have "models" in it.
Models are automatically assumed to be in the models folder, so adding "models" here results in the model expecting to be in a nested -/models/models/ folder.
As such, ZeqMacaw wrote Crowbar to default to using $bodygroup for flexless and $model for flexed, as it simplifies Crowbar's code.
(However, in my opinion, it's still good practice to use $body rather than $bodygroup, as it's neater and almost an annotation of the code that "I am not expecting this to be swappable" should you come back to it later).