Théodore ROY

Results 4 comments of Théodore ROY

Got the same issue with Iphone 8 and iOS 16.7.4. I first launched palera1n from an intel mac with the cf flags then only the f flag before my phone...

I get the same problem but without the reverse proxy so maybe the issue is larger than that

I found somewhat of a fix for this.. in PrintContentFiles, just before the WriteLine, i put ```cs finalPath = finalPath.Substring(0, finalPath.IndexOf(".") + 1); finalPath = finalPath.Replace(".", string.Empty); ``` so it...

> Nez doesnt generally use XNB files for textures. You can load the PNG directly via the NezContentManager and the usual png extension. That's what I think I do but...