apocalyptech / eschalon_utils

Eschalon Books I, II, and III Character and Map Editors
http://apocalyptech.com/eschalon/
GNU General Public License v2.0
8 stars 3 forks source link

"Smart" object editing mismatches #22

Closed apocalyptech closed 10 years ago

apocalyptech commented 10 years ago

A couple things I'd noticed while testing:

1) I put down a "Lava Slag" entity into a Book III map, using the "smart" object dropper method, and in the engine it became a "Mutated Assassin Stalk." Possibly this is just an error in the engine, but I should investigate.

2) The "big graphic" entities in there need to get updated

Also in general there are probably some new things we should add in there.

elliotkendall commented 10 years ago

Lava slag/assassin stalk is because of a duplicate entity ID in entities.csv.

apocalyptech commented 10 years ago

elliotkendall wrote:

Lava slag/assassin stalk is because of a duplicate entity ID in entities.csv.

Heh, cool, thanks for saving me some debugging time. It would have to be the one entity I picked at random which happened to be bugged like that. :)

apocalyptech commented 10 years ago

Okay, I'm going to call this one Good Enough For Now. I'm sure there's extra "complex" object definitions we could add in, but I think the smartdraw stuff should generally do the right thing for Book 3 now.