TurnBasedMC

Quick rating

Community listing page, reviews here may not be monitored by the author.

TurnBasedMC

No reviews yet

Puts RPG style turn based combat into Minecraft!

Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
TBMM-1.29.0-NeoForge-26.1.2-26.1.2.94.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

[Github page]

[Alternate Git Forge page]

[Features]

[Changelog]

[Videos about the mod]

[Alternate link to info/videos about the mod]

[Documentation Page]

MOD VERIFICATION:

Lately there's been news (as of 2023-06-07) about some mods having been maliciously updated to have malware. (More in-depth info about it here.) If you want to verify my mod downloads, you can get signatures for most of my mod .jars here: https://burnedkirby.com/tbmm_downloads/

https://burnedkirby.com/tbmm_downloads/README.html or https://burnedkirby.com/tbmm_downloads/README.txt Describes how you can verify that the .jar file is actually what I posted.

This mod mainly uses Minecraft Forge event hooks to simulate a turn-based-battle experience.

How do I use this mod to have turn-based-battle with any mob (including mobs from other mods)?

To have turn-based-battle with a mob, it must have a config entry in the server config. This can either be done manually or be done in-game via a command.

Is it possible to have a mob's config applied to any mob with a specific name?

Yes, this video explains this feature.

Can the mod play music while a battle is happening?

Yes, you have to put the music in .minecraft/config/TurnBasedMinecraft/Music/battle and .minecraft/config/TurnBasedMinecraft/Music/silly . Note that ".wav", ".mp3", and ".ogg" music files are supported, but ".mid" files are disabled due to lack of volume control with the default Java library api. The config file can be edited to change what categories of entities trigger what type of music, but generally "passive" mobs trigger the "silly" music and everything else triggers "battle" music. Note that the default server config has turn-based-battle disabled for "passive" mobs.

It is recommended to use .ogg Vorbis files for music as ".wav" files are large and ".mp3" support is flaky. Note that .ogg Opus is not supported.

Why can't the mod play my mp3 files?

The 3rd party library used to load mp3 files seems to have issues with loading any mp3 file that isn't "barebones". Try removing the metadata of the mp3 file. I've found that using mp3s without album art embedded in it seems to work. Alternatively, use .ogg Vorbis files instead.

Why do passive mobs don't start turn-based battle?

By default, the `passive` category is set to "ignore turn-based--battle" in the server config. Use `/tbm-server-edit` to change this. (Click on `ignore_battle_types` which should be dark-green. A list of "categories" will appear at the bottom of the text. Click on `passive` to remove the "passive" category.)

Screenshot one of two showing how to unset passive category from ignore battle types list

Screenshot two of two showing how to unset passive category from ignore battle types list
 

Alternatively, edit the server config and remove "passive" from the ignore_battle_types list.

Why is the mod's config file missing?

The mod needs to be run once to generate the default config file and directories for battle music. After running it once, you can now close Minecraft and edit the config found at .minecraft/config/TurnBasedMinecraft/TBM_Config.toml Note that some options only apply to the server and some only to the client, as specified in the config. This means that server config must be changed on the server side for it to take effect (local singleplayer will use all of the local config, but multiplayer setups will require the server config to be changed on the server side). You can edit the server-side config in game via the "/tbm-server-edit" command.

I updated the mod, but now my config changes are back to default, what happened?

Sometimes, I add new mob entries to the config, and increment the version number of the config. When the server/client starts, it checks the default config's version number with the existing config's version number. If the existing config is determined to be outdated, then it is renamed to a different name (which usually includes the date/time of when it was renamed), and the new default config is placed in its place. There is a config option to prevent this from happening, but it is strongly recommended to not disable this since this will cause updates to the config to never be placed in the mod's config directory. If you have changes you want to keep, but the mod renamed the original config, you will have to edit the "TBM_Config.toml" to have the changes you want from the renamed older config file.

Github Page
Alternate Repo Page
Changelog
Videos about the mod
Alternate link to Videos about the mod
Alternate link to older versions of this mod
Documentation Page

How do I use this mod to have turn-based-battle with any mob (including mobs from other mods)?

To have turn-based-battle with a mob, it must have a config entry in the server config. This can either be done manually or be done in-game via a command.

Is it possible to have a mob's config applied to any mob with a specific name?

Yes, this video explains this feature.

Can the mod play music while a battle is happening?

Yes, you have to put the music (.wav, .ogg, or .mp3) in .minecraft/config/TurnBasedMinecraft/Music/battle and .minecraft/config/TurnBasedMinecraft/Music/silly . Note that ".wav", ".ogg", and ".mp3" music files are supported, but ".mid" files are disabled due to lack of volume control with the default Java library api. The config file can be edited to change what categories of entities trigger what type of music, but generally "passive" mobs trigger the "silly" music and everything else triggers "battle" music. Note that the default server config has turn-based-battle disabled for "passive" mobs.

Note that while .ogg Vorbis files are supported, .ogg Opus files are NOT supported.

It is recommended to use .ogg Vorbis files instead of .mp3 files.

Why can't the mod play my mp3 files?

The third-party-library used to load mp3 files seems to have issues with loading any mp3 file that isn't "barebones". Try removing the metadata of the mp3 file. I've found that using mp3s without album art embedded in it seems to work.

It is recommended to use .ogg Vorbis files instead of .mp3 files.

Why do passive mobs don't start turn-based battle?

By default, the passive category is set to "ignore turn-based-battle" in the server config. Use /tbm-server-edit to change this. (Click on ignore_battle_types which should be dark-green. A list of "categories" will appear at the bottom of the text. Click on passive to remove the "passive" category.) Screenshot one of two showing how to unset passive category from ignore battle types list Screenshot two of two showing how to unset passive category from ignore battle types list

Alternatively, edit the server config and remove "passive" from the ignore_battle_types list.

Why is the mod's config file missing?

The mod needs to be run once to generate the default config file and directories for battle music. After running it once, you can now close Minecraft and edit the config found at .minecraft/config/TurnBasedMinecraft/TBM_Config.toml Note that some options only apply to the server and some only to the client, as specified in the config. This means that server config must be changed on the server side for it to take effect (local singleplayer will use all of the local config, but multiplayer setups will require the server config to be changed on the server side). You can edit the server-side config in game via the "/tbm-server-edit" command.

I updated the mod, but now my config changes are back to default, what happened?

Sometimes, I add new mob entries to the config, and increment the version number of the config. When the server/client starts, it checks the default config's version number with the existing config's version number. If the existing config is determined to be outdated, then it is renamed to a different name (which usually includes the date/time of when it was renamed), and the new default config is placed in its place. There is a config option to prevent this from happening, but it is strongly recommended to not disable this since this will cause updates to the config to never be placed in the mod's config directory. If you have changes you want to keep, but the mod renamed the original config, you will have to edit the TBM_Config.toml to have the changes you want from the renamed older config file.

Screenshots

Gallery

  • Post Battle
    Post Battle This shows the output text from a battle that just ended.
  • Attack Menu
    Attack Menu The menu that appears when selecting which entity to attack in turn-based combat.
  • Battle Main Menu
    Battle Main Menu The main menu that is displayed upon start of turn-based combat.
  • Battle Menu
    Battle Menu The main menu that is displayed upon start of turn-based combat.
  • Battle Attack Menu
    Battle Attack Menu The menu that appears when selecting which entity to attack in turn-based combat.
  • After Battle
    After Battle This shows the output text from a battle that just ended.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~11,000
Total Downloads
CurseForge
~9,000
Modrinth
~2,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works