slick97
Active Member
- Dec 2, 2021
- 820
- 2,158
- 377
I'm quoting you but this applies to anyone who wants to download the source code from the git page. Every file mentioned can be found following this link:You can just download and modify the one file without getting the whole project from Git?
You must be registered to see the links
- Go to the Git page. You should see the source code for the "develop" branch
- Click the dropdown tab and select "master"
- Click on the "Code" tab
- Select "zip" for the file format
- Extract the file into the folder and open it
- Look for the "LR2-Runtime.zip" file and "extract here"
- Note: This zip file contains the executables and libraries for the game so you don't need to redownload or modify older versions
- Repeat the above steps for downloading the "develop" branch except making sure you're looking at the "develop" branch instead of the "master"
You don't have permission to view the spoiler content.
Log in or register now.
You can technically edit any .py or .rpy file with Notepad, but Notepad++ contains the format for the Python language which will make editing way easier. Also keep in mind that you cannot use tab characters in .rpy files (i.e. pressing "tab" on your keyboard) as it will always result in an error on load.
Happy modding!