RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread McCormack, Chris
viva la revolution -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 17 June 2005 04:41 To: hlcoders@list.valvesoftware.com Subject: RE: [hlcoders] Source SDK - Creating Map Entities - missing function? On the other hand of course we

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Jeffrey \botman\ Broome
[EMAIL PROTECTED] wrote: I suspect the alternative will consist of a grassroots standardization effort by mod-makers to put out an unofficial API for server mods. I, for one, am up for it. The problem is that if you make something that has to be included in the mod source code, no one will

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread [EMAIL PROTECTED]
The problem is that if you make something that has to be included in the mod source code, no one will include it (at least not for the most popular mods, many of which are Valve mods). Ah, hence the grassroots appellation. Remember; all mods start _somewhere_; if we can get enough community

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Tim Holt
I'm suprised there isn't more sharing of source code - basically open source modules for specific features like this, HUD display elements, etc. Quoting [EMAIL PROTECTED] [EMAIL PROTECTED]: The problem is that if you make something that has to be included in the mod source code, no one will

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Spencer 'voogru' MacDonald
To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] Source SDK - Creating Map Entities - missing function? [EMAIL PROTECTED] wrote: I suspect the alternative will consist of a grassroots standardization effort by mod-makers to put out an unofficial API for server mods. I, for one, am up

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Alfred Reynolds
here...). - Alfred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey botman Broome Sent: Friday, June 17, 2005 6:01 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] Source SDK - Creating Map Entities - missing function? [EMAIL PROTECTED

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Tim Holt
...). - Alfred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeffrey botman Broome Sent: Friday, June 17, 2005 6:01 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] Source SDK - Creating Map Entities - missing function? [EMAIL PROTECTED

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Jeffrey \botman\ Broome
Alfred Reynolds wrote: We are more concerned with giving people consistent gameplay rather than any specific cheat problem. You would be amazed at the number of people that get confused (i.e email us complaining) when joining a HL1 based server with some of the noisier mods (I am looking at the

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Alfred Reynolds
PROTECTED] On Behalf Of Jeffrey botman Broome Sent: Friday, June 17, 2005 10:19 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] Source SDK - Creating Map Entities - missing function? Alfred Reynolds wrote: We are more concerned with giving people consistent gameplay rather than any

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Tony \omega\ Sergi
@list.valvesoftware.com Subject: Re: [hlcoders] Source SDK - Creating Map Entities - missing function? It's too bad there isn't some kind of pure indicator in the game browser that lets clients know that they are connecting to an unmodified server. With the way Half-Life allows for custom player models and map .res

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Deadman Standing
Of Alfred Reynolds Sent: Friday, June 17, 2005 1:01 PM To: hlcoders@list.valvesoftware.com Subject: RE: [hlcoders] Source SDK - Creating Map Entities - missing function? We are more concerned with giving people consistent gameplay rather than any specific cheat problem. You would be amazed at the number

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Manip
] [mailto:[EMAIL PROTECTED] On Behalf Of Alfred Reynolds Sent: Friday, June 17, 2005 1:01 PM To: hlcoders@list.valvesoftware.com Subject: RE: [hlcoders] Source SDK - Creating Map Entities - missing function? We are more concerned with giving people consistent gameplay rather than any specific cheat

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Spencer 'voogru' MacDonald
] Sent: Friday, June 17, 2005 8:26 PM To: hlcoders@list.valvesoftware.com Subject: RE: [hlcoders] Source SDK - Creating Map Entities - missing function? It would have been easier and long term more beneficial to add a Pure CVAR than to restrict the freedom of server mod developers. Let's take

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Ben Davison
@list.valvesoftware.com Subject: RE: [hlcoders] Source SDK - Creating Map Entities - missing function? The PURE (or original, unmodified, standard, un-moded) concept would certainly address the issue. Education of that should not be any more difficult than education of secure/insecure or any

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Kuja
Not to burst your bubble, guys, but I think someone should remind you that this is a Valve run and supported development list, not a harrangue valve list. Whether I agree or not with your standpoint, surely you can find a better forum - there's been a lot of 'let's get mad at valve' and 'lets

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Ben Davison
-- [ Picked text/plain from multipart/alternative ] And let's not forget. HL1 Had 6 years of refinements, when it started out it was not exactly amazing either. I'm sure people like Alfred and the valve members really care about the lets get mad at valve because they are probably use to it ;)

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread LDuke
I think they just want to have their opinion aired, hoping that it might make a difference. Some sort of pure cvar seems like the best option. Maybe add it to the existing interface, something like engine-SetUnPure(); That way server plugins that were admin oriented (ban/kick/slay/slot

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Spencer 'voogru' MacDonald
: Ben Davison [mailto:[EMAIL PROTECTED] Sent: Friday, June 17, 2005 10:43 PM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] Source SDK - Creating Map Entities - missing function? -- [ Picked text/plain from multipart/alternative ] And let's not forget. HL1 Had 6 years of refinements

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-17 Thread Spencer 'voogru' MacDonald
suggestions and the suggestions are not sent into a black hole never to be read by VALVe, enlighten me. - voogru. -Original Message- From: Kuja [mailto:[EMAIL PROTECTED] Sent: Friday, June 17, 2005 10:25 PM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] Source SDK - Creating Map

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread Alfred Reynolds
That function has long been removed from the codebase. - Alfred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael A. Hobson Sent: Thursday, June 16, 2005 2:49 PM To: HLCoders Subject: [hlcoders] Source SDK - Creating Map Entities - missing

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread Michael A. Hobson
Alfred, Thanks for the fast reply. Damn-it! I was hoping I could use this from a server plug-in to make map entities in their proper classes from entity strings. The API's in class IVEngineServer only know about raw edicts, and whilst there are utility functions to get a CBaseEntity pointer

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread Alfred Reynolds
- Creating Map Entities - missing function? Alfred, Thanks for the fast reply. Damn-it! I was hoping I could use this from a server plug-in to make map entities in their proper classes from entity strings. The API's in class IVEngineServer only know about raw edicts, and whilst there are utility

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread Andrew (British_Bomber)
That put a lid on that box didn't it?! ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

Re: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread r00t 3:16
Yea really. Regards, r00t 3:16 Total Retribution http://www.totalretribution.com - Original Message - From: Andrew (British_Bomber) [EMAIL PROTECTED] To: hlcoders@list.valvesoftware.com Sent: Thursday, June 16, 2005 7:45 PM Subject: Re: [hlcoders] Source SDK - Creating Map Entities

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread Spencer 'voogru' MacDonald
@list.valvesoftware.com Subject: RE: [hlcoders] Source SDK - Creating Map Entities - missing function? Spawning entities into a map from a plugin is not supported. - Alfred -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael A. Hobson Sent: Thursday, June 16, 2005

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread Tim Holt
: [hlcoders] Source SDK - Creating Map Entities - missing function? Alfred, Thanks for the fast reply. Damn-it! I was hoping I could use this from a server plug-in to make map entities in their proper classes from entity strings. The API's in class IVEngineServer only know about raw edicts

RE: [hlcoders] Source SDK - Creating Map Entities - missing function?

2005-06-16 Thread [EMAIL PROTECTED]
On the other hand of course we have to ask, So Alfred! What's the alternative then? Is there a particular reason this feature was removed, or is there a new alternative in the works? I suspect the alternative will consist of a grassroots standardization effort by mod-makers to put out an