Page 1 of 1

csprogs has wrong version number???

Posted: Tue Jun 10, 2014 11:30 am
by drm_wayne
Im trying to make a small test HUD in darkplaces, but on the Android port its giving me an error:

Host_Error: client: csprogs.dat has wrong versionnumber (7 should be 6)..

Whats going on there?

Re: csprogs has wrong version number???

Posted: Tue Jun 10, 2014 11:56 am
by Spike
if you have '#pragma target fte' or are using -TFTE on fteqcc's commandline, then the (cs)progs will contain extension features that only work in FTE. dp just doesn't support this stuff.

Re: csprogs has wrong version number???

Posted: Tue Jun 10, 2014 1:17 pm
by drm_wayne
where can i get a "scratch csqc" that works with dp?

Re: csprogs has wrong version number???

Posted: Tue Jun 10, 2014 5:53 pm
by frag.machine
drm_wayne wrote:where can i get a "scratch csqc" that works with dp?
I am using this excellent example from gnounc as a start point for my HUD.

Re: csprogs has wrong version number???

Posted: Tue Jun 10, 2014 6:01 pm
by ceriux
hes also using the darkplaces port.