Hi
I am new here and I got no programming skills at all, but I think this tool is very easy to write. Please do me a favor.
This is how the tool works, you open a ini text file.
In the ini file there is something called "Weapon" that looks like this
[[I]ANYNAME[/I]]
Damage=ANY NUMBER
ROF=ANY NUMBER
Range=ANY NUMBER
Projectile=ANYNAME
Speed=ANY NUMBER
Ok so what the program should do: It should check the Projectile tag and se if the projectile value is exist or not
This is how a projectile can look like:
[[I]ANYNAME[/I]]
So the program check all weapons in the ini file, and look if the projectile exist, if it dont exist, it writes it down in a txt file and says which weapon that haves a invaild projectile.
/Master