How to add Ren'Py project folder has default search path
the 1.0.10 update includes the possibility to configure the base path of your projects, this makes it easier to navigate between folders.
Now, this configuration does not have an editable field from the app, but it is edited from a file located in the data folder.
we will go to the renxel installation path, then to the data folder and we will find a file called “settings.ini”. inside it we will see something like this:
[app]
rootFolder = None
“rootFolder” is used when the window asks where the base folder of the game is located, If it is not None, it asks for the path where you have all your renpy projects, for example:
[app]
rootFolder = G:/renpy/myprojects
then, when we run the app and we are going to choose the folder of the project which inside has a “.tab” file we can see the list of folders of all our projects, so we can select the folder of the desired project much easier and so we don’t have to travel to distant lands in search of the base folder of our project.
Important note: Do not use this variable to define the default route: G:/renpy/myprojects/myawesomegame, while you can do this, this editable variable is intended to make it easier for you to find the folder you are looking for.
Files
Get Ren'Xel
Ren'Xel
generates an Excel file from Ren'Py's dialogue.tab file using python technology
More posts
- [PLUS] Now you can export to xlsFeb 11, 2024
- Ren'Xel Plus now supports the excel file from Ren'Xel ClassicJan 22, 2024
- How to use Ren'Xel PlusJan 12, 2024
- Ren'Xel Plus ItchApp InfoJan 08, 2024
- New Year, New Ren'XelJan 06, 2024
- Linux versionOct 02, 2023
- Major Update - 16.02.23Feb 16, 2023
Leave a comment
Log in with itch.io to leave a comment.