Jump to content
  • entries
    48
  • comments
    3
  • views
    4975

How to use Ren'Xel


Neyunse

269 views

Quote

It is recommended to use this app only with finished projects

 

1.0.9 & 1.0.10 Changes:

  • New UI
  • Removed Tkinter and added CustomTkinter
  • Now you need open the root game folder (/path/to/the/game) (do not choose the “game” folder as root.)
  • You need import exel file to generate translation files
  • Now the app use templates for generate translations (more info)
  • rpyExcel lib was updated to 1.0.8, and some of the code changed.
  • Now you need select the translation language (by default the app takes the folder names in data/template folder, you can rename that folders if you want.)
  • Fixed some bugs
  • custom search path

 

Download app here: https://kagarisoft.itch.io/renxel

 

How to add Ren'Py folder has a 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.

 

Quote

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.

 

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...