Author Topic: My Jeep edit is not showing up in the checkbox  (Read 610 times)

I decided to make a slow jeep for some reason, I renamed all the files, changed the namecheck, description, and packed it all up CORRECTLY
but what I did not rename was the images, could this be why its not working?
heres a download:
http://www.mediafire.com/?nb6988tq8b0q274
just to see if anything is not right/packaged correctly
AND my In-Game username is Mr.MacFluffyBunz, so this was not a steal or anything.

Honestly, you didn't need to do all of that.

Code: [Select]
%error = forceRequiredAddOn("Vehicle_Jeep");
if(%error == $Error::AddOn_Disabled)
{
JeepVehicle.uiName = "";
}

if(%error == $Error::AddOn_NotFound)
{
error("ERROR: Vehicle_SlowJeep - required add-on Vehicle_Jeep not found");
return;
}

datablock WheeledVehicleData(SlowJeepVehicle:JeepVehicle)
{
uiName = "Slow Jeep ";
maxWheelSpeed = 10;
};
would suffice.

Anyway, aside from that your file is a RAR file. It needs to be a ZIP file.

EDIT: added forceRequiredAddOn
« Last Edit: February 01, 2012, 10:17:48 PM by Slicksilver »


how do i zip it
Well, since you were able to RAR it, I'm guessing you have WinRAR. Go into the folder with the files (not the RAR file, unpack it if you deleted the folder) and select all the files. Right click and click "Add to Archive" or something along those lines. Then on the left, select ZIP instead of RAR.