Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: krevett62 on January 25, 2017, 09:47:42 am

Title: Entry limits in table
Post by: krevett62 on January 25, 2017, 09:47:42 am
Hello, is the limit of 250 entries in ships.tbl still here? I'm asking because I'm currently reaching 252 entries in my current mod and the games still lauch and run as well as the editor.

Am I risking encountering some strange bugs by using so much entries?
Title: Re: Entry limits in table
Post by: The E on January 25, 2017, 10:00:54 am
The ships.tbl entries limit has been removed.
Title: Re: Entry limits in table
Post by: krevett62 on January 25, 2017, 10:12:38 am
Great I didn't know, I was counting each entry and was afraid I couldn't add one ore two more things to it!
Thanks.
Title: Re: Entry limits in table
Post by: The E on January 25, 2017, 10:13:55 am
If you had too many entries in there, the debug exe would have warned you :P
Title: Re: Entry limits in table
Post by: karajorma on January 25, 2017, 10:24:28 am
The ships.tbl entries limit has been removed.

Not for multiplayer I assume.
Title: Re: Entry limits in table
Post by: AdmiralRalwood on January 25, 2017, 01:59:42 pm
It wasn't removed; it was doubled to 500.

Not for multiplayer I assume.
Yeah, the limit for multiplayer is also unchanged.
Title: Re: Entry limits in table
Post by: krevett62 on January 25, 2017, 02:58:27 pm
OK it's good to know. I'll probably do some cleanup then to try to be under the limit.