diff --git a/extras/hammerplusplus_2013mp/README.txt b/extras/hammerplusplus_2013mp/README.txt index b36f4bc..e65456a 100644 --- a/extras/hammerplusplus_2013mp/README.txt +++ b/extras/hammerplusplus_2013mp/README.txt @@ -18,6 +18,8 @@ Hammer++ does not use the GameConfig.txt, instead it uses its own GameConfig.txt If not found, it copies the normal game configuration. Keep this in mind when following any tutorials. +HLMV++ comes bundled with the download, it is optional and not required for Hammer++ to work. + --- Uninstallation --- To uninstall, simply delete the hammerplusplus.exe You can also optionally delete the hammerplusplus folder, but this will remove all saved settings for Hammer++. \ No newline at end of file diff --git a/extras/hammerplusplus_2013mp/bin/hammerplusplus.exe b/extras/hammerplusplus_2013mp/bin/hammerplusplus.exe index 5f22ec6..5c1e42e 100644 Binary files a/extras/hammerplusplus_2013mp/bin/hammerplusplus.exe and b/extras/hammerplusplus_2013mp/bin/hammerplusplus.exe differ diff --git a/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_compiler.exe b/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_compiler.exe index 0d2625f..bd93f6d 100644 Binary files a/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_compiler.exe and b/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_compiler.exe differ diff --git a/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_dll.dll b/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_dll.dll index 93ba8b3..fc42f2b 100644 Binary files a/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_dll.dll and b/extras/hammerplusplus_2013mp/bin/hammerplusplus/bin/hammerplusplus_dll.dll differ diff --git a/extras/hammerplusplus_2013mp/bin/hammerplusplus/hammerplusplus_fgd.fgd b/extras/hammerplusplus_2013mp/bin/hammerplusplus/hammerplusplus_fgd.fgd index 48b094a..926fa51 100644 --- a/extras/hammerplusplus_2013mp/bin/hammerplusplus/hammerplusplus_fgd.fgd +++ b/extras/hammerplusplus_2013mp/bin/hammerplusplus/hammerplusplus_fgd.fgd @@ -1,7 +1,7 @@ // This FGD is mandatory for Hammer++ // The version is compared against a hardcoded version internally to detect old FGD versions // A error will be shown if this is missing/mismatch -@version(7) +@version(9) // The ExtendClass is a new special class type // It should take the name of another class in other FGDs @@ -26,15 +26,15 @@ [ ] -@ExtendClass light(sun, global) light(ambient, global) = light_environment : "" +@ExtendClass light(sun, global) light(ambient, global) direction(angles, invert_pitch) = light_environment : "" [ ] -@ExtendClass light(sun) = light_directional : "" +@ExtendClass light(sun) direction(angles, invert_pitch) = light_directional : "" [ ] -@ExtendClass fogcontroller() = env_fog_controller : "" +@ExtendClass fogcontroller() direction(angles) = env_fog_controller : "" [ ] @@ -50,7 +50,6 @@ [ ] - @ExtendClass direction(angles) = env_physimpact : "" [ ] @@ -83,7 +82,7 @@ [ ] -@ExtendClass catapult() = trigger_catapult : "" +@ExtendClass catapult() direction(launchDirection) = trigger_catapult : "" [ ] @@ -119,6 +118,9 @@ [ ] +@ExtendClass sun() = env_sun : "" +[ +] @PointClass worldtext() = editor_text : "Hammer-only entity that displays a text message oriented in the world, at its origin." @@ -128,5 +130,4 @@ message(string) : "Entity Message" : "Hello World" : "Text message." textsize(float) : "Text Size" : 10 : "Text Size." color(color255) : "Color" : "255 255 255" -] - +] \ No newline at end of file