halkun
01-04-2009, 04:45 PM
Hmm, I made a new include file called HIRES.CON
In it I put this
texture IDCARD {
pal 1 { file "tex/captainid.png"}
}
But Eduke doesn't see it as a valid command.
Including: HIRES.CON (55 bytes)
HIRES.CON: At top level:
HIRES.CON:1: error: expected a keyword but found `texture'.
HIRES.CON:1: error: expected a keyword but found `IDCARD'.
HIRES.CON:2: error: syntax error.
HIRES.CON:2: error: expected a keyword but found `pal'.
HIRES.CON:2: error: expected a keyword but found `1'.
HIRES.CON:2: error: syntax error.
HIRES.CON:2: error: expected a keyword but found `file'.
HIRES.CON:2: error: expected a keyword but found `tex/captainid.png'.
I can't find any data about this is the wiki, I'm using JFDuke's format. Does Eduke do it differently?
In it I put this
texture IDCARD {
pal 1 { file "tex/captainid.png"}
}
But Eduke doesn't see it as a valid command.
Including: HIRES.CON (55 bytes)
HIRES.CON: At top level:
HIRES.CON:1: error: expected a keyword but found `texture'.
HIRES.CON:1: error: expected a keyword but found `IDCARD'.
HIRES.CON:2: error: syntax error.
HIRES.CON:2: error: expected a keyword but found `pal'.
HIRES.CON:2: error: expected a keyword but found `1'.
HIRES.CON:2: error: syntax error.
HIRES.CON:2: error: expected a keyword but found `file'.
HIRES.CON:2: error: expected a keyword but found `tex/captainid.png'.
I can't find any data about this is the wiki, I'm using JFDuke's format. Does Eduke do it differently?