Razzmatazzz / RemnantSaveManager

Automatic backing up of your Remnant: From the Ashes save files, and the ability to anlayze your world to see what events rolled.
https://www.reddit.com/r/remnantgame/comments/d4eq86/remnant_save_manager_and_world_analyzer/
GNU General Public License v3.0
118 stars 21 forks source link

Where can the text on these two pictures be modified? #40

Open xuqingxin001 opened 4 years ago

xuqingxin001 commented 4 years ago

I searched for a long time and didn't find the specific location QQ截图20200925003323

QQ截图20200925003341

Razzmatazzz commented 4 years ago

The column names for the main window backup list are determined by the public properties of the SaveBackup object. You might be able to change the labels where the columns are automatically generated.

Similarly, the column names for the world analyzer are determined by the public properties of the RemantWorldEvent object. Once again, you might be able to change the labels where the columns are automatically generated.

Edit: alternatively, you might be able to change the names of those properties for each object, but then you'd also have to change all references to those properties elsewhere in the code. Not sure how feasible that is.