Re: [hlcoders] Unable to reset Hammer's Model Viewers Layout (And it's somewhat broken)

2009-08-05 Thread Tom Edwards
It's all stored in the registry at HKEY_CURRENT_USER\Software\Valve\Hammer. Matt Hoffman wrote: First off is a personal issue: When I noticed that the Model viewer inside of hammer had a Screen Cap button or something, I was fooling with the window size trying to make it bigger and make the

Re: [hlcoders] World not rendered when launching with debugger

2009-08-05 Thread Tom Edwards
Finally making some headway on this. The client doesn't know the camera's origin: in CViewRender::RenderView(), all three view.origin values are NaN (1.#QNAN00 to be precise). All of the view object's other variables are present and correct though... :s Tom Edwards wrote: If launch my mod

Re: [hlcoders] World not rendered when launching with debugger

2009-08-05 Thread Olly
I have had some strange problems like this while doing things like sending a UserMessage in the same frame that you (re)spawn in. 2009/8/5 Tom Edwards t_edwa...@btinternet.com Finally making some headway on this. The client doesn't know the camera's origin: in CViewRender::RenderView(), all

Re: [hlcoders] World not rendered when launching with debugger

2009-08-05 Thread Tom Edwards
Finally fixed it. I was doing this: IInput* input = new CInput; Whereas I should have been doing this: static CInput g_Input; IInput* input = (IInput*)g_Input; The project compiles fine without g_Input, so it's presumably accessed from an engine DLL. Quite why attaching a debugger makes that

Re: [hlcoders] Unable to reset Hammer's Model Viewers Layout (And it's somewhat broken)

2009-08-05 Thread Matt Hoffman
It appears only the position and size of the entire model browser window is stored there, and not the actual layout. On Wed, Aug 5, 2009 at 4:12 AM, Tom Edwards t_edwa...@btinternet.comwrote: It's all stored in the registry at HKEY_CURRENT_USER\Software\Valve\Hammer. Matt Hoffman wrote:

Re: [hlcoders] Unable to reset Hammer's Model Viewers Layout (And it's somewhat broken)

2009-08-05 Thread Harry Jeffery
You could try uninstalling and re-installing source sdk. Or refresh sdk content. 2009/8/5 Matt Hoffman lord.matt.hoff...@gmail.com: It appears only the position and size of the entire model browser window is stored there, and not the actual layout. On Wed, Aug 5, 2009 at 4:12 AM, Tom

Re: [hlcoders] Unable to reset Hammer's Model Viewers Layout (And it's somewhat broken)

2009-08-05 Thread Tom Edwards
There's also hammer.vdf, in the same folder as the executable. In fact it looks like the sole purpose of that file is to store the information you want to delete. :-P Matt Hoffman wrote: It appears only the position and size of the entire model browser window is stored there, and not the

Re: [hlcoders] Unable to reset Hammer's Model Viewers Layout (And it's somewhat broken)

2009-08-05 Thread Matt Hoffman
Thanks Tom! On Wed, Aug 5, 2009 at 10:15 AM, Tom Edwards t_edwa...@btinternet.comwrote: There's also hammer.vdf, in the same folder as the executable. In fact it looks like the sole purpose of that file is to store the information you want to delete. :-P Matt Hoffman wrote: It appears

Re: [hlcoders] whats happening with this engine

2009-08-05 Thread Garry Newman
They're probably too busy doing actual work to respond to a list of scatterbrain pipe dream demands from a bunch of lazy modders. garry On Wed, Aug 5, 2009 at 11:34 PM, Nickxnicho...@gmail.com wrote: I like how valve has absolutely no response to make regarding this subject. On Sun, Jul 26,

Re: [hlcoders] whats happening with this engine

2009-08-05 Thread botman
How else is VAVLe going to be successful unless they listen to our helpful comments? It's obvious they don't know what they are doing and need our help. On 8/5/2009 5:47 PM, Garry Newman wrote: They're probably too busy doing actual work to respond to a list of scatterbrain pipe dream