Blockland Forums > Modification Help
My Jeep edit is not showing up in the checkbox
(1/1)
blockguy123:
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.
Slicksilver:
Honestly, you didn't need to do all of that.


--- Code: ---%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;
};

--- End code ---
would suffice.

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

EDIT: added forceRequiredAddOn
blockguy123:
how do i zip it
Slicksilver:

--- Quote from: blockguy123 on February 02, 2012, 07:36:10 AM ---how do i zip it

--- End quote ---
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.
blockguy123:
still not working.
Navigation
Message Index

Go to full version