Albeoris

Results 24 issues of Albeoris

### What happened? When I try to call or patch a method, the BadImageFormat error occurs. ### Steps to reproduce 1. Game: https://store.steampowered.com/app/1173820/FINAL_FANTASY_VI/ 2. Configuration: Default 3. Reproduce: ```c# List...

bug

Attempting to open the package results in an error: ```csharp System.Exception: Invalid CNT header в LibOrbisPkg.PKG.PkgReader.ReadHeader() в PkgEditor.Views.PkgView..ctor(String path) в PkgEditor.MainWin.openPkg(String filename) в PkgEditor.MainWin.ShowOpenFileDialog(String title, String filetypes, Action`1 successCb) в...

- [ ] Validate changes When resolving the fields, some of them may be disabled. As a result of such actions, an appeal to gaps will be formed. This should...

enhancement
help wanted

Hey! Many thanks for the work done. Could you put a ready-to-use assembly in Releases, or even better - NuGet? Without taking part in the development of this tools, it...

We need a full-fledged emulation of combat commands for the design of improved AI. For example: select the best target for a support ability without a knowledge of the script....

- Feature request -

Hello there! I plan to develop a new configuration format with automatic documentation. I also want to allow mods to change individual parameters without changing the user configuration. **I see...

- Feature request -

### What happened? I tried to enumerate items in list with reflection and encountered very strange and seemingly erroneous behavior: ```csharp public static void Test1(Object instance, PropertyInfo listProperty, PropertyInfo valueInElementProperty)...

bug

### Describe the issue The author has not been seen for 5 months. I'm having a bad feeling. Maybe consider creating a (temporary?) branch to continue development? @sinai-dev @HerpDerpinstine @liesauer...

Hi! I need to dump information about databases that are described as `SerializableObject` and stored in game bundles. Now I'm describing my own class hierarchy, like this: ```csharp public sealed...

enhancement

Currently classes such as AssetsManager and AssetsFileInstance are not thread safe. The most interesting methods are `LoadAssetsFile`, `GetBaseField` and `GetExtAsset`. Due to non-thread-safe caches inside, this does not allow parallelization...