Re: [hlcoders] make client authority

2007-07-30 Thread Justin Krenz
Yes, it's possible. Modify the UserCMD class to send a vector to the server for the position, and then the server uses that vector as the position for your entity when it processes the usercmd. Oliver wrote: -- [ Picked text/plain from multipart/alternative ] Is there a way to temporarily set

Re: [hlcoders] make client authority

2007-07-30 Thread Oliver
-- [ Picked text/plain from multipart/alternative ] Yup, that's exactly what I tried. The problem is the lag between when the user moves entity via mouse and when the entity updates it's position based on the commands coming through. It'd be sweet if we could get the entity to follow the mouse

RE: [hlcoders] make client authority

2007-07-30 Thread Spencer 'voogru' MacDonald
To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] make client authority -- [ Picked text/plain from multipart/alternative ] Yup, that's exactly what I tried. The problem is the lag between when the user moves entity via mouse and when the entity updates it's position based on the commands coming

Re: [hlcoders] make client authority

2007-07-30 Thread Oliver
, 2007 2:57 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] make client authority -- [ Picked text/plain from multipart/alternative ] Yup, that's exactly what I tried. The problem is the lag between when the user moves entity via mouse and when the entity updates it's position

Re: [hlcoders] make client authority

2007-07-30 Thread Oliver
@list.valvesoftware.com Subject: Re: [hlcoders] make client authority -- [ Picked text/plain from multipart/alternative ] Yup, that's exactly what I tried. The problem is the lag between when the user moves entity via mouse and when the entity updates it's position based

[hlcoders] make client authority

2007-07-29 Thread Oliver
-- [ Picked text/plain from multipart/alternative ] Is there a way to temporarily set a client to be the authority over the server? For example, client updates position of entity and server updates its position off of the client? OR Is there a way to disable the server setting an entity's