HLLib
HLLib copied to clipboard
Reads Valve GCF/NCF/etc archives
Opening v17 BSP will crash GCFScape (which uses HLLib). This is a huge deal because it means the embedded contents of a map cant be seen. -Getting package type from...
Calling hlGetString with HLOption.HL_ERROR_SHORT_FORMATED or HLOption.HL_ERROR_LONG_FORMATED Will return: ExecutionEngineException: String conversion error: Partial byte sequence encountered in the input.   I manually checked what the error was myself. And...
Hi there, I hope you don't mind me posting in issues. I've done ebuild for Gentoo for hhlib, so it can be installed there without problems. Cheers
Hi, I am trying to figure out how to add a new file to a package. hlPackageOpenFile() returns 0 if the file does not already exist: ``` int WriteStream(Package* pak,...