Notepadpp VDF languages
From Valve Developer Community
QC highlighting.
Notepad++ (http://notepad-plus.sourceforge.net/) is a free source code editor that supports custom text highlighting. TomEdwards has created various VDF profiles. To install:
- Download the languages here (http://steamreview.org/external/vdc/npp-vdf.zip)
- Extract the archive to either:
- Windows XP
%userprofile%/Application Data/Notepad++/- Windows Vista
%userprofile%/AppData/Roaming/Notepad++/
%userprofile% will automatically resolve your personal user folder.
[edit]
Supported languages
Response rules highlighting.
- Generic VDF
- .vdf
- Response rules
- .talker
- Soundscripts
- .soundscript
- Materials
- .vmt
- Actbusy
- .vdf
- Soundscapes
- .soundscape
- QC
- .qc
Tip: You can compile your QC files directly from Notepad++. Press F6 and enter the full path to studiomdl surrounded by "quote marks", then a space, then "$(FULL_CURRENT_PATH)" (also with quote marks).[edit]
Filenames
N++ detects langauges based on file extensions, but in several cases the established one is simply .txt. Rename the files in these cases: so long as the correct name is in the manifests, it doesn't matter what your soundscripts, response rules scripts, or soundscapes are called. You can see the custom extensions which had been set up for this purpose in the list above.
If you want to set a language manually in Notepad++, use the Language menu.
[edit]
