I'm trying to help my friend make a mod, and when I try to run it, I get this odd error. I've searched the forums for the solution, but there seems to be a different way of solving it for each case. I've tried these methods and none have worked.
The error I get looks like this:
Code:
Abortion in File .\System\DDTError.cpp, line 109, because:
Assertion Failed: Stream suggests allocating an unallocatable type in Magazine::Round::Create!
I'm assuming that means there's something wrong with the magazine, so this is what the script pertaining to the magazine looks like:
Code:
AddAmmo = Magazine
PresetName = MagazineNeutralizer
Mass = 1.50
HitsMOs = 0
GetsHitByMOs = 0
SpriteFile = ContentFile
FilePath = Base.rte/Null.bmp
FrameCount = 1
SpriteOffset = Vector
X = 0
Y = 0
EntryWound = AEmitter
CopyOf = Dent Metal
ExitWound = AEmitter
CopyOf = Dent Metal
AtomGroup = AtomGroup
AutoGenerate = 1
Material = Material
CopyOf = Military Stuff
Resolution = 2
Depth = 0
DeepGroup = AtomGroup
AutoGenerate = 1
Material = Material
CopyOf = Military Stuff
Resolution = 3
Depth = 1
DeepCheck = 0
JointStrength = 200
JointStiffness = 1
JointOffset = Vector
X = 0
Y = 0
ParentOffset = Vector
X = 0
Y = 0
DrawAfterParent = 0
RoundCount = 5
RTTRatio = 5
Discardable = 0
RegularRound = Round
CopyOf = RoundNeut
TracerRound = Round
CopyOf = TracerNeutralizer2
In my limited modding experience, I have no idea what is going on here.
In case you want to see the rest of the INI, I have attached it.