Search found 3583 matches

by Masher
Wed Aug 27, 2008 2:58 pm
Forum: Pre-Sales Support
Topic: Demo Request
Replies: 1
Views: 3066

Re: Demo Request

Sure I'll send you pm via the forums to get some more information from you. As for your question: You don't have to have iis on the server, but it's the recommended way as it is built and tested primarily with iis. There are step by setup directions in the documentation. But there is also a package ...
by Masher
Mon Aug 25, 2008 7:28 am
Forum: Feature Requests
Topic: Tag Parsing
Replies: 3
Views: 4350

Re: Tag Parsing

Where exactly are you wanting to use these?
by Masher
Thu Aug 14, 2008 10:10 pm
Forum: Pre-Sales Support
Topic: Developer License?
Replies: 2
Views: 3874

Re: Developer License?

I'll answers your questions backwards as it'll make more sense...... The system isn't "open source' at all. It's compiled, the only thing you can really edit is the html aspx pages. And you'd really only accomplish formatting changes this way. In order to add additional features you'd have to e...
by Masher
Thu Aug 14, 2008 9:47 pm
Forum: Pre-Sales Support
Topic: Demo license request
Replies: 1
Views: 3020

Re: Demo license request

I'll be sending you a pm via the forums....

Thanks!
by Masher
Mon Aug 11, 2008 7:20 am
Forum: UGCC Support
Topic: Cannot Download UGCC
Replies: 1
Views: 2923

Re: Cannot Download UGCC

That's interesting. They both seem to be working fine for me. Nonetheless, send me a pm via the forums with an email address and which package you'd like; and I'll email it to you.
by Masher
Sat Aug 09, 2008 10:07 am
Forum: Source Of Knowledge
Topic: CoD4/CoD5 Server Query Protocol
Replies: 2
Views: 18487

Re: COD4 Server Query Protocol

There's tons of free stuff out there for using query with your website, etc. Just google it.
by Masher
Wed Aug 06, 2008 12:25 pm
Forum: UGCC Support
Topic: Hi Res Timer
Replies: 1
Views: 3172

Re: Hi Res Timer

It's enabled by default and it's turned on/off via the ugccmon.cfg file. You set the fps for your server via the commandline options or server.cfg.

fps_max 600 or +fps_max 600 I believe.
by Masher
Tue Jul 29, 2008 10:06 pm
Forum: Feature Requests
Topic: Serve Uptime
Replies: 1
Views: 3015

Re: Serve Uptime

One of the reports tells uptimes. I think it's called process information.
by Masher
Sun Jul 27, 2008 9:09 pm
Forum: UGCC Support
Topic: Couldn't load the executable
Replies: 9
Views: 8447

Re: Couldn't load the executable

No, your license will be fine.
by Masher
Sun Jul 27, 2008 8:18 pm
Forum: UGCC Support
Topic: Couldn't load the executable
Replies: 9
Views: 8447

Re: Couldn't load the executable

What was the error?
by Masher
Sun Jul 27, 2008 7:44 pm
Forum: UGCC Support
Topic: Couldn't load the executable
Replies: 9
Views: 8447

Re: Couldn't load the executable

I'd suspect there's a problem with the game server; check out your game's log file. Also check out ugcc's logs.
by Masher
Sun Jul 27, 2008 1:31 pm
Forum: UGCC Support
Topic: Couldn't load the executable
Replies: 9
Views: 8447

Re: Couldn't load the executable

Elusion wrote:The file (no path) to execute, including extension.
by Masher
Sat Jul 26, 2008 6:06 pm
Forum: Pre-Sales Support
Topic: Requsting Demo License
Replies: 2
Views: 3678

Re: Requsting Demo License

I'll be sending you a private message here shortly.
by Masher
Sat Jul 26, 2008 7:25 am
Forum: SourceRSC
Topic: Suggestion: maplist.txt generator
Replies: 3
Views: 6285

Re: Suggestion: maplist.txt generator

This is actually very easy to do using tools available with windows

Code: Select all

Start-->Run-->cmd (press enter)
cd c:\path\to\maps\folder
dir /b *.bsp > ..\maplist.txt
Then open it with a text editor and do a search and replace of '.bsp' and leave the replace with textbox blank.
by Masher
Fri Jul 25, 2008 12:00 pm
Forum: UGCC Support
Topic: Wrong currency symbol in payment reminder message.
Replies: 0
Views: 3604

Wrong currency symbol in payment reminder message.

You need to set the proper setting in the web.config file.

Add the following inbetween <system.web> and </system.web> (this is for English(United Kingdom), replace en-GB with what you need).

Code: Select all

<globalization culture="en-GB" uiCulture="en-GB" />