csprogs has wrong version number???

Discuss CSQC related programming.
Post Reply
drm_wayne
Posts: 232
Joined: Sat Feb 11, 2012 5:47 pm

csprogs has wrong version number???

Post 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?
Spike
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK
Contact:

Re: csprogs has wrong version number???

Post 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.
drm_wayne
Posts: 232
Joined: Sat Feb 11, 2012 5:47 pm

Re: csprogs has wrong version number???

Post by drm_wayne »

where can i get a "scratch csqc" that works with dp?
frag.machine
Posts: 2126
Joined: Sat Nov 25, 2006 1:49 pm

Re: csprogs has wrong version number???

Post 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.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
ceriux
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Re: csprogs has wrong version number???

Post by ceriux »

hes also using the darkplaces port.
Post Reply