Hi there,
I'd like to distribute a leased login password for each players for my game server using following CSV format:
# UID,PASSWORD,EXPIREDATE[LF]
12345678901234567,foopwd,01-01-2016[LF]
​76543210987654321,barpwd,02-02-2017[EOF]
Or, if Arma3 game system has equivalent authentication method, I'll use it.
Can I do this somehow?
muramasa