Raised This Month: $12 Target: $400
 3% 

Voiceserver Connect


Post New Thread Reply   
 
Thread Tools Display Modes
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 09-08-2011 , 06:34   Re: Voiceserver Connect
Reply With Quote #111

Here is a "beta" version of 1.1.000.

/edit: This version has now been released as 1.1.000 with no functional updates.

Changelog:
Code:
- Converted link building to be entirely on-the-fly. Resulting of this is that all settings/cvars update instantly.
      - Should fix problems with Ventrilo not parsing some links because of empty parameters.
- Added version specifier for Mumble that is required for versions 1.2.0 through 1.2.6 and generally recommended
- Removed unnecessary subchannel cvar to hopefully make the syntax for specifying subchannels easier to understand.
- Made it possible to specify an almost entirely different set of options for the different teams. Now even two different
      servers can be configured if so desired.
- VC will now automatically encode the link parameters that are specified by the cvars, using special characters
      in channel names should now work fine.
Updated notes:
Code:
        #3 - To specify subchannels for TeamSpeak 3 or Mumble use this syntax: BASECHANNEL/SUBCHANNEL/SUBSUBCHANNEL/...
        If the channel structure looks like this:
            
            Gaming
                CounterStrike
                    Terrorists
        
        Specify the channel cvar to be Gaming/CounterStrike/Terrorists and the players will join the Terrorists channel.
        
        #4 - If a channel or subchannel contains '/' chars you will need to escape them by placing a '\' in front of them. Otherwise 
        Teamspeak 3 (and quite possible Mumble too) will assume that a new subchannel name begins and will not find the correct channel
        or no channel at all.
        
        #5 - Although the plugin features URL encoding to support special characters for some reason some of them will still not work.
        While the generated links work perfectly fine through a desktop browser they are not correctly interpreted by the ingame
        browser. You may have to alter your channel names to not feature special characters if you encounter problems.
All cvars that specify which voiceserver/channel to connect have changed:
Code:
            
        .: Default voiceserver options
            
            These are the default configuration options for the specific voice server.
            
            vc_default_serverip        "" - Voiceserver IP
            vc_default_serverport    "" - Voiceserver port
            vc_default_serverpw        "" - Password of your voiceserver
            vc_default_servername    "" - Voiceserver name (Ventrilo only)
            vc_default_channel        "" - Channel user should join to
            vc_default_channelpw    "" - Password of channel
            
        .: Team-based Cvars
        
            You are now able to configure a completely separate set of options for each team in your server.
            If the either of server ip/port/pw/name cvars is left empty the accordant default cvar is used.
            
            vc_team1_serverip    "" - Voiceserver IP
            vc_team1_serverport    "" - Voiceserver port
            vc_team1_serverpw    "" - Password of your voiceservert
            vc_team1_servername    "" - Voiceserver name (Ventrilo only)
            vc_team1_channel    "" - Channel user should join to
            vc_team1_channelpw    "" - Password of channel
            
            vc_team2_serverip    "" - Voiceserver IP
            vc_team2_serverport    "" - Voiceserver port
            vc_team2_serverpw    "" - Password of your voiceserver
            vc_team2_servername    "" - Voiceserver name (Ventrilo only)
            vc_team2_channel    "" - Channel user should join to
            vc_team2_channelpw    "" - Password of channel
            
            CS: Team 1 = TERRORISTS, Team 2 = CTS
            DOD: Team 1 = ALLIES, Team 2 = AXIS
            
            Spectators and unassigned players will join the default channel you define with
            the default configuration options.
Please read through the list above our the comment section at the beginning of the source file to know what has changed.

I hope that this version resolves most problems some of you had so please go ahead and test this version and report further problems.
__________________
In Flames we trust!

Last edited by Nextra; 02-09-2012 at 03:03.
Nextra is offline
fiury
Member
Join Date: Aug 2010
Old 09-12-2011 , 08:21   Re: Voiceserver Connect
Reply With Quote #112

this plugin does not work on my server.
Everything seems correct but the Team Speak 3 nada.No connects not occur.

//Conexion con TS3
//Publicidad en el chat del TS3
vc_ads 1
//Frecuencia de los mensajes publicitarios
vc_adfreq 60
//Color de los mensajes
vc_adcolor 5
//Tipo de Servidor de voz
vc_tool 3
vc_ip 91.121.176.122
vc_port
//Nombre del canal
vc_channel _____________Sala de espera_____________
//Contraseņas
vc_chanpw ""
vc_serverpw ""
//Nombre del subcanal
vc_subchans
//Requerir / en el comando
vc_fwslash 1
fiury is offline
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 09-13-2011 , 05:45   Re: Voiceserver Connect
Reply With Quote #113

Do you use the new 'beta' version?
__________________
In Flames we trust!
Nextra is offline
Ricardo_dS
Member
Join Date: Feb 2010
Old 09-28-2011 , 06:51   Re: Voiceserver Connect
Reply With Quote #114

This cvars doesnt work.
vc_tool 3
vc_enabled 1
vc_ip "213.63.224.67"
vc_port "9988"
vc_subchans ""
vc_chanpw ""
vc_serverpw ""
vc_subchans ""
vc_fwslash 0



<11:45:54> Trying to connect to server on 213.63.224.67
<11:45:59> Failed to connect to server
__________________
Ricardo_dS is offline
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 09-29-2011 , 03:13   Re: Voiceserver Connect
Reply With Quote #115

Obviously the plugin works - your teamspeak client tries to connect to the IP you specified. That means that the server is either offline or you mistyped the IP. A quick test shows that I can't connect to it either from my desktop.
__________________
In Flames we trust!
Nextra is offline
pepe_thugs
Senior Member
Join Date: Aug 2010
Location: Portugal , Braga
Old 12-07-2011 , 10:01   Re: Voiceserver Connect
Reply With Quote #116

Hello guys.
I have one problem with cvar "vc_teamenabled" and the others by connect team.
My configuration it is :
Code:
 p_Enabled   = register_cvar( "vc_enabled"  , "1"  ),
 p_VoiceTool   = register_cvar( "vc_tool"   , "3"  ),
 
 p_Options[IP]  = register_cvar( "vc_ip"   , "IP"  ),
 p_Options[PORT]  = register_cvar( "vc_port"   , "PORT"  ),
 p_Options[NAME]  = register_cvar( "vc_servername" , "Braga M@giC Server"  ),
 p_Options[SUBCHANS] = register_cvar( "vc_subchans"  , ""  ),
 p_Options[CHANPW] = register_cvar( "vc_chanpw"  , ""  ),
 p_Options[SERVERPW] = register_cvar( "vc_serverpw"  , ""  ),
 p_Options[CHAN]  = register_cvar( "vc_channel"  , "Server 1"  ),
 
 p_TeamEnabled  = register_cvar( "vc_teamenabled" , "1" ),
 p_OptionsT[T1CHAN] = register_cvar( "vc_team1chan"  , "Server 1" ),
 p_OptionsT[T1SUBS] = register_cvar( "vc_team1sub"  , "Terrorists" ),
 p_OptionsT[T1CHPW] = register_cvar( "vc_team1chpw"  , "" ),
 p_OptionsT[T2CHAN] = register_cvar( "vc_team2chan"  , "Server 1" ),
 p_OptionsT[T2SUBS] = register_cvar( "vc_team2sub"  , "Counter-Terrorists" ),
 p_OptionsT[T2CHPW] = register_cvar( "vc_team2chpw"  , "" ),
 
 p_BannedChars  = register_cvar( "vc_bannedchars" , ""  ),
 p_fwSlash   = register_cvar( "vc_fwslash"  , "0"  ),
 
 p_AdEnabled   = register_cvar( "vc_ads"   , "0"   ),
 p_AdFreq   = register_cvar( "vc_adfreq"  , "120.0"  );

And i use the command and he redirect to my channel predefined.
What is my error ?
Sorry for my bad english
pepe_thugs is offline
husam
Member
Join Date: Apr 2011
Old 02-07-2012 , 13:05   Re: Voiceserver Connect
Reply With Quote #117

I'm getting this error

[ 23] unknown unknown unknown voiceserver_con bad load

( 23) Load fails: Plugin uses an unknown function (name "TrieKeyExists") - check you

any solution? I checked the Modules.ini

Quote:
fun
engine
fakemeta
geoip
sockets
regex
nvault
hamsandwich
husam is offline
Nextra
Veteran Member
Join Date: Apr 2008
Location: Germany
Old 02-08-2012 , 09:27   Re: Voiceserver Connect
Reply With Quote #118

Quote:
Originally Posted by pepe_thugs View Post
Hello guys.
I have one problem with cvar "vc_teamenabled" and the others by connect team.
Oh wow I missed your message. If you still read this: Use the beta version a couple of posts above and set your cvars in a cfg instead of in the plugin code to be safe.

Quote:
Originally Posted by husam View Post
I'm getting this error

[ 23] unknown unknown unknown voiceserver_con bad load

( 23) Load fails: Plugin uses an unknown function (name "TrieKeyExists") - check you
The plugin uses Tries and requires AMXX Version 1.8.1 or later to function. Update your AMXX installation (the core specifically) and the plugin should work.
__________________
In Flames we trust!
Nextra is offline
husam
Member
Join Date: Apr 2011
Old 02-08-2012 , 11:08   Re: Voiceserver Connect
Reply With Quote #119

Oh thanks i didnt know that my server has 1.8.0 version. Thanks again
husam is offline
husam
Member
Join Date: Apr 2011
Old 02-08-2012 , 11:49   Re: Voiceserver Connect
Reply With Quote #120

Other question,
Quote:
// Disable/enable this plugin
vc_enabled 1

//Disable/enable chat advertising for your voiceserver
vc_ads 1

//Frequency of ad messages (float!)
vc_adfreq

//Color of ads. (CS / CZ only)
vc_adcolor 5


vc_tool 3
vc_ip "MY Ip"
vc_port "port"

vc_channel "CS1.6"
vc_serverpw "PW"
vc_subchans "[Plugin test Server]"
vc_fwslash 0

vc_teamenabled 1
vc_team1chan "TT Team"
vc_team2chan "CT Team"
And this is my Ts 3 server

http://imgur.com/wLtq8


what i missed to join Plugin Test Server channel

Last edited by husam; 02-08-2012 at 11:50.
husam is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode