RaidcoreGG / Nexus

An Addon Host for Guild Wars 2. Handling loading & updating addons and provides a mod API.
https://raidcore.gg/Nexus
48 stars 5 forks source link

ArcDPS .ini file parsing #68

Open jsantorek opened 4 days ago

jsantorek commented 4 days ago

ArcDPS seems to be using GetPrivateProfileString for parsing of its .ini file: image This approach feels way more elegant than current approach, with added benefit of handling comments/empty lines etc - in exactly the same way as ArcDPS does. I feel this should be used in Nexus as well.

DeltaGW2 commented 4 days ago

Will look into it. Same as https://github.com/RaidcoreGG/Nexus/issues/67 the arc stuff was pretty bandaid to just get it working for now. With the ongoing Loader rewrite I will put a strong emphasis on better integrating everything arc related.