Search found 48 matches

by spoon
Mon Feb 06, 2006 9:30 pm
Forum: ET TV
Topic: Sudden Segmentation Faults
Replies: 5
Views: 8794

PB 0wnage. :(

I just fired up a 3.2.4 server for the first time in a while and ran into the same thing.... wiped out the pb dir and installed a (much) older version, server fired up no problem.
by spoon
Mon Aug 01, 2005 11:50 pm
Forum: ET Bugs/Cheats
Topic: avi record problem in ET 2.60?
Replies: 5
Views: 5244

Boom... timescale was the problem. Thanks for the help. :) Now why does that reset back to 0.0 on demo playback? :( WeblionX: yeah, I thought it might have been a hardware problem as well. Now that it's recording at the correct timescale, it looks like the game dumps out only the number of tga's req...
by spoon
Mon Aug 01, 2005 5:11 am
Forum: ET Bugs/Cheats
Topic: avi record problem in ET 2.60?
Replies: 5
Views: 5244

avi record problem in ET 2.60?

Hey, I'm just wondering if anyone else has seen this behavior and might know what's up. With ET 2.60 + ETpro 3.2.0 whenever I try any of the avirecord settings while playing back a demo, the game fps drops from a normal 83 to 10-13 and the playback slows down dramatically. However, the game seems to...
by spoon
Mon Aug 16, 2004 10:18 am
Forum: ET Modding
Topic: mingw32
Replies: 2
Views: 5436

D'oh. I see what's going on now.

Thanks for the clue. :)
by spoon
Mon Aug 16, 2004 12:35 am
Forum: ET Modding
Topic: mingw32
Replies: 2
Views: 5436

mingw32

Hey, Just wondering if there are any hints on what the proper build steps are for cross-compiling with mingw32 under Linux are. I've been mucking around with and I've managed to make enough small tweaks to get the code to compile into objects, but linking it all together is giving me some problems. ...
by spoon
Fri Jul 30, 2004 7:24 am
Forum: ET TV
Topic: Looking for a few good matches
Replies: 23
Views: 28893

You might want to check with some of the teams that have been eliminated from the TWL playoffs and see if they'd be interested in doing a few exhibition matches. I'm also thinking that if you get in touch with the KP/TX/DdC/RH keiretsu they should be able to field a couple of teams for test matches ...
by spoon
Tue Apr 27, 2004 11:59 pm
Forum: ET Bugs/Cheats
Topic: the 'BG_IndexForString: unkown token 'NOT'' bug
Replies: 44
Views: 95304

Was running into the same problem while trying to start a game, and found this in the console (interesting stuff in bold): ---------------------- 16470 files in pk3 files copy /usr/local/games/enemy-territory/etmain/qagame.mp.i386.so to /home/kspoon/.etwolf/etpro/qagame.mp.i386.so Sys_LoadDll(/home/...
by spoon
Wed Apr 14, 2004 1:42 pm
Forum: ET Pro
Topic: b_antilag. works, or not?
Replies: 145
Views: 102384

defragga: From what I understand, there were certain tricks people could play with the original anti-lag code to give them an unfair advantage (ie, you could swim underwater, make yourself harder to hit, walk over landmines and not take damage). If that's the case, then no, the original antilag stuf...
by spoon
Sat Mar 20, 2004 4:21 pm
Forum: ET Pro
Topic: Big Thanks!
Replies: 5
Views: 4814

Ditto.

Outstanding job, folks. :bows:
by spoon
Thu Mar 18, 2004 6:48 pm
Forum: ET Pro News
Topic: RESCHEDULED: ET Pro release Saturday, March 20 @ 2pm EST
Replies: 46
Views: 52569

KAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHN!!!!

:curse:
by spoon
Sat Feb 21, 2004 9:36 pm
Forum: ET Modding
Topic: BASEQ3 Runthrough, Server-side link
Replies: 1
Views: 5552

Thanks for the link. :)
by spoon
Fri Feb 06, 2004 12:56 am
Forum: ET TV
Topic: ET Pro team obtains ET engine source code!
Replies: 35
Views: 44601

NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!! :( We're never going to see kickable nades or BayonET, are we? :mecry: Seriously though, great news. :) The ETpro team (I know there's more than just bani and Rain lurking in the shadows) has done an outstanding job of polishing ET to make it mo...
by spoon
Tue Feb 03, 2004 4:40 pm
Forum: ET Modding
Topic: BUGFIX: Oversize server commands
Replies: 33
Views: 129425

Hrm. What I was thinking of was in the 2.0.7 announcement:
bugfix: fix bug allowing spectators to crash the server - no, we arent going to tell you how to do it :)
So this was something else besides an overflow? :(

And the hits just keeeeeeeep on comin'.
by spoon
Tue Feb 03, 2004 10:02 am
Forum: ET Pro
Topic: mouse side scroll
Replies: 7
Views: 5801

Yah, check out the driver and see if you can use that.

Looking at the source, ET only seems to recognize MOUSE1-MOUSE5, and I'm not sure how hard that would be to fix.

Ah well. At least it's better than wolf on supporting 3. :)
by spoon
Tue Feb 03, 2004 7:21 am
Forum: ET Modding
Topic: BUGFIX: Oversize server commands
Replies: 33
Views: 129425

DG: D'oh. :) Any rate, I was just wondering... After grep'ing through the source this weekend, I ran across SanitizeString() in g_cmds.c Could you just stick a bound check in there with something like void SanitizeString( char *in, char* out, qboolean fToLower) { int cnt = 0...