12.04.2013, 04:59
UPDATE:
- moved player filesystem over to REAL-TIME WRITE. Player data is no longer cached and written in a dump. It is saved as the values change and all changes are tracked realtime so if the server crashes, NO INFO CAN BE LOST. Filei/o has be drastically sped up via sqlite use.
- Vehicle system not quite at that stage yet but is very close to completed now.
- Player registration and login now require passwords which are encrypted into the database. As such i have included a set password command - see the first page native list!
- I have completely redesigned the vehicle labelling system. the server can suport 2000 veicles give or take a couple but the server cannot support more than 1024 3d text labels and as such, rther than decrease the number of veicles the system supports i have installed a simple 3d text label STREAMER system to cope with all of the vehicle text labels. To demo this system i have included a vehicle setup file in the download which contains over 1900 vehicle spawns. All work flawlessly.
Hopefully no major bugs but please report any you find! Thanks!
- moved player filesystem over to REAL-TIME WRITE. Player data is no longer cached and written in a dump. It is saved as the values change and all changes are tracked realtime so if the server crashes, NO INFO CAN BE LOST. Filei/o has be drastically sped up via sqlite use.
- Vehicle system not quite at that stage yet but is very close to completed now.
- Player registration and login now require passwords which are encrypted into the database. As such i have included a set password command - see the first page native list!
- I have completely redesigned the vehicle labelling system. the server can suport 2000 veicles give or take a couple but the server cannot support more than 1024 3d text labels and as such, rther than decrease the number of veicles the system supports i have installed a simple 3d text label STREAMER system to cope with all of the vehicle text labels. To demo this system i have included a vehicle setup file in the download which contains over 1900 vehicle spawns. All work flawlessly.
Hopefully no major bugs but please report any you find! Thanks!