Posts: 1,197
Threads: 213
Joined: Feb 2011
Reputation:
0
Hi guys.
I'm starting a new project. I'm not entirely sure what file and command system I should use (e.g. dFile, dos2, y_ini, zcmd, ycmd etc.). What do you recommend, and why? (except mysql).
File system: Y_INI
Reason: I think that you should use this file system. It's fast, efficiently-coded, & doesn't take up much CPU usage on execution. It might be hard to some people, but if you read a whole Y_INI tutorial thoroughly, you will understand the basics quickly. It was made by ******.
Command processor: ZCMD
Reason: I think that you should use this command processor. Like Y_INI, it's fast, efficiently-coded and doesn't take up much CPU usage on execution. It's also easy to use, rather than the old 'strcmp' checks (although strcmp is to compare strings, and it's often used under OnPlayerCommandText. It was made by Xeex.
suhrab_mujeeb
Unregistered
Quote:
Originally Posted by Emmet_
File system: Y_INI
Reason: I think that you should use this file system. It's fast, efficiently-coded, & doesn't take up much CPU usage on execution. It might be hard to some people, but if you read a whole Y_INI tutorial thoroughly, you will understand the basics quickly. It was made by ******.
Command processor: ZCMD
Reason: I think that you should use this command processor. Like Y_INI, it's fast, efficiently-coded and doesn't take up much CPU usage on execution. It's also easy to use, rather than the old 'strcmp' checks (although strcmp is to compare strings, and it's often used under OnPlayerCommandText. It was made by Xeex.
|
I would recommend the same but only for the file system ( you call it file system ). But for the command processor I would recommend y_command. It has the same processing speed as ZCMD but gives alot of additional features.