Posts: 124
Threads: 24
Joined: Oct 2015
Reputation:
0
So I have never made any script before, today I want to start?
I assume it wont be best to start with MySQL? What would you guys say is best for a beginner? I want to save the player stats.
Posts: 1,046
Threads: 250
Joined: Nov 2014
Reputation:
0
I suggest you to learn MySQL and start with that as other saving systems are getting older day by day, mysql keeps updating and is better, you can also get the data from an application or website.
Posts: 586
Threads: 14
Joined: Aug 2015
Reputation:
0
Start Y_INI ---> EasyDB ---> SQLite ---> MySQL End
Posts: 192
Threads: 37
Joined: Dec 2013
Reputation:
0
Well, I would say.. You first need a good database design and decide on what data you want to save that will be important. Mysql is not a bad idea but probably a bad idea for beginners to start using. Start with Y_INI.
Posts: 124
Threads: 24
Joined: Oct 2015
Reputation:
0
So Y_INI? Or start to learn MySQL?
Posts: 12
Threads: 0
Joined: Mar 2017
Maybe, start by saving just a player name in a simple, and a single *.txt file? I'm just saying, I'm no expert in this, I hope this may help you to get started. Maybe, you will just continue writing into that single *.txt file in the future too, when you are finally ready to release your server. More information can be found
here.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Easy to say to learn MySQL when you've already learnt it... Just work with getting into scripting rather than learning another language simply for the sake of saving some files/information...
Use inis, but just make provision for changing the method of saving later.