Re: Build 18 discussion topic.mods dont work
also other info since the video didnt have troubleshooting.
if your mod doesnt work. one of 2 things have happened.
1) the mod is for a differant version of CC
for example, build 13 mods, wont work on build 18, and vice-versa.
noone makes mods for older versions,
so make sure you have the latest version. this doesnt mean get rid of the old one,
after all, you could learn to mod, and convert/update them to the current build, and send it to them.
2) there is an error in the mod.
if so, it will tell you what line of code in what file.
if its in a file IN the rte,
you open that file
scroll down to that line (the first line is line 1, not 0)
compair it to a working mod.
the error will be apparent.
it could be a variable where it isnt supposed to be (like say, color could be an error for red 14.8 because colors dont have decimals, also a number that has a letter,
or a number, that excedes the max, like 9999999999999999)
another error could be like an undefined such as copyof = magazine of some sort
when its the bullet that goes in the magazine.
it hasnt been defined yet,
also you cant have a magazine shoot the same thing it is.
no instance can refer to itself.
also a magazine cant reffer to a bullet AFTER the magazine.
thats within a file
it can be out of order in the index.ini
you have to actualy look at the line of code.
hope that helps.