Allofich

Results 54 comments of Allofich

@afritz1, do you receive notification when I add to the Wiki? If so, I won't bother mentioning here when I've added something.

I added lockpicking information, but unfortunately I don't know where the lockpicking difficulty of a door comes from yet. It's easiest to reverse the "end tips" of things that are...

>You can add syntax highlighting to code blocks if you put the language right after the three back ticks. Thanks, I updated the pages and changed the data types like...

I know that issue is for an interior, not the wilderness, and so this may not be useful, but does this snip from the original look to give the same...

By `BoxArrays` I mean the combination of the arrays of Box 1A, 1B, 1C, 2A and 2B, treating them as if they were all one array. They are all contiguous...

Wait, sorry, it should be 32-bit after all. Changed it back to int.

Another similar bit of code exists dealing with the BoxArrays. I think while the above matches your `!boxScale.has_value()` case (using 192), this one matches the `boxScale.has_value()` case. But, it seems...

There is one other bit of code I can see regarding the BoxTables, which might be relevant to https://github.com/afritz1/OpenTESArena/issues/129. Like the above snippets, I don't know what this data represents,...

Looks like it's very close now! Just need to figure out that platform. It is definitely lower in OpenTESArena. ![height](https://user-images.githubusercontent.com/19624336/40304950-7fe11352-5d33-11e8-83e1-34e7032163cd.png)

> Not sure yet if this is something the engine could conditionally handle by looking at bytes in the executable The packed A.EXE from 1.06 and ACD.EXE from 1.07 both...