Contributing to TEdit
Last updated
Was this helpful?
Last updated
Was this helpful?
To modify TEdit source you will need a few things:
C# IDE such as Visual Studio or limited debugging with VSCode.
Git - try or
Note: VSCode does not support modifying the UI
See for the current method of forking the TEdit repository .
Use git to clone the repository to your local machine. Pick a folder and execute the following command:
git clone https://github.com/TEdit/Terraria-Map-Editor.git
.
You can use ssh or git extensions if you have those set up. For for detailed instructions see .
Open the folder you cloned TEdit source code, navigate to the src
folder and double click TEdit.sln
Check out these tutorials from Microsoft:
- this is the user interface
Follow the instructions here for how to submit your changes back to your fork of TEdit on Github:
Finally, submit a pull request back to the master TEdit repo:
Please see this PR for an example of the edits needed to add your own language: