Hey, im wondering is there possible to get and read .ini files from data.sah ?
If its possible i am looking for guide about this.
I am gonna use with GetProfileString and WriteProfileString methods.
Hey, im wondering is there possible to get and read .ini files from data.sah ?
If its possible i am looking for guide about this.
I am gonna use with GetProfileString and WriteProfileString methods.
The easiest solution would be to have your code get the ini file data from the data files, and then write it to a temporary file. You could then store that file name and use it in the relevant methods.
Store the output path, write the INI data to it, and then use GetProfileString. If you want to be able to mutate the data then you’ll have to store it somewhere consistent that you can lookup, or write your own functionality for storing it back into the data file (which afaik the game client doesn’t natively support)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.