• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Ventessel

Second Lieutenant
8 Badges
Aug 31, 2014
193
114
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis IV
  • Hearts of Iron III
  • Pillars of Eternity
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
I'm just curious if it matters whether I express a *.00 after an integer in the game files, specifically in the weapons_templates.ods

As it is, I am writing formulas to define the relative values of weapons based on their tech level and mount. I didn't know if I needed to make sure I kept the expression format to a certain number of significant figures or anything like that.

Thanks!
 
Er... what do you mean by exporting just the values? I am writing the formulas in weapons_templates.ods and then saving that to my mod folder as weapon_formulas.csv (as recommended by the readme).

As it is I compromised by truncating all my values to the nearest multiple of 0.01 (or in the case of cooldowns, 1). I'll be done in a few hours and let you know how my test goes.