Y_INI or dFile? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Y_INI or dFile? (
/showthread.php?tid=441734)
Y_INI or dFile? -
Captive - 04.06.2013
hello to all. I'm starting to Scripting a GM RP, as a system data file what do you recommend? Y_INI or dFile?
Before discovering the dFile I always used Y_INI, now I'm starting to use the dFile and is more comfortable than Y_INI, but for you what is the most efficient and fast?
Re: Y_INI or dFile? -
Guest123 - 04.06.2013
Y_INI.
Re: Y_INI or dFile? - Emmet_ - 04.06.2013
Y_INI, but I prefer SQLite.
Re: Y_INI or dFile? -
punklord - 04.06.2013
Y_INI.
Re: Y_INI or dFile? -
DRUNKY - 04.06.2013
Y_INI.
Re: Y_INI or dFile? -
Beckett - 04.06.2013
Y
_INI.
Re: Y_INI or dFile? -
leong124 - 04.06.2013
It's your preference. dFile seems to be more straight forward, because it doesn't use callbacks, but it's a plugin.
y_ini is made by ******, which seems to be more reliable.
Both system are fast, and both of them should be suitable for you.
Re: Y_INI or dFile? -
Captive - 04.06.2013
Quote:
Originally Posted by leong124
It's your preference. dFile seems to be more straight forward, because it doesn't use callbacks, but it's a plugin.
y_ini is made by ******, which seems to be more reliable.
Both system are fast, and both of them should be suitable for you.
|
I know that dFile is significantly faster than Y_INI, also admitted by ****** the topic of Drake (creator of dFile), but ****** says maybe, to save / load large files may cause problems.
The file most big one is that of the user, with approximately 40 - 70 parameters.
Re: Y_INI or dFile? -
leong124 - 05.06.2013
Quote:
Originally Posted by Captive
I know that dFile is significantly faster than Y_INI, also admitted by ****** the topic of Drake (creator of dFile), but ****** says maybe, to save / load large files may cause problems.
The file most big one is that of the user, with approximately 40 - 70 parameters.
|
If that's true, you may try y_ini then.
FYI I'm using double-o-files.
Re: Y_INI or dFile? -
Akira297 - 05.06.2013
I prefer y_ini it's what I have also preferred to use it.