Ok so I made a fresh re-write of the original code, but guess what now ? The God damn coverter doesn't examine the XML, like it's not there, despite the fact the format is XML and I can even select it in the converter... O________________________________O
Rudimentary creatures of blood and flesh, you touch my mind, fumbling in ignorance, incapable of understanding. - Sovereign
In your original code you have forgot to close element started at line 24: <effect type="0x200" name="Emitter_LODCurve">
You're missing closing tag </effect> that should be between lines 30 and 31.
I've edited the mistakes, now the codes are identical on two seperate files. One is Examined one is not. The differences on both is the spacing, one has "Tab Size : 4" and the other that is being seen but still not converted has "Space : 4"
I'm using Sublime Text, I'm gonna try with Oxygen XML Dev.
Rudimentary creatures of blood and flesh, you touch my mind, fumbling in ignorance, incapable of understanding. - Sovereign
Posts: 6,306
Threads: 488
Joined: Nov 2014
Staff roles: Art Developer
It's most likely you have something badly named, sections not closed, or an invalid value, eg, you have a number over 255 in the colours section
It's better to really just take an existing ale file, there's really no reason to write it from bare scratch, wasting time.
Although if you want to do it from scratch, I guess it's good for understanding. Just learn the meaning of the properties and how adding effect lines work
for example; frequency means how frequent the particles spawn
Thanks for the tips again Nyx I was really thinking that people don't actually do it from bare scratch because it's obviously a waste of time. It's an interesting thing to do actually and when I'll get more free time, I'll look into it
Rudimentary creatures of blood and flesh, you touch my mind, fumbling in ignorance, incapable of understanding. - Sovereign