electronicarts / MELE_ModdingSupport

28 stars 6 forks source link

Using plot database to get Planet information #4

Open nmurillon opened 1 month ago

nmurillon commented 1 month ago

First of all, thanks for these helpful resources.

I have a question regarding the database. When reading data from an ME2LE save, we can obtain a list of PlanetSaveRecord. Each planet record has a planet ID. However, I could not find a way to retrieve the planet's information (such as its name) from this ID and the plot database.

Is there a way to do so with the plot database? If not, is there a way to get this information from the game's binaries?

Thank you in advance

Mgamerz commented 1 month ago

Names and such will all be in TLK. That is stored separate from the database, in game files.

nmurillon commented 1 month ago

Thank you very much for the tip! I'll have a look at it.