About this mod
In a game where nearly all mechanics are controlled by various dice rolls and random numbers, your character can now take some agency into their own hands and roll their own dice!
- Requirements
- Permissions and credits
- Changelogs
In a game where nearly all mechanics are controlled by various dice rolls and random numbers, your character can now take some agency into their own hands and roll their own dice! This mod was mostly made as an exercise in programming and is very simple, allowing the player to place a die and to have it show a random number, one to six. This mod is ideal for any roleplayers who want some more dice action in their lives.
This mod was based on Discontinuous Qualia's Flip a Coin mod, with the script from that mod
All this mod does is add an MWSE script to the game, it doesn't add or change any items. Of course, you will first need to find a die to roll, but there are none in the vanilla game. You might be able to find a die on your travels in Tamriel Rebuilt or Province Cyrodiil or any other mod that uses Tamriel_Data.
If you are utterly desperate for a die and you have Tamriel_Data installed and enabled, you can type in the following command into the console to give yourself one. As a little treat.
player->additem "T_com_die_01" 1
OR you can download the optional chargen die plugin that gives you a dice to steal at the start of the game. Take the opportunity to make it part of a new character's personality.
|Compatibility|
This mod was made with Tamriel_Data's pc_misc_die_single.nif model in mind. However, the script also applies to any misc item that has "die" in their name. While it's unlikely that there are many other dice in your game, this mod might have unexpected behaviour with them. Maybe not. This is just a fun small mod. If something isn't working, comment about your issue and I'll see what I can do.
MGE XE is required to use this mod. As an MWSE mod, it is incompatible with OpenMW.
|Credits and Permissions|
As long as you give a credit to my work, I don't mind anyone uploading modifications of this mod.
Thanks to Qualia for their Flip a Coin mod, and for the MWSE channel in the Morrowind Modding Community discord server for helping me out, especially C3pa for fixing my script.