Bxaa

Results 41 comments of Bxaa

Hi, > This did not work for me. I used those native libs and the program will still crash: @[sungaila](https://github.com/sungaila) you mean my test sample or are you compiling something...

@sungaila Hi, https://drive.google.com/file/d/1txkmoSjA7ttLGkFTwNUnDbzR1XGn2exS/view?usp=sharing This is fix for your **NativeMethods.cs** with AOT + custom DLL's path (just replace it in your repository) Also i include to archive v_Comparator.exe (fully native exe...

@sungaila (offtop) ``` **public** sealed class PdfException : Exception { **public** PdfError Error { get; private set; } ``` ---\\---\\--- and ``` **public** enum PdfError { Success = (int)NativeMethods.FPDF_ERR.SUCCESS, Unknown...

@sungaila Possible bug passworded pdf's 'Password required or incorrect password' Reproduce: PDFtoImage.Conversion.GetPageCount(Base_64_String_Pdf_String, "test") Sample PDF (password: test) https://drive.google.com/file/d/1QF2U0o98qZ5U1G0rhCfrq0Va3hOvhZBg/view?usp=sharing (Maybe it's just me having a glitch with the AOT or pdfium.dll...

PCD.h only for TR7? #define SECTION_MAGIC (0x54434553) #define PCD_MAGIC (0x39444350) #define TEXTURE_SECTION_TYPE (5) Need support for pcd9 (TRU) Example pcd9: https://drive.google.com/file/d/1pgYoAUVb0FN3wHJ27iDiMDRr72BHhRoT/view?usp=sharing https://drive.google.com/file/d/1L1Ly96mwYChrIsM94iupl_2tS17XKAQq/view?usp=sharing (Failed to detect file type) EDIT: All PCD2DDS...

HI, DDS2TEX with correct new TEX header for DDS (if dds size is changed) this is main task (not tga or png) Also: change format or type not necessary, because...

Hi, Nostritius! Don't worry about mips and lightmaps (forget my first post. Reason of broken textures is wrong sizes in headers...i think) Also i can make original mip count for...

Hi, Nostritius! Thanks for you dds2tex. But in game textures still work not correctly. I'll try to understand why it happened. Look at pic. Strange... hands texture is ok. (hands...

I tried your unrmdp, but: ----------------------------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------------------------- And then i tried Alan wake tool v0.5 (seems to be it unpack correct tex, but not import) Ok i'll try you tex2tga...

Hi, Nostritius Your rmdp.py not needed a fix similar like unrmdp.py? EDIT: You current version of rmdp.py make not correct archive For test: I just unpack ep999-000.rmdp with unrmdp.py and...