RE: [hlcoders] Running serverplugin_empty

2004-12-01 Thread covert
Thanks Alfred. Hope to hear about a fix for it soon :)

On Wed, 1 Dec 2004 20:55:53 -0800, Alfred Reynolds wrote:
> Okay, we have identified the problem. Right now you can't load a
> plugin
> if you run under steam, we are working on a fix. In the mean time
> you
> will need to use a dedicated server using the hldsupdatetool to run
> the
> plugin.
>
> - Alfred
>
> Original Message
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dustin
> Sent: Wednesday, December 01, 2004 6:54 PM To:
> [EMAIL PROTECTED] Subject: Re: [hlcoders] Running
> serverplugin_empty
>
>> I am also having problems with the plugin system.
>>
>> First, got a clean compile of serverplugin_empty.dll Next, placed
>> it
>> in mod\bin\ Next, created a folder: mod\addons\ Next, created a
>> file
>> named plugins.vdf inside the mod\addons\ folder Next, started the
>> mod
>> with -dev
>>
>> Got the message on load: Plugins: found file "plugins.vdf"
>>
>> But, trying any command in the plugin: menu, empty_version,
>> plugin_empty, etc...all just return a "unknown command" error
>>
>>
>> - Original Message -
>> From: "covert" <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Wednesday, December 01, 2004 8:20 PM
>> Subject: RE: [hlcoders] Running serverplugin_empty
>>
>>
>>> [ Converted text/html to text/plain ]
>>>
>>> the only message I see in the console is
>>>
>>> Plugins: found file "serverplugin_empty.vdf"
>>>
>>>
>>> I am running the server via the run_mod.bat file
>>>
>>>
>>> "c:\program files\valve\steam\steam.exe" -applaunch 220 -dev -
>>> game
>>> "c:\myhl2mod\test" -allowdebug %1 %2 %3 %4 %5 %6 %7 %8 %9
>>>
>>>
>>> As for running the dll in the debuger I am having a hard time
>>> working out how to launch so the debuger reconsises the symbols
>>> since it is being launched by steam.
>>>
>>>
>>> On Wed, 1 Dec 2004 17:21:58 -0800, Alfred Reynolds wrote:
>>>> > Run with "-dev" on the command line and if you don't
>>>> see
>>>> any errors > about failing to load the plugin then it
>>>> should be running. If you > run > under the
>>>> debugger
>>>> put a breakpoint on GameFrame() to check it is > being
>>>> > called. >
>>>> > - Alfred
>>>> >
>>>> > Original Message
>>>> > From: [EMAIL PROTECTED]
>>>> > [mailto:[EMAIL PROTECTED] On
>>>> Behalf Of covert > Sent: Wednesday, December 01, 2004
>>>> 5:14
>>>> PM To: > [EMAIL PROTECTED] Subject: RE:
>>>> [hlcoders] Running > serverplugin_empty >
>>>> >> [ Converted text/html to text/plain ]
>>>> >>
>>>> >> I have started my own mod. I copied the
>>>> serverplugin_empty.dll >> file >> from
>>>> c:\myhl2mod\bin to c:\myhl2mod\test\bin (my mod is called
>>>> >> test) >> and I have also created a directory
>>>> called c:\myhl2mod\test\addons >> with a
>>>> serverplugin_empty.vdf with the example text from >>
>>>> http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1][2]
>>>> in
>>>> it. >> >> >> The console says it found the
>>>> plugin but when I join the server it >> does not seem to
>>>> run any of its code. >>
>>>> >>
>>>> >> On Wed, 1 Dec 2004 13:17:22 -0800, Alfred Reynolds
>>>> wrote:
>>>> >>> > Try copying serverplugin_empty.dll to the
>>>> base
>>>> bin/ >>> directory > (rather > than
>>>> cstrike/bin/). >>> > >>> > - Alfred
>>>> >>> >
>>>> >>> > Original Message
>>>> >>> > From: [EMAIL PROTECTED]
>>>> >>> >
>>>> [mailto:[EMAIL PROTECTED] On
>>>> >>>
>>>> Behalf >>> Of covert > Sent: Wednesday, December
>>>> 01,
>>>> 2004 7:12 AM To: >>> hlcoders > Subject:
>>>> [hlcoders]
>>>> Running serverplugin_empty >>> > >> [
>>>> Converted
>>>> text/html to text/plain ] >> >>> >>> I ha

RE: [hlcoders] Running serverplugin_empty

2004-12-01 Thread Peter Holcroft
Also even in a DS it doesn't look for the file in the correct places.
Filemon output:

srcds.exe:864   QUERY INFORMATION
C:\hlserver\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\hlserver\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\hlserver\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\hlserver\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\hlserver\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\hlserver\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\serverplugin_empty.dll   FILE NOT FOUND
Attributes: Error
srcds.exe:864   QUERY INFORMATION
C:\HLServer\source\bin\bin\serverplugin_empty.dll   PATH NOT FOUND
Attributes: Error
svchost.exe QUERY INFORMATION
C:\HLSERVER\SOURCE\BIN\SERVERPLUGIN_EMPTY.DLL   FILE NOT FOUND
Attributes: Error

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:hlcoders-
> [EMAIL PROTECTED] On Behalf Of Alfred Reynolds
> Sent: 02 December 2004 04:56
> To: [EMAIL PROTECTED]
> Subject: RE: [hlcoders] Running serverplugin_empty
>
> Okay, we have identified the problem. Right now you can't load a plugin
> if you run under steam, we are working on a fix. In the mean time you
> will need to use a dedicated server using the hldsupdatetool to run the
> plugin.
>
> - Alfred
>
> Original Message
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dustin
> Sent: Wednesday, December 01, 2004 6:54 PM To:
> [EMAIL PROTECTED] Subject: Re: [hlcoders] Running
> serverplugin_empty
>
> > I am also having problems with the plugin system.
> >
> > First, got a clean compile of serverplugin_empty.dll Next, placed it
> > in mod\bin\ Next, created a folder: mod\addons\ Next, created a file
> > named plugins.vdf inside the mod\addons\ folder Next, started the mod
> > with -dev
> >
> > Got the message on load: Plugins: found file "plugins.vdf"
> >
> > But, trying any command in the plugin: menu, empty_version,
> > plugin_empty, etc...all just return a "unknown command" error
> >
> >
> > ----- Original Message -
> > From: "covert" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, December 01, 2004 8:20 PM
> > Subject: RE: [hlcoders] Running serverplugin_empty
> >
> >
> > > [ Converted text/html to text/plain ]
> > >
> > > the only message I see in the console is
> > >
> > > Plugins: found file "serverplugin_empty.vdf"
> > >
> > >
> > >
> > > I am running the server via the run_mod.bat file
> > >
> > >
> > >
> > > "c:\program files\valve\steam\steam.exe" -applaunch 220 -dev -game
> > > "c:\myhl2mod\test" -allowdebug %1 %2 %3 %4 %5 %6 %7 %8 %9
> > >
> > >
> > >
> > > As for running the dll in the debuger I am having a hard time
> > > working out how to launch so the debuger reconsises the symbols
> > > since it is being launched by steam.
> > >
> > >
> > >
> > > On Wed, 1 Dec 2004 17:21:58 -0800, Alfred Reynolds wrote:
> > > > > Run with "-dev" on the command line and if you don't see
> > > > any errors > about failing to load the plugin then it
> > > > should be running. If you > run > under the debugger
> >

RE: [hlcoders] Running serverplugin_empty

2004-12-01 Thread Alfred Reynolds
Okay, we have identified the problem. Right now you can't load a plugin
if you run under steam, we are working on a fix. In the mean time you
will need to use a dedicated server using the hldsupdatetool to run the
plugin.

- Alfred

Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dustin
Sent: Wednesday, December 01, 2004 6:54 PM To:
[EMAIL PROTECTED] Subject: Re: [hlcoders] Running
serverplugin_empty

> I am also having problems with the plugin system.
>
> First, got a clean compile of serverplugin_empty.dll Next, placed it
> in mod\bin\ Next, created a folder: mod\addons\ Next, created a file
> named plugins.vdf inside the mod\addons\ folder Next, started the mod
> with -dev
>
> Got the message on load: Plugins: found file "plugins.vdf"
>
> But, trying any command in the plugin: menu, empty_version,
> plugin_empty, etc...all just return a "unknown command" error
>
>
> - Original Message -
> From: "covert" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, December 01, 2004 8:20 PM
> Subject: RE: [hlcoders] Running serverplugin_empty
>
>
> > [ Converted text/html to text/plain ]
> >
> > the only message I see in the console is
> >
> > Plugins: found file "serverplugin_empty.vdf"
> >
> >
> >
> > I am running the server via the run_mod.bat file
> >
> >
> >
> > "c:\program files\valve\steam\steam.exe" -applaunch 220 -dev -game
> > "c:\myhl2mod\test" -allowdebug %1 %2 %3 %4 %5 %6 %7 %8 %9
> >
> >
> >
> > As for running the dll in the debuger I am having a hard time
> > working out how to launch so the debuger reconsises the symbols
> > since it is being launched by steam.
> >
> >
> >
> > On Wed, 1 Dec 2004 17:21:58 -0800, Alfred Reynolds wrote:
> > > > Run with "-dev" on the command line and if you don't see
> > > any errors > about failing to load the plugin then it
> > > should be running. If you > run > under the debugger
> > > put a breakpoint on GameFrame() to check it is > being
> > > > called. >
> > > > - Alfred
> > > >
> > > > Original Message
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On
> > > Behalf Of covert > Sent: Wednesday, December 01, 2004 5:14
> > > PM To: > [EMAIL PROTECTED] Subject: RE:
> > > [hlcoders] Running > serverplugin_empty >
> > > >> [ Converted text/html to text/plain ]
> > > >>
> > > >> I have started my own mod. I copied the
> > > serverplugin_empty.dll >> file >> from
> > > c:\myhl2mod\bin to c:\myhl2mod\test\bin (my mod is called
> > > >> test) >> and I have also created a directory
> > > called c:\myhl2mod\test\addons >> with a
> > > serverplugin_empty.vdf with the example text from >>
> > > http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1][2] in
> > > it. >> >> >> The console says it found the
> > > plugin but when I join the server it >> does not seem to
> > > run any of its code. >>
> > > >>
> > > >> On Wed, 1 Dec 2004 13:17:22 -0800, Alfred Reynolds wrote:
> > > >>> > Try copying serverplugin_empty.dll to the base
> > > bin/ >>> directory > (rather > than
> > > cstrike/bin/). >>> > >>> > - Alfred
> > > >>> >
> > > >>> > Original Message
> > > >>> > From: [EMAIL PROTECTED]
> > > >>> >
> > > [mailto:[EMAIL PROTECTED] On >>>
> > > Behalf >>> Of covert > Sent: Wednesday, December 01,
> > > 2004 7:12 AM To: >>> hlcoders > Subject: [hlcoders]
> > > Running serverplugin_empty >>> > >> [ Converted
> > > text/html to text/plain ] >> >>> >>> I have
> > > compiled the serverplugin_empty. I have made >>> the
> > > >>> .vdf >>> file in >>> the >> addons
> > > folder. >>> When I >>> ran my mod and do a map
> > > <mapname> the >> map >>> >> >>>
> > > loads and I get a "found pluging serverplugin_empty.vdf"
> > > >>> >> >> >> So upto this point all seems
> > > fine. >>> But I >>> 

Re: [hlcoders] Running serverplugin_empty

2004-12-01 Thread Dustin
I am also having problems with the plugin system.
First, got a clean compile of serverplugin_empty.dll
Next, placed it in mod\bin\
Next, created a folder: mod\addons\
Next, created a file named plugins.vdf inside the mod\addons\ folder
Next, started the mod with -dev
Got the message on load: Plugins: found file "plugins.vdf"
But, trying any command in the plugin: menu, empty_version, plugin_empty,
etc...all just return a "unknown command" error
- Original Message -
From: "covert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 01, 2004 8:20 PM
Subject: RE: [hlcoders] Running serverplugin_empty

[ Converted text/html to text/plain ]
the only message I see in the console is
Plugins: found file "serverplugin_empty.vdf"

I am running the server via the run_mod.bat file

"c:\program files\valve\steam\steam.exe" -applaunch 220 -dev -game
"c:\myhl2mod\test" -allowdebug %1 %2 %3 %4 %5 %6 %7 %8 %9

As for running the dll in the debuger I am having a hard time working out
how
to launch so the debuger reconsises the symbols since it is being launched
by
steam.

On Wed, 1 Dec 2004 17:21:58 -0800, Alfred Reynolds wrote:
> Run with "-dev" on the command line and if you don't see any
errors
> about failing to load the plugin then it should be running. If you
> run
> under the debugger put a breakpoint on GameFrame() to check it is
> being
> called.
>
> - Alfred
>
> Original Message
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
covert
> Sent: Wednesday, December 01, 2004 5:14 PM To:
> [EMAIL PROTECTED] Subject: RE: [hlcoders] Running
> serverplugin_empty
>
>> [ Converted text/html to text/plain ]
>>
>> I have started my own mod. I copied the serverplugin_empty.dll
>> file
>> from c:\myhl2mod\bin to c:\myhl2mod\test\bin (my mod is called
>> test)
>> and I have also created a directory called
c:\myhl2mod\test\addons
>> with a serverplugin_empty.vdf with the example text from
>> http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1][2] in
it.
>>
>>
>> The console says it found the plugin but when I join the server
it
>> does not seem to run any of its code.
>>
>>
>> On Wed, 1 Dec 2004 13:17:22 -0800, Alfred Reynolds wrote:
>>> > Try copying serverplugin_empty.dll to the base bin/
>>> directory > (rather > than cstrike/bin/).
>>> >
>>> > - Alfred
>>> >
>>> > Original Message
>>> > From: [EMAIL PROTECTED]
>>> > [mailto:[EMAIL PROTECTED] On
>>> Behalf
>>> Of covert > Sent: Wednesday, December 01, 2004 7:12 AM To:
>>> hlcoders > Subject: [hlcoders] Running serverplugin_empty
>>> > >> [ Converted text/html to text/plain ] >>
>>> >>> I have compiled the serverplugin_empty. I have made
>>> the
>>> .vdf >>> file in >>> the >> addons folder.
>>> When I
>>> ran my mod and do a map <mapname> the >> map
>>> >>
>>> loads and I get a "found pluging serverplugin_empty.vdf"
>>> >> >> >> So upto this point all seems fine.
>>> But I
>>> cannot trigger it to do >> anything. >>
>>> >>
>>> >> I thinking I need to do a "plugin_load" but I can not
>>> seem
>>> to >> find a >> working filename for it to load.
>>> Tried
>>> both the dll file and the >> vdf >> file. both with
>>> and
>>> without correct paths set. >>
>>> >>
>>> >> Anyone got an idea ?
>>> >> ___
>>> >> To unsubscribe, edit your list preferences, or view the
>>> list >> archives, please visit:
>>> >>
>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[3][4]
>>> > > ___
>>> > To unsubscribe, edit your list preferences, or view the
>>> list
>>> > archives, please visit:
>>> >
>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[4][5]
>>>  
>>
>> ===References:===
>> 1. http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[6]
>> 2. mailto:[EMAIL PROTECTED]
>> 3. http://list.valvesoftware.com/mailman/listinfo/hlcoders[8]
>> 4. http://list.valvesoftware.com/mailman/listinfo/hlcoders[9]
>>
>> ___
>> To unsubscribe, edit your 

RE: [hlcoders] Running serverplugin_empty

2004-12-01 Thread covert
[ Converted text/html to text/plain ]

the only message I see in the console is

Plugins: found file "serverplugin_empty.vdf"



I am running the server via the run_mod.bat file



"c:\program files\valve\steam\steam.exe" -applaunch 220 -dev -game
"c:\myhl2mod\test" -allowdebug %1 %2 %3 %4 %5 %6 %7 %8 %9



As for running the dll in the debuger I am having a hard time working out how
to launch so the debuger reconsises the symbols since it is being launched by
steam.



On Wed, 1 Dec 2004 17:21:58 -0800, Alfred Reynolds wrote:
>> Run with "-dev" on the command line and if you don't see any errors
>> about failing to load the plugin then it should be running. If you
>> run
>> under the debugger put a breakpoint on GameFrame() to check it is
>> being
>> called.
>>
>> - Alfred
>>
>> Original Message
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of covert
>> Sent: Wednesday, December 01, 2004 5:14 PM To:
>> [EMAIL PROTECTED] Subject: RE: [hlcoders] Running
>> serverplugin_empty
>>
>>> [ Converted text/html to text/plain ]
>>>
>>> I have started my own mod. I copied the serverplugin_empty.dll
>>> file
>>> from c:\myhl2mod\bin to c:\myhl2mod\test\bin (my mod is called
>>> test)
>>> and I have also created a directory called c:\myhl2mod\test\addons
>>> with a serverplugin_empty.vdf with the example text from
>>> http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1][2] in it.
>>>
>>>
>>> The console says it found the plugin but when I join the server it
>>> does not seem to run any of its code.
>>>
>>>
>>> On Wed, 1 Dec 2004 13:17:22 -0800, Alfred Reynolds wrote:
>>>> > Try copying serverplugin_empty.dll to the base bin/
>>>> directory > (rather > than cstrike/bin/).
>>>> >
>>>> > - Alfred
>>>> >
>>>> > Original Message
>>>> > From: [EMAIL PROTECTED]
>>>> > [mailto:[EMAIL PROTECTED] On
>>>> Behalf
>>>> Of covert > Sent: Wednesday, December 01, 2004 7:12 AM To:
>>>> hlcoders > Subject: [hlcoders] Running serverplugin_empty
>>>> > >> [ Converted text/html to text/plain ] >>
>>>> >>> I have compiled the serverplugin_empty. I have made
>>>> the
>>>> .vdf >>> file in >>> the >> addons folder.
>>>> When I
>>>> ran my mod and do a map <mapname> the >> map
>>>> >>
>>>> loads and I get a "found pluging serverplugin_empty.vdf"
>>>> >> >> >> So upto this point all seems fine.
>>>> But I
>>>> cannot trigger it to do >> anything. >>
>>>> >>
>>>> >> I thinking I need to do a "plugin_load" but I can not
>>>> seem
>>>> to >> find a >> working filename for it to load.
>>>> Tried
>>>> both the dll file and the >> vdf >> file. both with
>>>> and
>>>> without correct paths set. >>
>>>> >>
>>>> >> Anyone got an idea ?
>>>> >> ___
>>>> >> To unsubscribe, edit your list preferences, or view the
>>>> list >> archives, please visit:
>>>> >>
>>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[3][4]
>>>> > > ___
>>>> > To unsubscribe, edit your list preferences, or view the
>>>> list
>>>> > archives, please visit:
>>>> >
>>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[4][5]
>>>>  
>>>
>>> ===References:===
>>> 1. http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[6]
>>> 2. mailto:[EMAIL PROTECTED]
>>> 3. http://list.valvesoftware.com/mailman/listinfo/hlcoders[8]
>>> 4. http://list.valvesoftware.com/mailman/listinfo/hlcoders[9]
>>>
>>> ___
>>> To unsubscribe, edit your list preferences, or view the list
>>> archives, please visit:
>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[10]
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[11]
>
>

===References:===
  1. mailto:[EMAIL PROTECTED]
  2. http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1]
  3. mailto:[EMAIL PROTECTED]
  4. http://list.valvesoftware.com/mailman/listinfo/hlcoders[3]
  5. http://list.valvesoftware.com/mailman/listinfo/hlcoders[4]
  6. http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html
  7. mailto:[EMAIL PROTECTED]
  8. http://list.valvesoftware.com/mailman/listinfo/hlcoders
  9. http://list.valvesoftware.com/mailman/listinfo/hlcoders
 10. http://list.valvesoftware.com/mailman/listinfo/hlcoders
 11. http://list.valvesoftware.com/mailman/listinfo/hlcoders

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] Running serverplugin_empty

2004-12-01 Thread Alfred Reynolds
Run with "-dev" on the command line and if you don't see any errors
about failing to load the plugin then it should be running. If you run
under the debugger put a breakpoint on GameFrame() to check it is being
called.

- Alfred

Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of covert
Sent: Wednesday, December 01, 2004 5:14 PM To:
[EMAIL PROTECTED] Subject: RE: [hlcoders] Running
serverplugin_empty

> [ Converted text/html to text/plain ]
>
> I have started my own mod. I copied the serverplugin_empty.dll file
> from c:\myhl2mod\bin to c:\myhl2mod\test\bin (my mod is called test)
> and I have also created a directory called c:\myhl2mod\test\addons
> with a serverplugin_empty.vdf with the example text from
> http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1] in it.
>
>
>
> The console says it found the plugin but when I join the server it
> does not seem to run any of its code.
>
>
>
> On Wed, 1 Dec 2004 13:17:22 -0800, Alfred Reynolds wrote:
> > > Try copying serverplugin_empty.dll to the base bin/
> > directory > (rather > than cstrike/bin/).
> > >
> > > - Alfred
> > >
> > > Original Message
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf
> > Of covert > Sent: Wednesday, December 01, 2004 7:12 AM To:
> > hlcoders > Subject: [hlcoders] Running serverplugin_empty
> > > >> [ Converted text/html to text/plain ] >>
> > >>> I have compiled the serverplugin_empty. I have made the
> > .vdf >>> file in >>> the >> addons folder. When I
> > ran my mod and do a map <mapname> the >> map >>
> > loads and I get a "found pluging serverplugin_empty.vdf"
> > >> >> >> So upto this point all seems fine. But I
> > cannot trigger it to do >> anything. >>
> > >>
> > >> I thinking I need to do a "plugin_load" but I can not seem
> > to >> find a >> working filename for it to load. Tried
> > both the dll file and the >> vdf >> file. both with and
> > without correct paths set. >>
> > >>
> > >> Anyone got an idea ?
> > >> ___
> > >> To unsubscribe, edit your list preferences, or view the
> > list >> archives, please visit:
> > >> http://list.valvesoftware.com/mailman/listinfo/hlcoders[3]
> > > > ___
> > > To unsubscribe, edit your list preferences, or view the list
> > > archives, please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlcoders[4]
> >  
>
> ===References:===
>   1. http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html
>   2. mailto:[EMAIL PROTECTED]
>   3. http://list.valvesoftware.com/mailman/listinfo/hlcoders
>   4. http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] Running serverplugin_empty

2004-12-01 Thread covert
[ Converted text/html to text/plain ]

I have started my own mod. I copied the serverplugin_empty.dll file from
c:\myhl2mod\bin to c:\myhl2mod\test\bin (my mod is called test) and I have
also created a directory called c:\myhl2mod\test\addons with a
serverplugin_empty.vdf with the example text from
http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html[1] in it.



The console says it found the plugin but when I join the server it does not
seem to run any of its code.



On Wed, 1 Dec 2004 13:17:22 -0800, Alfred Reynolds wrote:
>> Try copying serverplugin_empty.dll to the base bin/ directory
>> (rather
>> than cstrike/bin/).
>>
>> - Alfred
>>
>> Original Message
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of covert
>> Sent: Wednesday, December 01, 2004 7:12 AM To: hlcoders
>> Subject: [hlcoders] Running serverplugin_empty
>>
>>> [ Converted text/html to text/plain ]
>>>
 I have compiled the serverplugin_empty. I have made the .vdf
 file in
 the
>>> addons folder. When I ran my mod and do a map  the
>>> map
>>> loads and I get a "found pluging serverplugin_empty.vdf"
>>>
>>>
>>> So upto this point all seems fine. But I cannot trigger it to do
>>> anything.
>>>
>>>
>>> I thinking I need to do a "plugin_load" but I can not seem to
>>> find a
>>> working filename for it to load. Tried both the dll file and the
>>> vdf
>>> file. both with and without correct paths set.
>>>
>>>
>>> Anyone got an idea ?
>>> ___
>>> To unsubscribe, edit your list preferences, or view the list
>>> archives, please visit:
>>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[3]
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list
>> archives, please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlcoders[4]
>
>

===References:===
  1. http://www.valve-erc.com/srcsdk/Code/ServerPlugins.html
  2. mailto:[EMAIL PROTECTED]
  3. http://list.valvesoftware.com/mailman/listinfo/hlcoders
  4. http://list.valvesoftware.com/mailman/listinfo/hlcoders

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] Running serverplugin_empty

2004-12-01 Thread Alfred Reynolds
Try copying serverplugin_empty.dll to the base bin/ directory (rather
than cstrike/bin/).

- Alfred

Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of covert
Sent: Wednesday, December 01, 2004 7:12 AM To: hlcoders
Subject: [hlcoders] Running serverplugin_empty

> [ Converted text/html to text/plain ]
>
> > I have compiled the serverplugin_empty. I have made the .vdf file in
> > the
> addons folder. When I ran my mod and do a map  the map
> loads and I get a "found pluging serverplugin_empty.vdf"
>
>
>
> So upto this point all seems fine. But I cannot trigger it to do
> anything.
>
>
>
> I thinking I need to do a "plugin_load" but I can not seem to find a
> working filename for it to load. Tried both the dll file and the vdf
> file. both with and without correct paths set.
>
>
>
> Anyone got an idea ?
> ___
> To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders