iquercorb / OpenModMan

Open Mod Manager - Open source and generic Mod ("Modifications") manager.
GNU General Public License v3.0
95 stars 5 forks source link

appending to or editing a file #43

Closed captn-slo closed 1 year ago

captn-slo commented 1 year ago

Are there any plans to support when several mods need to add their own entries to the same file? For instance each car mod for Automobilista 2 requires appending to the vehicle list file and appending to the driveline physics file. And in the case of the driveline physics file, it needs to be appended before the last line of text.

iquercorb commented 1 year ago

Sorry, no plan for such feature. Even if it would be possible to allow mods creator to script simple data insertion into specific file, the backup mechanims would have to be much more complex to allow consistant "undo" process, this would be a whole new kind of application.

snurps commented 1 year ago

would not be how git manage this kind of conflict be a solution?