Source Compile Analyzer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:


== External links ==
== External links ==
*[http://www.interlopers.net/errors/ Interlopers Compile Analyzer (English, online)]
*[http://www.interlopers.net/errors/ Interlopers Compile Analyzer (English, currently down due to being rebuilt)]
*[https://web.archive.org/web/20180213200549/http://www.interlopers.net/errors/ Interlopers Compile Analyzer Wayback Machine  (English, old version)]
*[http://analyzer.idf-mod.de/ English/German version download] '''(broken link)'''
*[http://analyzer.idf-mod.de/ English/German version download] '''(broken link)'''
*[http://analyzer.idf-mod.de/latestversion/ some pictures] '''(broken link)'''
*[http://analyzer.idf-mod.de/latestversion/ some pictures] '''(broken link)'''
*[http://mapping-tutorials.de/forum/showthread.php?t=16065 Source Compile Analyzer b1] (German language, old version) '''(broken link)'''
*[http://mapping-tutorials.de/forum/showthread.php?t=16065 Source Compile Analyzer b1] (German language, old version) '''(broken link)'''
*[http://flow.computer-dc.de/analyzer.php Half-life 2 Compile Log Analyzer] (German language, online)
*[http://flow.computer-dc.de/analyzer.php Half-life 2 Compile Log Analyzer] (German language, online)
 
{{sdktools|0}}
[[Category:Third Party Tools]]
[[Category:Third Party Tools]]
[[Category:Level Design]]
[[Category:Level Design]]

Latest revision as of 12:26, 5 February 2025

Source Compile Analyzer is a tool which detects errors in your compilelog for maps. It comes with a handy gui and it's easy to use. In the current version (v1.2b) you can check your logfile automatically right after the compile. The detected errors are also now highlighted to see where they are in the logfile. You can either specify your compilelog or copy and paste it.

External links