Toribash
Original Post
Mod Help + Questions/Tutorials
Ask any and all mod-related questions here, and anyone who knows the answer will help you with a solution.




If you have a contribution you'd like to make to either the tutorial/resources sections, contact Pouffy.




Classic Modding Template/Resource : Attachment 601968

Mod template with classic gamerules, all default tori modification values explicitly stated, and all non-static (flag 0) compatible objects pre-spawned. Also includes all volume and mass calculations for bodyparts (rounded to four digits), body and environment flags, and gamerules flags stated. The first of every sort of object explicitly states all parameters it is compatible with; all objects after that are streamlined as much as possible.

This modfile is primarily to streamline the text-editor modding process, as well as to provide text-editor-visible resources to assist modmakers, although it is also importable to save from having to spawn all sixteen non-statics at the beginning of the modding process.

Balance System : Attachment 287752

Most people have played or seen a mod with a balance system before. It was a concept first proposed by Skazz and subsequently, I developed the first balance system for 49realtoriboxing.tbm. (first mod uploaded to the mod uploader) Usually people think it works by using heavier feet but this is not the case.

The balance system uses opposing thrusts to keep the player upright. By placing upward thrust on the player's upper body and downward thrust on the player's lower body, the body will always straighten out when tilted at any degree.

This effect allows for the player to move efficiently without focusing on balancing with a variety of applications. (Sports, Parkour, Sparring or other realistic fighting mods)

I've attached a balance system mod tool to the post (MTBalance.tbm). It is a balance system which is configured for -35 gravity. Unlike most systems, it allows for excellent balancing without restricting freedom to the player, which should be useful for anyone who wants to apply it to their mod.

Keep in mind that a balance system must be configured when the gravity is changed. It becomes weaker as gravity increases and stronger as gravity decreases.
Last edited by pouffy; Mar 20, 2018 at 11:00 PM.