View Single Post
  #2  
Unread 10-12-2024, 10:40 AM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 965
Default

In the past DarqUI had a feature that would allow you to price items on the broker in excess of values the UI would permit by default. Now that the largest single item price on the broker is 50M, the override no longer works and is no longer necessary.

Two billion is a game-imposed limitation on each instance of moving coin. 2^31, which is just a bit (pardon the pun) larger than two billion, is the highest value for a signed 32-bit integer, which is very likely the reason for the limitation in the game's program code.


.
Reply With Quote