Page 6 of 10

Re: ZCC - Zandronum Community Client [ZAN 2.1.2 v1.5]

Posted: Wed Jul 20, 2016 9:37 am
by doomjoshuaboy
is it just me or im having problem? my distro is ubuntu.
Image

Re: ZCC - Zandronum Community Client [ZAN 2.1.2 v1.5]

Posted: Wed Jul 20, 2016 9:44 am
by Monsterovich
Your svnrevision.h has wrong values.

Re: ZCC - Zandronum Community Client [ZAN 2.1.2 v1.5]

Posted: Wed Jul 20, 2016 9:51 am
by doomjoshuaboy
how to fix that??

Re: ZCC - Zandronum Community Client [ZAN 2.1.2 v1.5]

Posted: Wed Apr 19, 2017 12:53 pm
by Fused
The mirror for v1.5 is fixed.

Also for those that wonder if ZCC will support the latest 3.0 alpha builds, it won't. ZCC should get updated once the main release for 3.0 is out.
There's currently no plans on supporting any beta builds.

Re: ZCC - Zandronum Community Client [ZAN 2.1.2 v1.5]

Posted: Thu May 04, 2017 9:30 pm
by ForrestMarkX
I updated ZCC to work with the latest Zan 3.0 alpha build while Leonard hammered out some bugs and other things.

Download:
Win32 - https://www.dropbox.com/s/ex7ckddggvwdl ... 0.zip?dl=0
Linux 64-bit - https://www.dropbox.com/s/hwcurlqtl2dla ... 4.zip?dl=0
Linux 32-bit - https://www.dropbox.com/s/7897bir87xy9a ... 2.zip?dl=0

Notes:
-The fancy chat additions including tab completion have been removed as vanilla zandronum now implements the same functionalities.
-The autologin system was removed as vanilla zandronum now has its own implementation too.
-The spyback CCMD is now a simple alias of the spycancel CCMD to remain compatible with old inis.
-The CVAR zcc_bobstyle now has a default of -1 which means that the bobstyle coming from the weapon's definition will be used.
-The CVAR zcc_usebobspeed was introduced with a default of false which means that the bobspeed coming from the weapon's definition will be used.

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri May 05, 2017 8:42 am
by Fused
Thank you. I will update the OP accordingly.

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri May 05, 2017 3:07 pm
by Metool
So unless theres like some weird issue with windows 7 in particular i can't really get my ZCC to work even though it has the right thing.
Image
Anyone have a idea on how i could fix this?

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri May 05, 2017 5:05 pm
by ForrestMarkX
Metool wrote:So unless theres like some weird issue with windows 7 in particular i can't really get my ZCC to work even though it has the right thing.
Image
Anyone have a idea on how i could fix this?
It looks like an OpenSSL error

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri May 05, 2017 7:26 pm
by Binary_CodeDiscord
Uh, ZCC doesn't work for me on Zand 3.0. When I try to double click or press ENTER on a server, it doesn't load Zandronum!
Edit:you need the libeay32.dll file.
Please make sure you have that before getting the newest ZCC

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri May 05, 2017 7:39 pm
by ForrestMarkX
If you get that error that means you don't have OpenSSL installed. Use this to fix it http://downloads.sourceforge.net/gnuwin ... -setup.exe

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Sat May 06, 2017 12:28 am
by Binary_CodeDiscord
I probably have that, so I edited it saying I had the fix. I was missing a DLL for whatever reason. :rolleyes:

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Sun May 07, 2017 7:00 am
by fr blood
ZCC for Zandronum 3.0 Win32's link seems to be dead.

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Sun May 07, 2017 7:27 am
by ForrestMarkX
Try this one, I wouldn't put it past Dropbox to change the URL

https://www.dropbox.com/s/ipwiy3sz28f07 ... 0.zip?dl=0

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Sun May 07, 2017 10:45 am
by fr blood
Thank you that's one is working.

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Tue May 09, 2017 8:55 am
by ForrestMarkX
If anyone wants it, here is a windows exe version that doesn't spam the hell out of you with "P_PlayerThink: No body for player" when someone crashes

https://www.dropbox.com/s/mhum86bliigjf ... m.zip?dl=0

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Thu May 11, 2017 5:54 pm
by fr blood
Hey, I've noticed that any mod on Zandronum 3.0 using the MENUDEF to redefine the entire menu will make the ZCC Options sub-menu unavailable.

Anyway to put here the code to make it spawn in our custom menus?

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri May 12, 2017 12:04 am
by ForrestMarkX
fr blood wrote:Hey, I've noticed that any mod on Zandronum 3.0 using the MENUDEF to redefine the entire menu will make the ZCC Options sub-menu unavailable.

Anyway to put here the code to make it spawn in our custom menus?
I currently do not know anyway to do that, the MENUDEFs even remove the Multiplayer Options of Zandronum

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri May 12, 2017 11:07 am
by fr blood
ForrestMarkX wrote:
fr blood wrote:Hey, I've noticed that any mod on Zandronum 3.0 using the MENUDEF to redefine the entire menu will make the ZCC Options sub-menu unavailable.

Anyway to put here the code to make it spawn in our custom menus?
I currently do not know anyway to do that, the MENUDEFs even remove the Multiplayer Options of Zandronum
Well I asked to the admins and they told me how to add the Multiplayer Options for Zandronum, so there must be also a way for ZCC Options.

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Tue May 23, 2017 9:03 pm
by Nibelungen
Not sure how to get this working. I've tried putting the .exe and such in the testing folders and in the main Zandronum folder. I love ZCC and it's annoying now that I can't use it.

Re: ZCC - Zandronum Community Client [ZAN3.0-170416-0710 Version 1.0]

Posted: Fri Jun 16, 2017 2:20 pm
by SkeltalSpirit
I have a major issue trying to run ZCC for Zandronum 3.0. Whenever I try to run it, it immediately gives me the following error message;
error.PNG
If I could get any form of assistance, that would be appreciated, although judging by what the error is, I doubt much can be done about it.