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
If for some reason you can't see it, it's supposed to say @include "addon_hookups/s_ultra.sui"
I just realised that's not the only typo, this bit also has a typo: SiiNumit
should be SiiNunit
I've tried change, but still doesn't work. Even with a different sui code like this one:
the strangest part, in the tutorial that I followed work very well, but mine doesn't
the log just accuses the manifest file that is missing, but does not contain red errors
the change you made from "interior_model" to "model" is correct tmk.
If you don't mind then I don't mind having a look, assuming it's safe for work.
of course I don't, I'll message you to send the folder
-The hookup def files and folder were in the wrong folder, they go in "vehicle"
like so: def\vehicle\addon_hookups and def\vehicle\addon_hookup_storage.celulares.sii
you can remove the truck folder in def\vehicle (after moving the file and folder I mentioned)
-There's a typo in the the filename for "addon hookup_storage.celulares.sii" (space instead of underscore), should be:
addon_hookup_storage.celulares
-And lastly in the same file there is space before the @, this whole line: @include "addon_hookups/s_ultra.sui", needs to align on the outer left.
like so:
SiiNunit
{
@include "addon_hookups/s_ultra.sui"
}
And that should fix it, it worked on my end.