chinagreenelvis Posted February 25, 2016 Share Posted February 25, 2016 I've got an ASI mod that I'm working on in Visual Studio using C++. Everything compiles and the mod works, but there are some variables that I want to put into an INI file. For instance: bool mod_enabled = true; //Enable/Disablemod_enabled, indeally, should pull a value from an external configuration file rather than being set to true in the source. I used the ScriptHookV SDK samples as a template. Is there a simple way to do this in VC? Link to comment Share on other sites More sharing options...
chinagreenelvis Posted February 25, 2016 Author Share Posted February 25, 2016 Found the solution, posted it here: http://stackoverflow.com/questions/35617117/how-do-i-store-c-variables-in-an-ini-cfg-or-xml-file/35618362#35618362 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now