|
PR Time:
|
||||||
| Register | Forum Rules | Developer Blogs | Project Reality | Members List | Search | Today's Posts | Mark Forums Read |
| PR:BF2 Support Help and support regarding PR:BF2 installation and ingame issues |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 |
![]() Join Date: Dec 2007
Location: Chicago
Posts: 158
|
Hey guys,
I'm writing a batch file that will open mumble and ts3 with the click of a button. I got the ts3 portion to work for the most part, but I'm having a hell of a time getting mumble to connect to the PR mumble server. Here's what I've got: Code:
START /d "C:\Program Files (x86)\Mumble(PR Edition)" PRmumble(0.5beta).exe "mumble://A_Grounded_Pilot@217.146.93.46" Bonus prize: what is the argument to get TS3 to put me in a subchannel? "&subchannel=" isn't working... |
|
|
|
|
|
#2 |
![]() Join Date: Sep 2007
Posts: 109
|
It looks like you are forgetting the port number on the IP.
|
|
|
|
|
|
#3 | |
![]() Join Date: Dec 2007
Location: Chicago
Posts: 158
|
Hmm...
Quote:
| |
|
|
|
|
|
#4 |
|
PR IT Support Technician
![]() Join Date: Dec 2007
Posts: 1,353
|
seems like the slash after the ip is non-optional (as by specification
Code:
mumble://[username[:password]@]<address>[:port]/[channelpath]?version=<serverversion>[&title=<servername>][&url=<serverurl>] ur probably having trouble with spaces - using quotations is quite insecure in windows shell i recon try using the dos 8.3 notaion instead i also had to capitalise the D for "/D" you should try something like this: Code:
start /D C:\Progra~2\MUMBLE~1 PRMUMB~1.EXE mumble://A_Grounded_Pilot@217.146.93.4/ code that uses regular mumble and seems to work: Code:
start /D C:\Progra~2\MUMBLE MUMBLE~2.EXE mumble://A_Grounded_Pilot@217.146.93.46/ |
|
Got a PROBLEM? Check this:
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts. Got a common QUESTION? check here first: To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts. "Hello, IT! ... Yes, have you tried turning it on and off again?" |
|
|
|
|
|
|
|
|
|
|
![]() |
| Tags |
| command, line, mumble, parameters |
| Thread Tools | |
| Display Modes | |
|
|