Search found 3583 matches

by Masher
Wed Nov 18, 2009 8:22 am
Forum: Feature Requests
Topic: Server auto start after updating
Replies: 3
Views: 4185

Re: Server auto start after updating

This has been implemented and will be in the next update. Currently doing QA, should be out soon.
by Masher
Sun Nov 15, 2009 10:25 am
Forum: UGCC Support
Topic: Group Permissions
Replies: 3
Views: 3976

Re: Group Permissions

This should have been fixed in the latest version (1.31). Please confirm you are running this version.

The groupe permissions are very granular. You can choose to allow start/stop/update/file tool/etc, there's more than what I've listed available.
by Masher
Sat Nov 14, 2009 8:13 pm
Forum: Other Tools
Topic: halflifersc wad files
Replies: 2
Views: 10568

Re: halflifersc wad files

Hmmm, can you point me at a package that includes a wad file so that I can test? I'm not real familar with the half-life engine.
by Masher
Sun Nov 08, 2009 1:55 pm
Forum: UGCC Support
Topic: Runtime Error
Replies: 1
Views: 2465

Re: Runtime Error

This is a generic error page. You need to either access the site from the server it's being hosted on, look in event viewer for the message, or enable the feature described in the error message to get meaningful error messages. http://www.brainless.us/forum/viewtopic.php?f=21&t=140 Once you get ...
by Masher
Fri Nov 06, 2009 9:51 am
Forum: UGCC Support
Topic: Setting up the game server user guide ?
Replies: 1
Views: 2875

Re: Setting up the game server user guide ?

No, sorry, there is no guide. The following should be able to help you out though. Under program settings, the working directory needs to be just a directory, probably c:\gameservers\servername\ (?) Executable, must be the actual program to run (we don't recommend using .bat files here, but the actu...
by Masher
Tue Nov 03, 2009 11:02 am
Forum: Feature Requests
Topic: Server auto start after updating
Replies: 3
Views: 4185

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: 16934

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: 2682

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: 4727

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: 9973

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: 11252

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: 5791

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: 5693

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: 4727

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: 4727

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 ...