Ok.. first off, I start CS 1.0 Steam mod. I install metamod & adminmod, everything is done right and several times. Now when I start a game on lets say...
... Yes, you add the function prototypes to the enginefuncs_t and NEW_DLL_FUNCTIONS structures as described in the original email. And note that Metamod will...
Florian Zschocke
zschocke@...
Aug 16, 2005 4:50 am
667
I've looked all over the net for this, yet there seems to be no mention of the problem. I've installed Mmetamod: Source exactly according to the instructions ...
Are you running a dedicated server or listenserver? Seems to be a bug in the listenserver GameInfo.txt file. If it's a ded server you have to ensure that the...
okay i installed all the files andd put it in the server files via FTP (smartftp.com) in cstrike/addons/metamod: i have plugins.ini which contains: win32...
Instead of using the -dll option, edit cstrike/liblist.gam. Change gamedll "dlls\mp.dll" to gamedll "addons\metamod\dlls\metamod.dll"...
Aurelien Derouineau
cooloreo@...
Sep 11, 2005 1:46 pm
671
Hi, I'm trying to write a metamod mod and having lots of time spent banging my head against a wall. I have a plugin, an exact copy of the files used in the...
... Metamod logs to the console and the log. I'm not sure if you have to turn on logging for it. 'badfile' means that the DLL could not be loaded. That may be ...
Florian Zschocke
zschocke@...
Sep 12, 2005 3:43 pm
673
Hi, I'm writing a stats mod (I know it has been done before, but I need specific functionality in it), and the starting point to my mind should be logging who...
... You may instead want to flick through the disturbing StatsMe code: http://sourceforge.net/project/showfiles.php?group_id=59321 Florian...
Florian Zschocke
zschocke@...
Sep 12, 2005 7:31 pm
675
I think I have had that same problem before, but I can't remember what the cause was, or how I fixed it... sorry....
Aurelien Derouineau
cooloreo@...
Sep 12, 2005 7:42 pm
676
Hi, I just have the desire to play tfc again. I dl the hpb bots and used metamod. However, after installing, I cannot choose a team to go in, while my bots can...
This mailing list is not made to answer questions about already developed plugins. You should check on the author's website for a way to contact other users or...
Aurelien Derouineau
cooloreo@...
Oct 10, 2005 3:37 pm
678
I just installed Admin Mod 2.50.60 on my computer to work with Counter Strike on Steam. I poured through the help file, configuring stuff and setting it up ...
... This error pretty much has nothing to do with Metamod or Admin Mod. Always make sure first that the server starts /without/ Metamod/Admin Mod installed. ...
Florian Zschocke
zschocke@...
Jun 15, 2006 7:26 am
680
Not all links there are working. :/ And you dont know for which mod the plugins are. You see source or not and on some plugins like that in descreption: A TFC...
... Large documentation, no. Not that I know of. AFAIK you will have to do with http://metamod.org/coding.html and then gather the rest from examples. There...
Florian Zschocke MRH
zschocke@...
Feb 18, 2007 9:47 am
683
Hello. I'm new to this group (or any group actually.) Does anyone have any idea how I could use a metamod plugin to 'search' and/or 'alter' memory in...
You don't need memory hacks to do this. You can just restore ammo values when you've detected low/depleted clips in the CurWeapon network message. Assuming...
No not counterstrike, TFC. But, I'm not really looking to use it for the ammo of a weapon. I'm just wanting the general knowledge for other things. Thanks...
TFC has a CurWeapon message and we've got a bunch of TFC helpers (including ammo functions) for AMX Mod X. So my same message as before still applies. Source: ...
Thank you for your time. I've learned basic assembly (via a 'cracking' tutorial *for educational purposes*) I'll look around and test some things and see what...
pvPrivateData is a void * pointer to the CBaseEntity structure in the HL1SDK. This structure is mod specific, but you can get an idea of the information in it...
I used to have the JGHG Trace plugin, but it's been a while and I no longer have it. The link on the metamod plugin page leads to a dead end. If anyone has it,...
I'm running the latest version of Metamod-P: meta version Metamod v1.19p31 2007/04/05 (5:13) by Will Day http://www.metamod.org/ Patch: Metamod-P (mm-p) v31 by...