Jump to content

Is it possible to change Gold type from Int to Float?


Recommended Posts

I basically want to change the "Value" of things in the game from type Int to type Float. Im thinking this is either A) Impossible or B) So complicated I wouldnt be able to do it with my skills.

 

The reason is Im working on a economy overhaul and want to implement silver and bronze coins. However Id like to be able to set the value of things to a decimal rather than remain with integers. Its not a huge deal though as other mods just use integers and change the value of their coins. Still, it would be neat to be able to make it so 1 bronze = .01 value, 1 silver = .10, and 1 gold = 1 rather than 1, 10, 100.

Link to comment
Share on other sites

change gold to the base value of the lowest currency you want and create additional entries for the higher value ones. it wont make it work counting the others as values of the base coin, but it will let you create slips/coins/w/e item you want that all merchants will trade for in order to reduce carry weight or what have you.

Link to comment
Share on other sites

Thanks. I realized after looking around that this is what Ill have to do. I wanted to set the lesser coins as decimal values of 1. Instead Im going off an old roman style of coinage and since 200 half bronze coins was = to 1 gold, Ive reversed all this and 1 gold coin will be worth 200 "value" in game, whereas half bronze will be worth 1. I have no idea if I even have the ambition to fully pull off my idea, but there is nothing immersive and comprehensive for Skyrim SE so Im giving it a go...

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...