TEdit
  • TEdit Documentation
  • Install Requirements
  • Basics
    • Getting Started
    • World Components
    • Tools
    • Active Tray
    • Menu and Info Bars
    • Tips
  • Sidebar Tools
    • World Properties
    • Clipboard
    • Chest Editor
  • Plugins
    • Plugins
    • House Generator Plugin
  • Configuration
    • Settings
    • Saves and Backups
    • Shortcuts and Keybindings
  • Advanced
    • Contributing to TEdit
    • Troubleshooting
    • Corrupted World Recovery
    • Image Schematics
Powered by GitBook
On this page
  • Fork and clone the repository
  • Open with Visual Studio
  • Making a change
  • Commit to GitHub
  • Submit a Pull Request
  • Localization and Languages

Was this helpful?

Edit on Git
  1. Advanced

Contributing to TEdit

PreviousShortcuts and KeybindingsNextTroubleshooting

Last updated 4 years ago

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

Fork and clone the repository

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 with Visual Studio

Open the folder you cloned TEdit source code, navigate to the src folder and double click TEdit.sln

Making a change

Check out these tutorials from Microsoft:

Commit to GitHub

Submit a Pull Request

Localization and Languages

- 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:

C# Basics
WPF Basics
Visual Studio Tutorials
Navigating the Debugger
Committing Changes
Submit a Pull Request
https://github.com/TEdit/Terraria-Map-Editor/pull/1391
Download Visual Studio Free
Dotnet Core SDK
.Net Framework Developer Pack
GitHub Desktop
Git Extensions
GitHub Documents
https://github.com/TEdit/Terraria-Map-Editor.git
GitHub Cloning
open Tedit.sln
fork-tedit
dotnet downloads