Foramt Tool

05/14/2023 15:19 Mr.Rayzo#1
This tool helps those who work recently in the field of private servers, and it does a restart for some variables, such as Conquer Point, donation, or others, and it also helps you if you want to configure some files from your server if you encounter a problem and need to delete some files. Note, the tool must be with the server launcher, and the server launcher must also be closed. When the tool is finished, you can run the server again.
Download Link
password: Rayzo
[Only registered and activated users can see links. Click Here To Register...]
to more works
[Only registered and activated users can see links. Click Here To Register...]
Phone 01026214645
WhatsApp : 00201140071296
Discord : MrRayzo#1235
[Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...]
05/15/2023 19:58 Spirited#2
Okay, so to be objective: this would probably be a very helpful tool for administrating servers built with a flat-file database; however, not all flat-file databases are created equal. If you run this on your server and your character files have one additional or fewer field than what's expected by the tool, then this will brick all your character files.

Now, to be subjective: servers should be using something other than a flat-file database. Use something with proper indexing and data safety than binary files. Move to SQL and make this tool completely unnecessary. Same with a nosql database - anything with tooling already built in. Working with binary file formats can be dangerous for compatibility / project-tool interoperability. Stop developing dangerous tooling like this, please.
05/16/2023 03:23 Mr.Rayzo#3
Quote:
Originally Posted by Spirited View Post
Okay, so to be objective: this would probably be a very helpful tool for administrating servers built with a flat-file database; however, not all flat-file databases are created equal. If you run this on your server and your character files have one additional or fewer field than what's expected by the tool, then this will brick all your character files.

Now, to be subjective: servers should be using something other than a flat-file database. Use something with proper indexing and data safety than binary files. Move to SQL and make this tool completely unnecessary. Same with a nosql database - anything with tooling already built in. Working with binary file formats can be dangerous for compatibility / project-tool interoperability. Stop developing dangerous tooling like this, please.
You are right when we talk about databases sql But this tool is directed to databases of the type of text files, as most servers use the same database with the same variables, so it will work on most of the intended servers, and this is the first version that we can develop later
05/16/2023 17:17 Spirited#4
Quote:
Originally Posted by Mr.Rayzo View Post
You are right when we talk about databases sql But this tool is directed to databases of the type of text files, as most servers use the same database with the same variables, so it will work on most of the intended servers, and this is the first version that we can develop later
That's not my main concern... that's just me being subjective. My main concern is that this tool will break character files. You're making an assumption that the binary format is always the same, which it isn't.

Edit: And I literally said this tool would be unnecessary if it were SQL. You don't really read anything I write, do you?