Skip to content

Create Mod

AALUND13 edited this page Nov 22, 2024 · 2 revisions

The Create Mod tool simplifies the process of setting up a new mod by using a mod template.

Accessing Create Mod Window

To open the Create Mod Window, navigate to:
Unity Rounds Modding Tools => Create Mod

Create Mod Fields

1. Mod ID

  • This is the unique identifier for your mod.
  • It is recommended to follow the reverse-DNS format:
    com.<YourDomain>.rounds.<YourModName>
    Example: com.example.rounds.awesomemod

2. Mod Name

  • The name of your mod, which can be any string of your choice.
    Example: Awesome Mod

3. Mod Initials

  • Short initials representing your mod.
    Example: Convert ExampleMod into EM.

4. Assembly References

  • Specifies the Assembly References for your mod's Assembly Definition file.

5. Precompiled Assemblies

  • Specifies the Precompiled Assemblies for your mod's Assembly Definition file.

Creating the Mod

Once you have completed all the fields above, click the Create Mod button. The tool will use the default mod template (UnityRoundsModTemplate) to generate your mod structure.

Your new mod will include all necessary files, making it easier to get started with development.

Clone this wiki locally