BUCKS-R-US-LLC / Kentucky-Car-Overhaul

1 stars 1 forks source link

Issue with FordMustang Armor and minor issue with Volkswagen Rabbit (FIX INSIDE) #31

Closed elpapummails closed 1 month ago

elpapummails commented 8 months ago

The Ford Mustang has an issue with its armor, you can only install/uninstall the windshield, bullbar and the front right window, when you try to install/unisnstall other pieces of armor it wont let you do it, this is because in the code for the armor, for some reason the "area" of the armor part has to be "engine" instead for example "frontwindow" or something like that, I changed it and it works like a charm.

And one window From the Volkswagen Rabbit appears on the doors section on the mechanic panel, this is due to a line of code in the script that is missing wich is the category of the part (the window).

VWRabbit fix: VanillaSmallCar02_Overwrite.txt

Mustang Armor fix: template_FordMustangArmor.txt

The fixes go on this path:

SCKCO - Core\media\scripts\vehicles\VWRabbit SCKCO - Core\media\scripts\vehicles\FordMustang

Hope you can add it to the mod so people dont experience this issue :p

cyberbobjr commented 4 months ago

In fact the fix for area should not be "Engine" if you want to be realistic. It should be for example :

    area = SeatFrontRight,
    parent = DoorFrontRight,

for part FordMustangFrontRightDoorArmor

sharkster91 commented 1 month ago

Sorry, I have let this lie for way too long. This has been fixed.