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 //
TX2 breaks with ship table '1b8005':
-
- 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.
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.