100$ to fix my build/ for real.

Locked
chris newman
Posts: 2
Joined: Tue Jan 20, 2009 4:24 am

100$ to fix my build/ for real.

Post by chris newman »

I am trying to add ZCAM support to a stock svn build of ioquake 3 but a i get an error and have not been able to fix it.

http://www.internetcombatleague.com/zcamhelp.rar
Just unzip and open the project /click build and you will see what i mean.

You can get info on zcam here
http://www.telefragged.com/zungbang/zcam/

You can contact me @ support@empiregames.net
100$ sent cash or paypal
chris
chris newman
Posts: 2
Joined: Tue Jan 20, 2009 4:24 am

Re: 100$ to fix my build/ for real.

Post by chris newman »

1>..\..\code\game\zcam.c(199) : error C2039: 'camera' : is not a member of 'gclient_s'
1> c:\users\chris\desktop\zcam help\ioquake3\code\game\g_local.h(264) : see declaration of 'gclient_s'

Same error with stock quake 3(Zcam should work with stock right?),ioquake3 and my mod.
AnthonyJ
Posts: 130
Joined: Wed Nov 15, 2006 7:51 pm

Re: 100$ to fix my build/ for real.

Post by AnthonyJ »

I think your problem is simply that you've not defined __ZCAM__ in your project settings / makefile, since camera is a member of the struct if that is defined.

How are you compiling ioq3?
epicgoo
Posts: 44
Joined: Sun Mar 01, 2009 4:24 pm

Re: 100$ to fix my build/ for real.

Post by epicgoo »

I can do it.
(problem is that you just added zcam to your project but you didn't modify the other files. right?)
but I want to point out that zcam's license doesn't allow to be used with GPL'ed quake 3
Locked