Alexey
Alexey
I checked it works. In the dump, the crash has nothing to do with F rdx (index) = 0xfff8 for array (nullptr) max 8 total...  
This function is accessed on a regular basis when the cursor is on the Render Window Idk, but you set cursor to where you got the CTD Edit: send ckpe.ini...
this? work  Edit: I would not like to fix it blindly, since the function should return the index where it placed the NiNode
> It works to edit records in Fallout4.esm - I'm guessing its records above the retail limit? Try in FalloutCascadia.esm I sent over earlier. Unlikely. Array max 8 elements 0x40...
I don't have this file anymore. Send link in discord.
Maybe [CreationKitPlatformExtendedFilter.txt](https://github.com/user-attachments/files/18405557/CreationKitPlatformExtendedFilter.txt) try it
The simplest and most effective solution: ``` pascal TToken.RealNumber: begin SScanf(pattern, '%f', [@f]); result := TTOMLNumber.Create(f, TTOMLNumberType.Float); Consume; end; ```
since I don't use CK, what does it mean? each color individually edit: but in any case, the BGSForm has not been studied yet.
I'm not coloring, maybe it's not provided in the Default theme
coloring is not a problem... I need to understand what the technology is, why one thing is painted this way and the other in a different way. edit: so, I...