Category:Day of Defeat Level Design: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Condense a little, and add prefabs and FGDs)
m (→‎External links: there's actually 2 more videos about dod mapping in that series; also, HolyCow is just the reuploader)
Line 13: Line 13:


== External links ==
== External links ==
* [https://www.youtube.com/watch?v=7XkcU_4_HMo Holycow's video on how to make maps for Day of Defeat]
* [https://www.youtube.com/playlist?list=PLfuvunEQA2WAGXb-cTY_3gLcXo6g2PTsw Day of Defeat Map Making Basics playlist] - Tutorial by "RJ" on how to make maps for Day of Defeat. As this tutorial uses Hammer 3.5, some minor information may be obsolete when using {{jack|4.1}}, although most concepts are still applicable.
* [https://dayofdefeat.home.blog/2021/08/01/map-editor-template-file/ Map editor template file] - JMF containing the logic structure necessary to create a Day of Defeat map, as well as several detail prefabs. Requires {{jack|4}}. <!--unoffical GitHub mirror, in case the gdrive link dies: https://github.com/SirYodaJedi/Yuis-Map-Files/blob/master/GoldSrc/DOD/Prefab/dod_template.jmf-->
* [https://dayofdefeat.home.blog/2021/08/01/map-editor-template-file/ Map editor template file] - JMF containing the logic structure necessary to create a Day of Defeat map, as well as several detail prefabs. Requires {{jack|4.1}}. <!--unoffical GitHub mirror, in case the gdrive link dies: https://github.com/SirYodaJedi/Yuis-Map-Files/blob/master/GoldSrc/DOD/Prefab/dod_template.jmf-->

Revision as of 12:43, 22 May 2023

English (en)中文 (zh)Translate (Translate)
Half-Life SDK/Level Design
Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality because:
This page should be formatted like the other level design pages. Some elements of Day of Defeat: Source Level Creation may also be applicable.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

Getting Started

Day of Defeat Day of Defeat runs on GoldSrc which is the predecessor to Source, a game development engine made by the developers of Half-Life. There are no real offical sources on how to make maps for Day of Defeat other than Holycow's video playlist on it, but if you'd like you can go over the the Day of Defeat forums on Steam and see if a experienced player can assist you there.

Why Certain Versions of Hammer Don't Work

Newer versions of Hammer don't work because they are for newer games that use Source. Newer versions of Hammer also don't have the same setup required to make goldsource maps. Therefore you must use older versions such as Hammer 3.5. Alternatively, the more modern third-party level editor J.A.C.K. can be used, which adds many quality of life enhancements from Source Engine Hammer.

Additional information

External links