Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/en/publishing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ We have compiled guides to publish for each marketplace, so you can easily get y
- [Publishing on Modtale](./publishing/modtale)
- [Publishing on CurseForge](./publishing/curseforge)
- [Publishing on BuiltByBit](./publishing/builtbybit)
- [Publishing on Modifold](./publishing/modifold)
<Callout>

If you run a marketplace, please reach out to us via our email `neil@hytalemodding.dev` to get your marketplace listed in our documentation.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/en/publishing/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"icon": "FileText",
"pages": ["modtale.mdx", "curseforge.mdx", "builtbybit.mdx"]
"pages": ["modtale.mdx", "curseforge.mdx", "builtbybit.mdx", "modifold.mdx"]
}
152 changes: 152 additions & 0 deletions content/docs/en/publishing/modifold.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
---
title: "Modifold"
description: "A step-by-step guide to publishing your mod on Modifold."
---

# Publishing Your Mod on Modifold

[Modifold](https://modifold.com) is a modding platform where modders can upload their mods and share them with the community.

This guide follows the real project publishing flow: from signing in to your account to submitting for moderation.

![](/assets/guides/modifold_home.png)

## Step 1. Sign In

First, you need to sign in.
In the site header, click **"Log in"** and choose your preferred sign-in method.

Currently available:
- GitHub
- Discord
- Telegram

![](/assets/guides/modifold_auth.png)

## Step 2. Create a Project

After signing in successfully, click **"Create Project"** in the site header.

Fill in:
- **Project name**
- **Summary** (a short description in 1-2 sentences, for example: `This project adds...`)

Then click **"Create Project"**.

After creation, you will immediately be taken to the project settings page.

![](/assets/guides/modifold_project_settings_general.png)

## Step 3. Project Icon

It is recommended to upload a project icon first.

It is best to use an in-game preview of your mod so users can immediately understand what the project does.

Uploading an icon is not required, but highly recommended.

## Step 4. Description

Make sure to fill in the project's **Description**.

[Modifold](https://modifold.com) supports a convenient Markdown editor where you can describe in detail:
- what your mod does
- how to use it
- important details for users

Banners linking to other platforms are allowed.
Minimum description length: **50 characters**.

![](/assets/guides/modifold_project_settings_description.png)

## Step 5. Upload a Mod Version

This is the most important step.

Upload your project version file (for example, `.jar`) through the upload block:
- drag and drop the file, or
- click the block and select a file from your computer

![](/assets/guides/modifold_project_settings_upload_version.png)

Then fill in:
- **Version number** (for example, `1.0.1` if this is a fix)
- **Changelog** (optional, in Markdown format)
- **Release channel**: `Release`, `Beta`, or `Alpha`

After that, click **"Upload Version"**.

Congratulations, your first version is uploaded.

<Callout type="info">
If you publish on Modifold, keep your project page updated so users can quickly understand what your mod does and which version they should install.
</Callout>

## Step 6. Gallery

In the **"Gallery"** tab (recommended), you can upload images showcasing your mod's features.

One image can be marked as **Featured**.

The featured gallery image appears in search results and on your project card.

This image will be used as your project's cover.

## Step 7. Links

In the **"Links"** tab, you can add useful project links:
- Issue Tracker
- Source Code
- Wiki (linking to external resources)
- HytaleModding Wiki
- Discord

These links are shown in a separate block on the project page.

![](/assets/guides/modifold_project_settings_links.png)

## Step 8. Tags

In the **"Tags"** tab (recommended), select relevant project tags.
For example, if your mod adds decorative elements, choose the `Decoration` tag, then click **"Save"**.

## Step 9. License

In the **"License"** tab, you can set the project license.

By default, the license is **ARR (All Rights Reserved)**, but you can choose another available license.

## Step 10. Moderation

The final required step is the **"Moderation"** tab.

There, you can make sure all required fields are completed and submit the project for review.

![](/assets/guides/modifold_project_settings_moderation.png)

After submission, moderators check:
- compliance with Modifold content rules
- project versions for malware

When the review is complete, you will receive a notification:
- if the project is approved, it becomes public
- if it is rejected, moderators will provide a reason, and you can resubmit after making fixes

# Integration with HytaleModding Wiki

If your mod uses [HytaleModding Wiki](https://wiki.hytalemodding.dev), just add the wiki link in your Modifold project settings.

After that, your project will have a **Wiki** tab with synchronized pages and Markdown content.

Wiki configuration and editing remain on the [HytaleModding Wiki](https://wiki.hytalemodding.dev) website.

![](/assets/guides/modifold_project_wiki.png)

The screenshot above shows the Voile project wiki page: [modifold.com/mod/voile/wiki](https://modifold.com/mod/voile/wiki)

# Getting Help

If you run into issues while uploading your project, please:

- Contact the official Modifold Discord server
- Or email `support@modifold.com` with a description of the issue.
Binary file added public/assets/guides/modifold_auth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/guides/modifold_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading