Search found 29 matches

by Maniac-
Tue Nov 13, 2007 2:14 pm
Forum: Client, Server and Anticheat Talk
Topic: AprQ2 1.211 - No sound
Replies: 2
Views: 76

set s_wavonly "0".
If you really want to use the windows wave sound instead of directsound, search your configs for s_wavonly and set them to 1. Seems that initializing sounds in windows doesnt allow change this value right between snd_restart. Got a fix that one.
by Maniac-
Fri Nov 02, 2007 1:13 pm
Forum: Client, Server and Anticheat Talk
Topic: Problem with Apr 1.21 + Anticheat
Replies: 15
Views: 311

Fixed this also, this was causing a model with 0 skin. Wait for new release in weekend.
by Maniac-
Thu Nov 01, 2007 3:53 pm
Forum: Client, Server and Anticheat Talk
Topic: Problem with Apr 1.21 + Anticheat
Replies: 15
Views: 311

00400000 00401000 aq2 (version unknown, symbols unknown) so you probably dont have the dbghelp.dll, download it http://maniac.aq2world.com/apr/dbghelp.dll and try again. And to the locked topic, i fixed the rotating sky with axis, for now you can fix this by setting any sky without rotating axis, in...
by Maniac-
Thu Nov 01, 2007 6:03 am
Forum: Client, Server and Anticheat Talk
Topic: Aprq2 1.21 Hook Problem
Replies: 26
Views: 553

I fixed this, so wait for new release in weekend.
by Maniac-
Mon Oct 29, 2007 5:18 pm
Forum: Client, Server and Anticheat Talk
Topic: Aprq2 1.21 Hook Problem
Replies: 26
Views: 553

Give me a server ip which doesnt need anticheat or a link to the mod.
by Maniac-
Mon Oct 29, 2007 5:06 pm
Forum: Client, Server and Anticheat Talk
Topic: Aprq2 1.21 gl_particle problem
Replies: 11
Views: 232

gl_ext_pointparameters 0
by Maniac-
Mon Oct 29, 2007 5:05 pm
Forum: Client, Server and Anticheat Talk
Topic: Aprq2 1.21 Hook Problem
Replies: 26
Views: 553

Now i see what you mean, this isnt the normal q2 crapling hook, this is some new hook using it as a beam. Well, i could try to fix it but seem like every server needs the anticheat and cant find download for the mod to use it in local host.
by Maniac-
Mon Oct 29, 2007 3:52 pm
Forum: Client, Server and Anticheat Talk
Topic: Aprq2 1.21 Hook Problem
Replies: 26
Views: 553

I tried q2 hook and didnt notice any difference. You could try disable the async mode if that helps. Cant see what could cause this, q2 hook is server side.
by Maniac-
Thu Oct 11, 2007 7:33 am
Forum: Level Design & Editing
Topic: Server error
Replies: 4
Views: 121

Fixed this, this only hapens on latest r1q2 servers with the new beta.
by Maniac-
Fri Mar 17, 2006 2:36 am
Forum: Client, Server and Anticheat Talk
Topic: AprQ2 1.19b "if"
Replies: 13
Views: 197

A == B - is values/strings same A != B - is values/strings different <> same as '!=' A < B - is A value smaller than B A <= B - is A value smaller or same as B A > B - is A value larger than B A >= b - is A value larger or same as B A isin b - does B string contain string A A !isin b - does B strin...
by Maniac-
Wed Mar 15, 2006 12:37 pm
Forum: Client, Server and Anticheat Talk
Topic: Who is making APrQ2? APrQ2 scripting.. help :)
Replies: 8
Views: 126

Thats rscript supported by Beefquake, AprQ2 doesnt have support for those.
by Maniac-
Thu Jan 12, 2006 8:41 am
Forum: Level Design & Editing
Topic: AprQ2's triggers (since v1.18)
Replies: 54
Views: 1897

trigger "say_team Damn sticky keys!" "$name plummets to * death"
by Maniac-
Sat Dec 17, 2005 2:18 pm
Forum: Client, Server and Anticheat Talk
Topic: monitor refresh
Replies: 12
Views: 193

set vid_displayfrequency "85"
by Maniac-
Mon Oct 24, 2005 5:13 am
Forum: Client, Server and Anticheat Talk
Topic: r1q2 problem with hud
Replies: 4
Views: 88

AprQ2 scales png/tga/jpg hud images to the size of pcx image which it would load when gl_replacepcx is 0. This allow to make higher resolution hud images. In some cases, this isnt the best method, but I havent heard much complaining. R1Q2 dont have such a feature so it would just draw those pics wit...