View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 12-04-2017 , 11:30   Re: SourceMod Build Error
Reply With Quote #2

SourceMod's build scripts has 3 ways of locating dependencies:
  1. Use the value of the associated cli option, for the option for hl2 sdks, it's the folder containing the sdk folders.
  2. Use the value obtained from the associated environment variable (skipped if option value is provided).
  3. Traverse the folder hierarchy from the current working directory until a valid folder is located.
SourceMod couldn't locate the folder for Day of Infamy.

Should all 3 ways fail, the script will raise a Python exception.
__________________
WildCard65 is offline