HLLib icon indicating copy to clipboard operation
HLLib copied to clipboard

Reads Valve GCF/NCF/etc archives

Results 4 HLLib issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/17107072/102009520-f3134c80-3d48-11eb-813c-03206479f133.png) ![image](https://user-images.githubusercontent.com/17107072/102009546-28b83580-3d49-11eb-9f84-877e6ccdd3af.png) 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,...