Posts: 232
Threads: 55
Joined: Dec 2013
Reputation:
0
I recently started programming pawn, and now that I'm starting to figure things out I want to use a storage system. I've been using Y_INI, but it's rather confusing to me. Should I learn on Dini then eventually move to Y_INI? Or should I just learn on Y_INI? I don't know if they're the same in anyway and that's why I ask this.
Posts: 43
Threads: 3
Joined: Dec 2013
Reputation:
0
Personally, I've used Y_INI and not so much of dini, because it's rather old, and the YSI library in its whole is in my opinion one of the best if not the best libraries out there.
If you wish to make a .ini based GM, go for Y_INI. Read some tutorials in here, it's really simple and fast to catch the idea behind it.
Now, if eventually, you would like to make a GM with the possibility of a UCP, you will be using MySQL.
Posts: 45
Threads: 7
Joined: Jan 2014
I think you should use Dini.
Posts: 843
Threads: 61
Joined: Feb 2013
Reputation:
0
I would suggest you to learn Y_ini or SQL since dini is very slow and not really good to use.
I already had dini, and switching from it to SQLite was really hard but worth it.