Hello!
I am currently working on large PRG project. I need to find a best way to store player's variable. YML files could cause some lag due to accessing to hard drive, even after optimization:
Variables shown below, is way faster than storing variables in YML but i am afraid that this could cause some lags after storing min. 40 variables per player.
I was hoping for MySQL database since I use SQL in python i thought this could save my ass but i could not find a performance information.
If someone know how could I could save my variables please leave comment below(If you are not experience skripter, please don't post anything
).
Have nice one!
MrJuliusz
I am currently working on large PRG project. I need to find a best way to store player's variable. YML files could cause some lag due to accessing to hard drive, even after optimization:
Code:
set yaml value "level" from file "varaibles/players/%first character of player%/%player%.yml"
Variables shown below, is way faster than storing variables in YML but i am afraid that this could cause some lags after storing min. 40 variables per player.
Code:
{level::%player%}
I was hoping for MySQL database since I use SQL in python i thought this could save my ass but i could not find a performance information.
If someone know how could I could save my variables please leave comment below(If you are not experience skripter, please don't post anything
Have nice one!
MrJuliusz