New DNTConverter development

Newbie Spellweaver
Joined
Apr 21, 2024
Messages
61
Reaction score
82
Hi everybody, today want to share DNTConverter (alternative for existing "DNTableConverter"). It was written on Node.js & Electron also, how and my DNPak.

You can easy !!!!!!!!!!!DROP .CSV to convert it to .DNT or .DNT to convert it to .CSV. It also supports multiple DROPPING.
Now you dont need select files.



For successful processing, please provide paths that do not require admin rights.

Any problems? You can write me at discord avtobus33.

Or make new Issue here:

Need tests. Love you~ <3

I forgot to write that this converter supports exists DNTableConverter.
 
Last edited:
thank you very much :blushing:

I hope new version can drop folder file to convert :blushing:
Will add in future, maybe

thank you very much :blushing:

I hope new version can drop folder file to convert :blushing:
So... i should maybe add two checkboxes for select what user will convert (from DNT to CSV or CSV to DNT)
or maybe write simple alg depends on:
//
if folder contains csv more than dnt then it will convert
if dnt count > csv it will be convert to csv
 
Last edited:
Will add in future, maybe


So... i should maybe add two checkboxes for select what user will convert (from DNT to CSV or CSV to DNT)
or maybe write simple alg depends on:
//
if folder contains csv more than dnt then it will convert
if dnt count > csv it will be convert to csv
I think it is possible to do this, but with the additional condition that it will not work if it finds both types of files in the same folder.
So when you throw a folder with only csv files into your tool it should work.
Then use the .bat to copy the .dnt file to the server folder and move the .dnt file to the patch client.
So in the final step it will be left with the csv file in the edit folder as before, with the .dnt file gone.
or maybe you can create a checkbox to choose to drop file types or drop folders instead.
 

Added new feature::

— Now you can convert .ext files (in particular from too old projects) to CSV and this CSV to DNT.
 
Last edited:

Added new feature::

— Now you can convert .ext files (in particular from too old projects) to CSV and this CSV to DNT.
Is this only work for win8-10?
 

Attachments

  • 19 - New DNTConverter development - RaGEZONE Forums
    19.webp
    5.2 KB · Views: 40
Back