Open jsantorek opened 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.
ArcDPS seems to be using GetPrivateProfileString for parsing of its
.ini
file: 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.