fodev.net

FOnline Development => Questions and Answers => Topic started by: Tim_I_On on August 12, 2013, 10:12:43 pm

Title: ProtoItems
Post by: Tim_I_On on August 12, 2013, 10:12:43 pm
Faced with a challenge, the maximum pid prototypes was equal to 30000 how you can increase the maximum prototypes?

____________
Use translator
Title: Re: ProtoItems
Post by: John Porno on August 13, 2013, 02:27:34 am
just out of curiosity, what do you need so many PIDs for?
Title: Re: ProtoItems
Post by: k3tamina on August 13, 2013, 06:52:45 pm
Prototypes' ids are defined as uint16, so in theory the max number of prototypes should be 65535
but I don't know if the engine has a hardcoded limitation set to 30000 (which by the way seems a reasonable amount)
Title: Re: ProtoItems
Post by: Ganado on August 18, 2013, 08:42:36 pm
Wipe said it was engine limit, but yeah 29999 seems like more than enough for anything possible with FOnline engine to begin with.