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 2 - 31 of 726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2 kgs7@... Send Email Aug 31, 2001
5:10 am
I am sure that this will seem like a stupid question, but I am new on the scene. I am trying to personalize the trace plugin so that I can get more familiar...
3 beruriah@... Send Email Aug 31, 2001
4:04 pm
Hi all... I'm having problems getting metamod to work, sort of... I'm running a dedicated, linux-based CS server, and using admin mod. The admin mod is...
4 thinker-yahoo@... Send Email Sep 11, 2001
10:09 am
Hm. First enable logging in autoexec.cfg with 'log on'. At start time, do you see this? L 09/11/2001 - 03:07:58: [META] Metamod v1.09.00, 2001/08/01 L...
5 Thomas Lundqvist
obi1@... Send Email
Oct 5, 2001
9:45 am
Hi! I have downloaded the metamod source and the full halflife sdk 2.2 from metamod.org. I'm using linux and the compiling and installtion works fine. When I...
6 Florian Zschocke
fzschocke@... Send Email
Oct 5, 2001
10:11 am
... Try if it works if you don't compile it in debug mode but optimized. Florian....
7 Thomas Lundqvist
obi1@... Send Email
Oct 5, 2001
10:34 am
Yes it works now! Thanks alot mate! /Thomas Lundqvist. ... <Thomas Lundqvist | Tel: 073-9787080 > <Pedagoggränd 11C | ICQ: 443027...
8 Fritz Elfert
felfert@... Send Email
Nov 28, 2001
6:05 am
Hi there, I got several problems when building/running on metamod-1.10.00+hlsdk-2.2 on windows (linux runs fine): 1. Building it myself with MSVC 6.0 results...
9 Fritz Elfert
felfert@... Send Email
Nov 28, 2001
6:40 am
On Wed, 28 Nov 2001, myself wrote: [...] > 2. Problem: > > Using the pre-build dll, calling CENTER_SAY results in a server crash [...] Got this working...
10 Fritz Elfert
felfert@... Send Email
Nov 28, 2001
9:36 am
Hi, again answering my own stuff ;-) The assertion was raised in the function set_new_handler() from the debugging version of MSVCRT. After having a look...
11 Florian Zschocke
fzschocke@... Send Email
Nov 28, 2001
9:38 am
... Hi Fritz! ... It is compiled with mingw under Linux, cross-compiled for Win32. ... Nope. Where did you look on SourceForge? I'm not aware of Metamod being...
12 Florian Zschocke
fzschocke@... Send Email
Nov 28, 2001
9:46 am
... What a relief from the Admin Mod forums where nobody is able to help himself and noone has a clue about what is actually going on. :) ... Ugh, M$ and it's...
13 Fritz Elfert
felfert@... Send Email
Nov 28, 2001
10:00 pm
... I didn't find anything either ;-/ just in the source that comment ... ... [...] The function header of int meta_new_handler(size_t size) in osdep.cpp is...
14 Fritz Elfert
felfert@... Send Email
Nov 29, 2001
1:05 am
On Wed, 28 Nov 2001, Will Day wrote: [...] ... [...] In those cases, i usually write it in comments: void mutil_logConsole(plid_t /* thePLID */, const char...
15 Florian Zschocke
fzschocke@... Send Email
Nov 29, 2001
12:30 pm
... In how far do they break the concept of instances? Florian....
16 jesse l. dailey
jldailey@... Send Email
Dec 1, 2001
12:43 am
i am writing a small plugin to analyze traffic... and i am having some seg faulting problems with meta mod under linux... if i try any of: meta reload traffic ...
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
Messages 2 - 31 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