Allofich

Results 8 issues of Allofich

This may already be in your longer-term plans, but I think it would be very useful for testing and reverse-engineering the original game data to be able to import native...

enhancement

I found where the player coordinates are stored in Arena saves and used this to cheat my way into the inaccessible area of Elden Grove. I found that some of...

bug

I found the list of holiday dates used by Arena. The offset for `aExeStrings.txt` is `3EAA9`. It looks like ``` 00 00 // New Life Festival - 1st of Morning...

documentation

While testing the latest transition code, I found a spot in one of the temple interiors that looks different in original Arena and OpenTESArena. There is a short wall here...

bug

I've reversed the game's formula for spell points. Of course, the results (the spell point multipliers per class, etc.) are already known information, so I guess this is mainly just...

documentation

# Issue Overview .NIF files from Oblivion are not correctly detected as Oblivion .NIF files. ## Version Information ### Blender Niftools Addon Version Info Built the addon using the following:...

Bug

# Issue Overview Some .nif files that come with Oblivion have an "AttributeError: 'NoneType' object has no attribute 'data'" error on import. ## Version Information ### Blender Niftools Addon Version...

Bug

If you want to match the original game, the player's light radius should be 320 units. This is from examining the game code and it also appears to match when...

help wanted