Ian S.

Results 4 issues of Ian S.

Hammer will occasionally decide to notate rotation angles with e, with rotations such as "-0 1.00179e-005 0." This causes vmfii to throw an error, since it thinks this is a...

It seems that func_instance file paths must be relative to the parent .vmf rather than from gameinfo.txt's InstancePath. Note: Easily fixed by rearranging your files and using Hammer's Replace function...

When reading the prefix of a version 9 binary format file, reading a string will throw an error because it tries to ref StringDict, which hasn't been defined yet. Testing...

Fix to binary format 9 reading that forces strings to be decoded as raw text rather than a StringDict reference (which throws a NullReferenceException). This seems to be an intentional...