Page 1 of 1

r552 DECORATE Translation errors

Posted: Sat Oct 17, 2009 0:51
by Enjay
The following used to work:

Code: Select all

actor Test : ScriptedMarine

{
 TRANSLATION "112:127=176:191"
}

But now it gives this error:

Code: Select all

LoadActors: Load actor definitions.
Error in translation '112:127=176:191':
Script error, "translation" line 1:
Expected integer constant but got ':' instead.
However, translations of this format still work:

Code: Select all

actor Test : ScriptedMarine

{
 TRANSLATION "112:127 = [255,0,0]:[8,0,0]"
}

Re: r552 DECORATE Translation errors

Posted: Sat Oct 17, 2009 8:06
by Graf Zahl
Fixed. Seems I can release another beta right away... :(