TX2 breaks with ship table '1b8005':

Post ideas & suggestions you have pertaining to the game here.
Post Reply
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

I get a 'no items for random item table' error...

(tbAresEncounters never even shows up in TX2)

//Ok, as far as I know, this is a bug: what SEEMS to be happening is that because I overwrote the things that used the table, the game does not seem to like that the table is not being used and throws the error: the ships IN the table however are still all present, if potentially modified, though I don't think so.//

// Ticket here: http://wiki.neurohack.com/transcendence/trac/ticket/233 //
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
george moromisato
Developer
Developer
Posts: 2998
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

Good catch! Definitely a bug.

I think the problem is that inside of tbAresEncounters there is a random item table with <RandomItem> that is looking for all items with the "Ares" attribute. If you have overridden all Ares items, then that could cause the problem.

I've fixed this in RC4, but for now you can just override that encounter table if you're not using it.
User avatar
Arisaya
Fleet Admiral
Fleet Admiral
Posts: 5535
Joined: Tue Feb 05, 2008 1:10 am
Location: At the VSS Shipyards in the frontier, designing new ships.

oh, ok, thanks! :D
(shpOrder gPlayership 'barrelRoll)

<New tutorials, modding resources, and official extension stuff coming to this space soon!>
Post Reply