Search found 3578 matches

by Masher
Tue Nov 03, 2009 11:02 am
Forum: Feature Requests
Topic: Server auto start after updating
Replies: 3
Views: 4164

Re: Server auto start after updating

That's a great idea! Will implement it in the next version.

Thanks!
by Masher
Mon Nov 02, 2009 8:46 pm
Forum: Other Tools
Topic: HiResTimer
Replies: 8
Views: 16559

Re: HiResTimer

Updated the service to target .net 2.0. For anyone who cares....
by Masher
Mon Nov 02, 2009 7:43 pm
Forum: Pre-Sales Support
Topic: Demo License
Replies: 1
Views: 2670

Re: Demo License

Sure,

Will send you a PM here shortly.
by Masher
Mon Nov 02, 2009 11:46 am
Forum: UGCC Support
Topic: Call of duty waw
Replies: 4
Views: 4710

Re: Call of duty waw

Go into control panel-->administrative tools-->services

Look for ugccmon, right click-->properties.

Log on Tab, and set the username/password of the account you want it to run as. Also be sure to restart the service while you are there so it operates as the new user.
by Masher
Sun Nov 01, 2009 8:07 pm
Forum: UGCC Support
Topic: Parsing commandline string
Replies: 12
Views: 9911

Re: Parsing commandline string

As of version 1.31 (just released it), if the panel finds %DATE% or %TIME% in either commandline (user or hidden), it'll replace them with the appopriate text.

The following should do the trick for you:

Code: Select all

log=..\ucclogs\logs_%DATE%_%TIME%.log
by Masher
Sun Nov 01, 2009 8:03 pm
Forum: News
Topic: UGCC 1.31 Released
Replies: 0
Views: 10833

UGCC 1.31 Released

Released an update that fixes some broken links (group related links) in the admin menu. Due to some issues with oledb and 64bit installs, the panel and monitor now both are forced to run in 32 bit mode.
by Masher
Sat Oct 31, 2009 8:03 pm
Forum: UGCC Support
Topic: Servers wont start
Replies: 7
Views: 5772

Re: Servers wont start

Thanks, I really appreciate it. Mind sharing what the problem was incase anyone may have a similar issue?
by Masher
Sat Oct 31, 2009 3:36 pm
Forum: UGCC Support
Topic: Update button on server config page not working
Replies: 6
Views: 5676

Re: Update button on server config page not working

If you set the region, etc. back to english do you still get the errors?
by Masher
Sat Oct 31, 2009 12:11 pm
Forum: UGCC Support
Topic: Call of duty waw
Replies: 4
Views: 4710

Re: Call of duty waw

I just patched cod:waw to the latest, and it started up fine for me with the following commandline:

Code: Select all

+set dedicated 2 +set sv_maxclients 10 +set sv_punkbuster 1 +exec server.cfg +map_rotate 
I'm running Windows 7 and the panel and monitor are running as the SYSTEM user.
by Masher
Sat Oct 31, 2009 11:33 am
Forum: UGCC Support
Topic: Call of duty waw
Replies: 4
Views: 4710

Re: Call of duty waw

I've found with WaW that that the panel/monitor needs to be ran from a user account. If you change the service settings for the monitor and www app-pool to run as administrator, it works fine. I'm looking into finding a fix for this. If you need help with changing the accounts, let me know which os ...
by Masher
Sat Oct 31, 2009 8:32 am
Forum: UGCC Support
Topic: Update button on server config page not working
Replies: 6
Views: 5676

Re: Update button on server config page not working

It's supposed to work with either. I wonder if it's an issue with localization. What language do you use on this server?
by Masher
Sat Oct 31, 2009 8:30 am
Forum: UGCC Support
Topic: Parsing commandline string
Replies: 12
Views: 9911

Re: Parsing commandline string

I'll implement this in the next version.
by Masher
Sat Oct 31, 2009 8:29 am
Forum: UGCC Support
Topic: Servers wont start
Replies: 7
Views: 5772

Re: Servers wont start

I don't see why it wouldn't work. The panel itself doesn't do anything special with ports. Can you use the capture program output tool from the admin menu to see what's going on with one of these servers?
by Masher
Fri Oct 30, 2009 11:38 pm
Forum: UGCC Support
Topic: Servers wont start
Replies: 7
Views: 5772

Re: Servers wont start

Does it need to be -port? Also do you have windows firewall or another software firewall installed? If so you may need to create rules to allow the incoming traffic if you haven't alread done so.
by Masher
Fri Oct 30, 2009 8:54 pm
Forum: UGCC Support
Topic: Servers wont start
Replies: 7
Views: 5772

Re: Servers wont start

What is your commandline?

The panel itself doesn't append any thing to the commandline to set the port, etc. The various port settings in the panel are only used for informational display to the user and for the advanced monitoring feature.