Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

metamod · Metamod Half-Life Utility Mod

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 384
  • Category: Game Programming
  • Founded: Mar 31, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 17 - 46 of 726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
17 Fritz Elfert
felfert@... Send Email
Dec 3, 2001
4:32 am
I don't have such problems here, but you probably want to run the server in gdb for finding out _where_ it segfaults. Here's how to do that: 1. Compile both...
18 jesse l. dailey
jldailey@... Send Email
Dec 3, 2001
6:57 pm
well, i ran the backtrace, and here it is: none of these functions appear to be mine... #0 0x419805a2 in Q_strncasecmp () at stdexcept:53 #1 0x41980612 in...
19 jesse l. dailey
jldailey@... Send Email
Dec 3, 2001
8:36 pm
... well i do just use cp, but it even crashes if i do: meta load ... meta unload ... meta load ... with no 'make install' at all... ill change things over to...
20 jesse l. dailey
jldailey@... Send Email
Dec 3, 2001
9:04 pm
... well, with this hint in mind i poked around actually any command following an unload dies... i tried status, quit, meta list, meta cmds, meta cvars... all...
21 jesse l. dailey
jldailey@... Send Email
Dec 3, 2001
9:22 pm
the only engine functions i use are AddServerCommand and Cmd_Argv.... its a very simple plugin to gather traffic data... so it implements GameDLLInit to...
22 jesse l. dailey
jldailey@... Send Email
Dec 3, 2001
9:39 pm
works perfectly... thanks a million! :)...
23 Thomas Lundqvist
obi1@... Send Email
Dec 5, 2001
11:39 pm
I wanna check a file for consistency on a player. I run ForceUnmodified in DispatchThink, I tried to implement it in a ClientCommand but that didn't work out....
24 Florian Zschocke
fzschocke@... Send Email
Dec 6, 2001
10:14 am
... You can check any file but you will have to prechache it first. Use PRECACHE_GENERIC() and then FORCE_UNMODIFIED() in DispatchSpawn() (pfnSpawn()) to set...
25 Thomas Lundqvist
obi1@... Send Email
Dec 6, 2001
12:05 pm
... Is it possible to check .exe and .dll files also? If an exe file doesn't exist on the client will it then be sent to the client? Regards, Thomas Lundqvist...
26 Florian Zschocke
fzschocke@... Send Email
Dec 6, 2001
12:16 pm
... Yes and yes. :) Florian....
27 refux Send Email Dec 20, 2001
2:31 am
1. I opened up the metamod VC++ project file and compiled the metamod dll. When I ran hlds with this metamod.dll I get the following assertion error: file:...
28 Fritz Elfert
felfert@... Send Email
Dec 20, 2001
10:19 am
Have a look at November's list archive via http://groups.yahoo.com/group/metamod/messages/8 There's a thread with subject "Several problems/questions&quot;. Two of...
29 refux Send Email Dec 20, 2001
2:50 pm
... Thanks for the help Fritz :) Your email mention CVS, or rather the lack of it. Has anything changed? does metamod reside in CVS now? RefuX...
30 Fritz Elfert
felfert@... Send Email
Dec 20, 2001
8:27 pm
On Thu, 20 Dec 2001, refux wrote: [...] ... [...] No, afaik unfortunately not. Ciao -Fritz -- Fritz Elfert <felfert@...> Thinking Objects...
31 gameadmin@... Send Email Jan 10, 2002
12:27 pm
32 trident96.rm Send Email Jan 14, 2002
3:03 am
Here is a question I post to you'll in the group. I am not a coder, or admin or even pretend to understand the finer parts of all the new anti hacks out....
33 man_at_arms
man_at_arms@... Send Email
Jan 14, 2002
6:07 pm
Ok here is what you need to do: Format your hard drive and re-install your OS. That is the only way to get ridof all traces of OGC. Good Luck ... From:...
34 jesse l. dailey
jldailey@... Send Email
Jan 14, 2002
6:45 pm
what kind of crack-addled advice is that? format and reinstall the OS? i mean come on. "How do I take out the garbage?" "Bulldoze your house and build a new...
35 man_at_arms
man_at_arms@... Send Email
Jan 14, 2002
6:58 pm
It is the kind of advice you give to someone trying to circumvent an anticheat program after he got busted. ... From: "jesse l. dailey" <jldailey@...>...
36 jesse l. dailey
jldailey@... Send Email
Jan 14, 2002
7:05 pm
It is the kind of advice you give after too little sleep, and you feel like being an asshole. This isn't 5th grade anymore. The guy came here to ask a...
37 trident96.rm Send Email Jan 14, 2002
7:45 pm
The one site that banned me is of little import. It is just that I thought I had disabled it enough so as to not have CSGuard affect anything. As far as...
38 jesse l. dailey
jldailey@... Send Email
Jan 14, 2002
8:08 pm
sure, give [UN]Leaveable a shot... 128.135.99.46 CSGuard 6.26 you play as Rocketboy?...
39 trident96.rm Send Email Jan 14, 2002
9:35 pm
... Yes as Rocketboy....using arcade so I am going to assume you use/that server uses the usual port for access...
40 ircs_nite Send Email Jan 20, 2002
2:06 pm
I kind of went on hiatus for a bit, but I've returned to this problem afresh and have the same problems still happened (see paste at bottom of message for the...
41 man_at_arms
man_at_arms@... Send Email
Jan 20, 2002
6:06 pm
This is just a shot in the dark but are you running 'meta list' from the server console or the client console? If the client it has to be 'rcon meta list'....
42 ircs_nite Send Email Jan 21, 2002
8:20 pm
Erp... /me hangs his head in shame Looks like the only problem was between the keyboard and the chair... Thanks for your help. --Nite ... from the ... be 'rcon...
43 Steve Fulton
steve@... Send Email
Jan 25, 2002
3:56 am
Day of Defeat Beta 2 will be released very shortly, and I am curious if MetaMod will be updated to reflect this new versions entities etc? -- Steve...
44 shsnero
Nero@... Send Email
Jan 26, 2002
1:35 pm
Bit of a problem with my linux hlds, really need some help urgently :( I went to update to the latest Adminmod release earlier and killed the server to do it,...
45 trythinking Send Email Jan 26, 2002
11:06 pm
I'm interested in monitoring each and every console/rcon command issues from the console or from rcon clients, and then doing some extra processing inside my...
46 Florian Zschocke
fzschocke@... Send Email
Jan 26, 2002
11:14 pm
... Do you mean that you want to process or change the console/rcon commands before they get executed by the engine? AFAIK that won't work since console and...
Messages 17 - 46 of 726   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help