funkin-rewritten
funkin-rewritten copied to clipboard
[Switch] Error sprites/menu/girlfriend-title.lua:21:
Error sprites/menu/girlfriend-title.lua:21: Cannot create image (OpenGL error: out of memory)
Traceback
[C]: in function 'nameimage' sprites/menu/girlfriend-title.lua:21: in main chunk [C]: in function 'require' main.lua:42: in function 'load' [C]: in function 'xpcall' [C]: in function 'xpcall'
Use the mass dds converter
Use the mass dds converter
To add more context: This error occurs when the current system runs out of memory to load all the images, DDS files help prevent this type of error by using way less memory as standard png's use
run the mass converter script to automatically convert all images to dds
Use the mass dds converter
To add more context: This error occurs when the current system runs out of memory to load all the images, DDS files help prevent this type of error by using way less memory as standard png's use
run the mass converter script to automatically convert all images to dds
how exactly can I get converter to convert files on switch, Should I simply connect it to my pc and convert them that way?
You must be using a pc for the converters to work
Is there a guide I can follow to DDS Convert?
All you need to do is run the batch/sh file in src/
Oh thanks, I just followed what the releases said and put the .nro in the switch/ directory