Open it with a text editor.I'm already tried, If I'm change the extension it's says could not find the image
Open it with a text editor.I'm already tried, If I'm change the extension it's says could not find the image
ftypavifavifmif1miaf�meta!hdlrpictpitm4ilocD@���8iinfinfeav01infeav01�iprp�ipcocolrnclxOpen it with a text editor.
av1 is your problem.ftypavifavifmif1miaf�meta!hdlrpictpitm4ilocD@���8iinfinfeav01infeav01�iprp�ipcocolrnclx
�av1C�ispe��pixi8auxCurn:mpeg:mpegB:cicp:systems:auxiliary:alphaav1C�ispe��pixiipma���irefauxl
�mdat
�~XT2�`@P�?^j!Q����d�s�L��(ƨ�o3Ն�(�[���GC�� &�����l$,a�{�����I4v�Ê�!v��T��[����j�5���o(%�4���� �����}.~��[L1�R��pu�I��b2�����}���ӆ~=��ɨ6���>_��]�K�H��-ӷoC��x�O!T�Ak�2s���EW�����^�d�ù5��P]���6��9���A
Yeah I'm just finished porting with 8.2.3av1 is your problem.
Older RenPy doesn't support this.
I advise using the latest versions.
I think that traceback is a similar problem.Yeah I'm just finished porting with 8.2.3
It's working now.
Thanks for the advice & point out what my problem
One question, if I'm compressed another size and change my all image format to new one will it work then?
If you know what the error in traceback file. I'm previously posted.
It's already solved, thank you very much for the help. I really appreciate it!!!View attachment 3804610 With a search, I was able to identify 5 files where fixes need to be made.
Try googling "enable long file names windows"I get error when the file names are very long
No work broTry googling "enable long file names windows"
There's several methods.
Move your renpy to c:\ instead of c:\users\name\Downloads\compressed\blah ?No work bro
Yes work its thanksMove your renpy to c:\ instead of c:\users\name\Downloads\compressed\blah ?
Can you or anyone tell me how I can disable the sync folder being created and saves being copied there. Its making the saves twice the size they need to be for no rather upside. Thanks in advance <3Hello Wills747 thanks for making wonderful versions.
I wanted to ask is there a way to remove sync folder and security keys.
I'm using 8.2.1-sdk version.
If you guys know guide me please....
Edit : found it because of the latest Ren'Py version
Same for me. I can't fix this in latest renpy version (8+) so i just dropped trying.Can you or anyone tell me how I can disable the sync folder being created and saves being copied there. Its making the saves twice the size they need to be for no rather upside. Thanks in advance <3
I tired a couple of things like making $config.has_sync False in both renpy and game 00sync file but it doesn't seem to work.
Hi Wills747, Sorry for the ping but can you please help with this.Can you or anyone tell me how I can disable the sync folder being created and saves being copied there. Its making the saves twice the size they need to be for no rather upside. Thanks in advance <3
I tired a couple of things like making $config.has_sync False in both renpy and game 00sync file but it doesn't seem to work.
I hadn't noticed that until now, I bet there is a define that will kill it.
I will try couple of more thing, if any of those work will update here. Thanks for trying Estrada <3FWIW, I just tried
define config.has_sync = None
and it still made them.
init 9999 python:
renpy.config.has_sync = None
renpy.config.extra_savedirs = []
Interesting, I won't be changing this built in feature anytime soon as some people use it to copy saves PC <---> Android but any knowledge is useful.Found the solution. estrada777 & ArunPrime Tagging if guys want to implement.
Estrada you were right. Defining some variables killed it.
Solution is here by Twistty in last 2-3 pages(Thank you very much Twistty ):
https://f95zone.to/threads/new-renpy-token-check-when-creating-a-save.168169/post-13756630
You can either use twistty's extra_savedirs_Fix.rpy and paste it in ./game folder and sync folder will no more be created.
Or paste following code in any rpy file you create for customizing you ports:
Code:init 9999 python: renpy.config.has_sync = None renpy.config.extra_savedirs = []
I am thinking I will just copy attached file in ./game folder of every port i will create.
Edit: I tried it in one of my ports and it works like a charm. No more double save files
Same, plus the auto saves are pretty tiny, all things considered. Maybe one or two MB?Interesting, I won't be changing this built in feature anytime soon as some people use it to copy saves PC <---> Android but any knowledge is useful.