Home Artists Posts Import Register

Content

I have to admit that i did something during the week. Since many guys asked me to include their spellchecking file into the uploaded zip file i wanted to create another system where someone can just upload the file to my fileserver and then everybody can download the modded/corrected file without waiting for the next beta release.

It is just a simple ftp file uploader and downloader connected to a mysql database quickly programmed in C#

In other news... i am currently testing the new beta in case of the story mod thing and the new devices and events. Since i can not test everything throughly without huge delays i hope my beta testers will find some errors for me :)

Anyway... IF everything runs smoothly i can PERHAPS, MAYBE and under good cirumstances release the new beta this weekend.


Files

Comments

Anonymous

Awww HELL YES! I have my hopes up, that everything goes smoothly.

Lee Thompson

Just be sure you use InnoDB for the table or you'll end up with lots of table locking issues :)

Discontinued

Yup, just found your patreon, welcome from the other galaxy ;)

Kerni

To be honest , i don't think i will encounter much issues with the mysql thing i set up since i do not expect that many people will use it anyway. The table is only for some infiormation and not the file itself , the file will be uploaded to my fileserver via FTP and also downloaded from there. I guess.. in the end we have about 10 or maybe 20 entries at max. No more. Barely anyone knows my game and only a tiny fraction of the players will actually touch the story mod program

Dubsington

Looking forward to it! Will there be a Mac build for this one?

Kerni

I can build one later , but first i need to test out the windows version.

Anonymous

Did you consider use open source tools like github for those files? Sounds like you do a lot of look-alike work...