Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dgauss

Pages: [1]
1
Trouble Shooting / Re: map voting on RA2 possible?
« on: March 02, 2017, 02:50:04 PM »
The q2admin.txt and q2adminvote.text you posted work fine for me on Q2PRO under Windows, so I'm not sure what the problem is. I don't have a Linux box to replicate and I haven't used R1Q2 in years.

What does clientvotecommand output?

If you downloaded the whole bundle of text files, try deleting every other q2admin*.txt file except those two you posted earlier and restart server?

Can you paste the server log after restarting and having a client connect and issue some vote commands?

Tastyspleen is running R1Q2 and Q2Admin, so it's possible to get it working. Send quadz a message if all else fails.

2
Trouble Shooting / Re: map voting on RA2 possible?
« on: February 23, 2017, 02:43:41 PM »
Also, since you're running R1Q2, check you have set sv_allow_map "1" in your server config.

3
Trouble Shooting / Re: map voting on RA2 possible?
« on: February 23, 2017, 02:37:15 PM »
You need a caret "^" before the "map" command in each of your regex strings.

q2adminvote.txt
Code: [Select]
; ------- Map votes -------
RE:^map ra2map[123456789]$
RE:^map ra2map1[0123456789]$
RE:^map ra2map2[012345678]$
RE:^map ra2map4[0123456789]$
RE:^map ra2map5[01234567]$
RE:^map ra2av[1234]$
RE:^map ra2cd[123]$
EX:map madcow
EX:map fatalarena
EX:map catodm1
EX:map joltarena
EX:map dust
EX:map ra2gz1

4
Trouble Shooting / Re: map voting on RA2 possible?
« on: February 19, 2017, 04:36:39 PM »
RA2 doesn't natively support map voting, so you have to run Q2Admin and manage it through that. Precompiled builds here, or source is on GitHub here.

On Linux you need to rename the original gamei386.so file in the arena directory to gamei386.real.so, and save the Q2Admin module, along with all the text files, as gamei386.so. On Windows the process is the same; rename the original gamex86.dll file in the arena directory to gamex86.real.dll, and save the Q2Admin module in the arena directory, along with all the text files, as gamex86.dll.

There's lots of settings in Q2Admin, but minimally you need to have vote_enable "Yes" in q2admin.txt and some regex in q2adminvote.txt to specify the maps that can be voted. For example:

RE:^map ra2map[1-9]$
RE:^map ra2map1[0-9]$
RE:^map ra2map2[0-8]$
RE:^map q2dm[1-8]$

5
Trouble Shooting / Re: Quake 2 Pak0.Pak MD5/SHA1 Hash
« on: February 09, 2017, 08:02:17 PM »
1ec55a724dc3109fd50dde71ab581d70

6
Quake / Re: New Anticheat Release
« on: May 10, 2016, 04:41:46 AM »
Hmm I made sure to test the reconnect / new server code. Can you make a .dmp file from task manager while the "stopped working" dialog box is still open?

https://www.dropbox.com/s/lbkaz4bj8gqwf8a/q2pro.DMP?dl=0

7
Quake / Re: New Anticheat Release
« on: May 09, 2016, 05:27:22 AM »
The Q2PRO r1504 May 5 2016 build will connect to an anticheat enabled server, but if I then /reconnect or /connect to any other anticheat enabled server, it crashes every time.

Tested on both Windows 10 and Windows 7 with latest anticheat (2016-05-04). MSE installed but with an exception for anticheat.dll. Running as Administrator makes no difference. Windows 7 crash log below, if it's useful:

Code: [Select]
Problem signature:
  Problem Event Name:           APPCRASH
  Application Name:             q2pro.exe
  Application Version:          1504.0.0.0
  Application Timestamp:        00000000
  Fault Module Name:            anticheat.DLL
  Fault Module Version:         0.0.0.0
  Fault Module Timestamp:       f797943c
  Exception Code:               c0000005
  Exception Offset:             00030c0a
  OS Version:                   6.1.7601.2.1.0.256.48
  Locale ID:                    3081

Does not happen with the last Q2PRO r1504 Dec 3 2014 build from skuller.net/q2pro.

Less important, but aclist lists the client as ??? instead of Q2PRO.

8
Trouble Shooting / Re: Starter Quake Keeps Crashing
« on: May 05, 2016, 09:30:31 PM »
So... for clarification, the dll file you attached is the Stroggs Gone Mad dll? I'm browsing from my xbox at the moment, not my pc, but I'd like to try that tougher AI dll at some point. If that's NOT it, would you please post a link to where I could find it.
http://www.insideqc.com/sgm/dnload.shtml

Pages: [1]