first mod. error with nothing i can see wrong
hey DRFF, i wanted to make a mod (more just a gun) to learn the basics, and work from there. i used the tut from modb but after i did all that it asked and fixed any issues i could see. *like wrong path locations because they were names firstmod and not the name i chose. but when ever i start cc i get the error cannot match property in DEagle.ini at line 2 and im not sure if its refering to the 2nd command or a prefix in the first command. heres the first 2 commands for DEagle.ini
Code:
AddAmmo = Round
PresetName = Round DE
ParticleCount = 2
Particle = MOPixel
PresetName = Particle DE
Mass = 0.01
RestThreshold = 500
LifeTime = 250
Sharpness = 400
HitsMOs = 1
GetsHitByMOs = 0
Color = Color
R = 143
G = 143
B = 143
Atom = Atom
Material = Material
CopyOf = Bullet Metal
TrailColor = Color
R = 155
G = 155
B = 155
TrailLength = 40
Shell = MOSParticle
CopyOf = Casing
FireVelocity = 400
ShellVelocity = 5
Separation = 5
AddAmmo = Round
CopyOf = Round DE
PresetName = Round DE Tracer
ParticleCount = 2
Particle = MOPixel
CopyOf = Particle DE
PresetName = Particle DE Tracer
RestThreshold = 500
LifeTime = 250
HitsMOs = 1
GetsHitByMOs = 0
Color = Color
R = 247
G = 247
B = 147
Atom = Atom
Material = Material
CopyOf = Bullet Metal
TrailColor = Color
R = 255
G = 255
B = 159
TrailLength = 60
FireVelocity = 220
so idk if its the 2nd add ammo or the preset name in the 2nd line of the command...