Talk:Getting Started: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nesciuse moved page Talk:Multipage Base Pages Temp Storage/Getting Started to Talk:Getting Started without leaving a redirect: Moving back to proper place)
 
(4 intermediate revisions by 4 users not shown)
Line 6: Line 6:
EDIT: '''FIXED.''' I copied and pasted the L4D1 gameinfo.txt into the L4D2 one and modified paths, now Hammer can start up correctly! :)
EDIT: '''FIXED.''' I copied and pasted the L4D1 gameinfo.txt into the L4D2 one and modified paths, now Hammer can start up correctly! :)


Okay, so I started Hammer (L4D2 Authoring Tools), and the a "Hammer Configuration" menu pops up. I decide to cancel, and then I get two error messages, 1 from Hammer itself, and 1 from VConfig.
== Consider Different Game Example (or link to HL2DM setup?) ==
The use of HL2DM as the default SDK example should be examined. TF2 seems a better choice for 2 reasons. 1 it's free to play. 2 The actual setup of hammer with HL2DM is not as simple as this example indicates. You have to create a new configuration with the current version of the SDK. I had to look through several forums before finding the solution. [http://forums.steampowered.com/forums/showthread.php?t=1457047 This post] explains in detail how to setup this configuration, though when I did it, instead of creating the configuration under Source Engine 2009 I used Source Engine MP. --[[User:Erebuswolf|Erebuswolf]] 05:46, 30 July 2012 (PDT)


*Hammer: Setup file 'gameinfo.txt' doesn't exist in subdirectory ''. Check your -game paramater or VCONFIG setting.
== [Help] Source SDK menu Showing up to Source 2009 and Source MP ==


*VConfig: Setup file 'gameinfo.txt' doesn't exist in subdirectory 'c:\program files (x86)\steam\steamapps\common\left 4 dead 2\bin\vconfig'. Check your -game paramater or VCONFIG setting.
title; Wasn't 2013 the latest version. Am I missing something?
Upon further investigation, while there is a GameConfig.txt file in the bin directory of left 4 dead 2, there is no vconfig folder, and GameConfig.txt is only just 3 lines of text:
 
"Configs"
{
}
 
Could somebody please help me with this?{{unsigned|BlackRaven117}}
:Have you ran Left 4 Dead 2 before running Hammer? —[[User:Mattshu|Mattshu]] 06:13, 24 December 2011 (PST)
:Yes, I have. —{{User:BlackRaven117|BlackRaven117}}

Latest revision as of 16:20, 15 July 2024

Thanks to those who have taken the time to make this better! It now really sums some easy things up for beginners.--Gear 18:06, 1 Apr 2008 (PDT)

its still pretty confusing--Pyromancer 18:39, 25 Jul 2008 (PDT)

Having Issues

EDIT: FIXED. I copied and pasted the L4D1 gameinfo.txt into the L4D2 one and modified paths, now Hammer can start up correctly! :)

Consider Different Game Example (or link to HL2DM setup?)

The use of HL2DM as the default SDK example should be examined. TF2 seems a better choice for 2 reasons. 1 it's free to play. 2 The actual setup of hammer with HL2DM is not as simple as this example indicates. You have to create a new configuration with the current version of the SDK. I had to look through several forums before finding the solution. This post explains in detail how to setup this configuration, though when I did it, instead of creating the configuration under Source Engine 2009 I used Source Engine MP. --Erebuswolf 05:46, 30 July 2012 (PDT)

[Help] Source SDK menu Showing up to Source 2009 and Source MP

title; Wasn't 2013 the latest version. Am I missing something?