Bret Curtis
Bret Curtis
This would allow for using the latest nif.xml file which included hfloat. :)
Here is the NIF to test, is licensed under CC0 so we can do with as we please. https://dl.dropboxusercontent.com/u/396161/RedMoonGa01.NIF
I put a print statement on the read function In the class SizedString(BasicBase, EditableLineEdit), in the read function I printed the size of the string: > (venv) bcurtis@WhiteQueen:~/Workspace/Private/UIX-R$ python error.py...
To test: ``` from pyffi.formats.nif import NifFormat from sys import stdout UIX_PATH = "../../../Private/UIX/UIX FILES/Data Files/Meshes/TOE/RedMoonGa01.NIF" for stream, data in NifFormat.walkData(UIX_PATH): try: if True: print(stream.name, sep='', end=', ', file=stdout, flush=True)...
Older nifskope loaded the NIF (and I can manipulate it) but gave a warning, the latest 2.x refuses to load the NIF at all and gives the warning I showed...
NIFskope 1.1.3: > next block does not start with a NiString" > "failed to load nif from '/home/bcurtis/Private/UIX/UIX FILES/Data Files/Meshes/TOE/RedMoonGa01.NIF'" > but I can at least manipulate the NIF. 2.0.0-dev...
So I used NIFSlope 1.1.3 to save the contents of RedMoonGa01.NIF to a file and it is 49.1KiB while the oriignal file is 303.4KiB I'm wondering if the original file...
I have no idea really... so you're saying that nif.xml defines how pyffi (and friends) work?
It would be great to have support for more than just DDS. KTX(ETC1/ETC2) for example is a khronos open container format for loading textures directly into the GPU. ETC1 and...
Getting this as well with 2.12.0: > Couldn't connect to gateway > (09:57:20) proxy: Connecting to gateway.discord.gg:443. > (09:57:20) proxy: Connected to gateway.discord.gg:443. > (09:57:20) nss: Handshake failed (-12286) >...