MODELDEF case sensitive?
Posted: Fri Aug 15, 2014 12:28
Git Build from August 3rd.
Not sure if this is actually a bug but worth reporting just in case:
When my DECORATE had
But, due to a typo, my modeldef had
(note the second line)
I got:
Makes the error message go away and the model works.
Not sure if this is actually a bug but worth reporting just in case:
When my DECORATE had
Code: Select all
MODE A 2
MODE B 2 A_Pain
MODE C 2
Code: Select all
FrameIndex MODE A 0 0
FrameIndex MODe B 0 1
FrameIndex MODE C 0 2
I got:
Changing the MODELDEF toScript error, "modeldef.pk3:modeldef.worker.txt" line 372:
Unknown sprite MODe in model definition for Worker
Code: Select all
FrameIndex MODE A 0 0
FrameIndex MODE B 0 1
FrameIndex MODE C 0 2