Hi,
So I was applying some VN game, and I began to find something strange.
I notice that when I open my Renpy, the folders were like in the attachement.
One is a folder with lots of python files, and another with little or no python files.
Question 1 : how can I access those with Python files?
Question 2 : Is there a framework where I can copy those Python files?
Question 3 : When will i need to shift my game from those normal Ren'Py files to Python ones?
Thank you everyone for your kind guidance~!
Trafalgar.
What is the difference in formats?
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
What is the difference in formats?
Check out some of my stuffs here:https://linktr.ee/theartofjoshlab
Art Portfolio: https://www.instagram.com/theartofjoshlab/
Working on a personal Visual Novel~
Art Portfolio: https://www.instagram.com/theartofjoshlab/
Working on a personal Visual Novel~
Re: What is the difference in formats?
First screen is renpy internals, don't touch them, unless you really know what you doing.
Second screen is your game files, rpyc files are compiled rpy files, they used for faster game starting and some rudimentary obfuscation.
When making game you add/remove/edit rpy files in your game project folder, you generally never touch rpy/py files in renpy folders.
When you ready to release game you "Build Distribution" thru renpy launcher and it will automatically copy all necessary files to appropriate places.
While you can use py files/packages in game https://www.renpy.org/dev-doc/html/pyth ... d-packages i would recommend to avoid it and use "init python", unless you really know what you doing.
Second screen is your game files, rpyc files are compiled rpy files, they used for faster game starting and some rudimentary obfuscation.
When making game you add/remove/edit rpy files in your game project folder, you generally never touch rpy/py files in renpy folders.
When you ready to release game you "Build Distribution" thru renpy launcher and it will automatically copy all necessary files to appropriate places.
While you can use py files/packages in game https://www.renpy.org/dev-doc/html/pyth ... d-packages i would recommend to avoid it and use "init python", unless you really know what you doing.
I may be available for hire, check my thread: viewtopic.php?f=66&t=51350
Re: What is the difference in formats?
Hi drKlauz, noted. Thanks for your help!drKlauz wrote: ↑Sat May 09, 2020 5:35 amFirst screen is renpy internals, don't touch them, unless you really know what you doing.
Second screen is your game files, rpyc files are compiled rpy files, they used for faster game starting and some rudimentary obfuscation.
When making game you add/remove/edit rpy files in your game project folder, you generally never touch rpy/py files in renpy folders.
When you ready to release game you "Build Distribution" thru renpy launcher and it will automatically copy all necessary files to appropriate places.
While you can use py files/packages in game https://www.renpy.org/dev-doc/html/pyth ... d-packages i would recommend to avoid it and use "init python", unless you really know what you doing.
Check out some of my stuffs here:https://linktr.ee/theartofjoshlab
Art Portfolio: https://www.instagram.com/theartofjoshlab/
Working on a personal Visual Novel~
Art Portfolio: https://www.instagram.com/theartofjoshlab/
Working on a personal Visual Novel~
Who is online
Users browsing this forum: Google [Bot]