Re: [hlcoders] Traces

2006-06-14 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] Why not just multiply the trace ray (end-start) by the fraction and add it to the start? -- ts2do -- ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://lis

[hlcoders] Traces

2006-06-14 Thread John Sheu
Are there any model traces that give the actual point of collision, instead of just the 0.0f-1.0f value in a trace_t? IPhysicsCollision::TraceCollide() seems like a good candidate, but not quite, as it doesn't give me the point of intersection. ___ To un

Re: [hlcoders] Execute server commands from a VGUI

2006-06-14 Thread Aaron Schiff
-- [ Picked text/plain from multipart/alternative ] If you want to execute a server command it would be more efficient to call engine->ServerCmd() on the client -- ts2do -- ___ To unsubscribe, edit your list preferences, or view the list archives, pleas

[hlcoders] HL2DM Updated Source?

2006-06-14 Thread Michael Davidov
-- [ Picked text/plain from multipart/alternative ] Will the SDK be updated any time soon to incorporate the latest changes to HL2DM? There's quite a server-side modding community out there. :-P Sirusdv WDFNews.com The Tomb + The Crypt HL2DM Servers. --

Re: [hlcoders] Execute server commands from a VGUI

2006-06-14 Thread Benjamin Davison
-- [ Picked text/plain from multipart/alternative ] I hope this helps, I basically send a console command containing the command "primaryweapon" and then a string of the weapon which is held in the comboboxes in my case. And then on theserver it is worked out from there. void CWeaponLoadOutMenu::O

Re: [hlcoders] Execute server commands from a VGUI

2006-06-14 Thread Greg Lindquist
-- [ Picked text/plain from multipart/alternative ] This has been addressed on the forums at chatbear. http://www.chatbear.com/board.plm?a=viewthread&t=127,1149978800,2&id=989110&b=4991&v=flatold They point you to this location: http://developer.valvesoftware.com/wiki/Customizing_Options:_Ke

[hlcoders] Execute server commands from a VGUI

2006-06-14 Thread Gregor Brunmar
Hi, How do I execute a server command from a VGUI button press for example? The OnCommand() in the panel is client side and I would like to know how for example CS:S do with their buying system? Thanks in advance, Gregor Brunmar ___ To unsubscribe, e