Page 1 of 1

Q. what happen when unit id has been over the limit.

PostPosted: Wed Nov 08, 2017 1:12 am
by panic
what happen when unit id has been over the limit.
unit id start to 1000000001 and this number mean host player id.
unit id will increase, when create unit.
this process will to be continue endlessly.
but integer data is 4 bytes.
therefore sometime unit id will came to limit on maximum of integer.

when this situation, nox will be broke? or unit id will came back the start value?

i was really wonder it.

might, this issue very important for edit map.

because i was mostly using tech named by 'unit id searching'.