Assigning negative values to components
There has been some people asking if this could be done. I remember from my days editing Master of Orion 2 data files that negative values for components were acheived using the formula:
65535 + <negative intended value> = the number to use.
So if you wanted something that weighed -200 kT then you would do the following:
65535 + (-200)
65535 - 200 = 65335
If you used the 65335 value for the component it would weigh -200 kT in the game.
Theoretically.
I just tried it myself with SEIV and I ended up with 66 kT component by inputting a 65335 value for the Tonnage Space Taken plus an integer overflow message. It doesn't exactly work, but I'm posting this anyhow in case anybody else would have some insight.
Maybe 65535 isn't the number and you gotta try some other exponent of 2.
I'm really just taking a shot in the dark on this one.
------------------
|