Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Harry Jeffery
Programming Subject: Re: [hlcoders] CSS FOV since last update? I need some good cheats, the last ones I used had some sort of bug and they got me banned from some servers. Can someone please send me links to good ones? On Mon, Sep 14, 2009 at 6:01 PM, Saul Rennison saul.renni...@gmail.com

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Jonathan Murphy
. -Original Message- From: hlcoders-boun...@list.valvesoftware.com [mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Nick Sent: Tuesday, 15 September 2009 11:28 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] CSS FOV since last update? I need some

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Jay Croghan
of Half-Life Programming Subject: Re: [hlcoders] CSS FOV since last update? I need some good cheats, the last ones I used had some sort of bug and they got me banned from some servers. Can someone please send me links to good ones? On Mon, Sep 14, 2009 at 6:01 PM, Saul Rennison saul.renni

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Jonathan Murphy
: hlcoders-boun...@list.valvesoftware.com [mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Nick Sent: Tuesday, 15 September 2009 11:28 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] CSS FOV since last update? I need some good cheats, the last ones I

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Jorge Rodriguez
Jay, I'm not sure if this is even a coding question, which is why you probably got all of the snarky replies. I'm not a Valve employee, but it think I would be accurate if I said that the reason fov is considered a cheat is because players used to set it to ridiculously large values to be able

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Harry Jeffery
The FOV in CoD4 is 65. You can imagine what kind of advantage you can gain from raising it to 100. That's nearly double the area you can see. 2009/9/15 Jorge Rodriguez bs.v...@gmail.com: Jay, I'm not sure if this is even a coding question, which is why you probably got all of the snarky

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread ZuM
Well, but he asked why it isn't working with sv_cheats enable, so it is considered as cheat but changing the values with sv_cheats enable does nothing. Honestly, i don't know why it isn't working since i'm not a Valve employee and also i don't play CS:S anymore to check if this is true :X.

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Jay Croghan
Hey, I would consider it a coding question as I'm writing code which used to use it server side via the IServerPluginHelpers interface and it stopped working after the last update with no console messages. I was simply wondering if this was intentional or not :) - Jay Quoting ZuM

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Saul Rennison
A) No it wouldn't have been intentional. B) Change the CBasePlayer::m_iFOV SendProp to change FOV Thanks, - Saul. 2009/9/15 Jay Croghan c...@c0ld.net Hey, I would consider it a coding question as I'm writing code which used to use it server side via the IServerPluginHelpers interface and it

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Jay Croghan
Thanks for your help but I've been around long enough to know all about network vars. I can't think of how it wouldn't be intentional though, breaking console commands wouldn't be too easily done! - Jay Quoting Saul Rennison saul.renni...@gmail.com: A) No it wouldn't have been intentional.

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Tony Paloma
] CSS FOV since last update? Thanks for your help but I've been around long enough to know all about network vars. I can't think of how it wouldn't be intentional though, breaking console commands wouldn't be too easily done! - Jay Quoting Saul Rennison saul.renni...@gmail.com

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Nick
[mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Jay Croghan Sent: Tuesday, September 15, 2009 12:42 PM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] CSS FOV since last update? Thanks for your help but I've been around long enough to know all about network vars. I can't think

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Matt Hoffman
: [hlcoders] CSS FOV since last update? Thanks for your help but I've been around long enough to know all about network vars. I can't think of how it wouldn't be intentional though, breaking console commands wouldn't be too easily done! - Jay Quoting Saul Rennison saul.renni

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Spencer 'voogru' MacDonald
To: Discussion of Half-Life Programming Subject: Re: [hlcoders] CSS FOV since last update? Remember when valve gave modders good tools and fixed bugs? no, neither do i.. On Tue, Sep 15, 2009 at 5:32 PM, Tony Paloma drunkenf...@hotmail.com wrote: You guys remember when they broke say in hl2mp

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Tony Paloma
Subject: Re: [hlcoders] CSS FOV since last update? Remember when valve gave modders good tools and fixed bugs? no, neither do i.. On Tue, Sep 15, 2009 at 5:32 PM, Tony Paloma drunkenf...@hotmail.com wrote: You guys remember when they broke say in hl2mp? -Original Message- From

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Tony Paloma
commands. -Original Message- From: hlcoders-boun...@list.valvesoftware.com [mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Jay Croghan Sent: Monday, September 14, 2009 2:27 PM To: hlcoders@list.valvesoftware.com Subject: [hlcoders] CSS FOV since last update? Howdy, Since

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Christopher Harris
Programming' Subject: Re: [hlcoders] CSS FOV since last update? Jay, Have you tried fov_desired (or was it desired_fov?). When you type fov some number in the console, do you actually see the new value when you type just fov afterwards? Also, I do agree with the suggestions that since you're

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Gabriel
[mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Nick Sent: Tuesday, September 15, 2009 3:39 PM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] CSS FOV since last update? Remember when valve gave modders good tools and fixed bugs? no, neither do i.. On Tue, Sep 15, 2009 at 5:32

Re: [hlcoders] CSS FOV since last update?

2009-09-15 Thread Nick
of Half-Life Programming Subject: Re: [hlcoders] CSS FOV since last update? Remember when valve gave modders good tools and fixed bugs? no, neither do i.. On Tue, Sep 15, 2009 at 5:32 PM, Tony Paloma drunkenf...@hotmail.com wrote: You guys remember when they broke say in hl2mp

[hlcoders] CSS FOV since last update?

2009-09-14 Thread Jay Croghan
Howdy, Since the last update, the fov client command doesn't seem to be working with sv_cheats enabled on CS:S servers, was this on purpose? Thanks, Jay ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

Re: [hlcoders] CSS FOV since last update?

2009-09-14 Thread Saul Rennison
CBasePlayer.m_iFOV? I, and plugins, never used the *fov* command to modify the FOV of players. Thanks, - Saul. 2009/9/14 Jay Croghan c...@c0ld.net Howdy, Since the last update, the fov client command doesn't seem to be working with sv_cheats enabled on CS:S servers, was this on purpose?

Re: [hlcoders] CSS FOV since last update?

2009-09-14 Thread Jay Croghan
Saul, Thanks for on topic reply. It really answered me question. /sarcasm - Jay Quoting Saul Rennison saul.renni...@gmail.com: CBasePlayer.m_iFOV? I, and plugins, never used the *fov* command to modify the FOV of players. Thanks, - Saul. 2009/9/14 Jay Croghan c...@c0ld.net Howdy,

Re: [hlcoders] CSS FOV since last update?

2009-09-14 Thread Saul Rennison
Seeing as you're referencing a command that's only available with cheats on I'm presuming that this is some kind of server-side mod... Thanks, - Saul. On 14 Sep 2009, at 23:16, Jay Croghan c...@c0ld.net wrote: Saul, Thanks for on topic reply. It really answered me question. /sarcasm -

Re: [hlcoders] CSS FOV since last update?

2009-09-14 Thread Nick
I need some good cheats, the last ones I used had some sort of bug and they got me banned from some servers. Can someone please send me links to good ones? On Mon, Sep 14, 2009 at 6:01 PM, Saul Rennison saul.renni...@gmail.com wrote: Seeing as you're referencing a command that's only available

Re: [hlcoders] CSS FOV since last update?

2009-09-14 Thread Yaakov Smith
Since the last update, the fov client command doesn't seem to be working with sv_cheats enabled on CS:S servers, was this on purpose? I'm assuming he means that his server has sv_cheats on. On Tue, Sep 15, 2009 at 9:01 AM, Saul Rennison saul.renni...@gmail.comwrote: Seeing as you're

Re: [hlcoders] CSS FOV since last update?

2009-09-14 Thread Y Smith
Fail. -Original Message- From: hlcoders-boun...@list.valvesoftware.com [mailto:hlcoders-boun...@list.valvesoftware.com] On Behalf Of Nick Sent: Tuesday, 15 September 2009 11:28 AM To: Discussion of Half-Life Programming Subject: Re: [hlcoders] CSS FOV since last update? I need some good