Page 1 of 1

Dot World Maker - Standalone is on GITHUB

Posted: Tue Oct 17, 2017 8:04 am
by a_bertrand
As promised, I released an open source (GPL V3) version of the engine. It has all the features you find on the online version, beside one artset which could have copyright issues if I put it on GITHUB and it doesn't allows multi-games hosting.

Beside that, you get full source access to the server and client side (typescript), the tools to compile it, and the pre-compiled code to run directly. The repository contains also the info needed to install it on your server.

If you want to contribute to the repo, let me know and I shall add you as contributor.

The repo can be found here (clone or download it)
https://github.com/alain-bertrand/Dot-World-Maker

I hope you will enjoy it and use it ;)

Re: Dot World Maker - Standalone is on GITHUB

Posted: Tue Oct 17, 2017 2:42 pm
by hallsofvallhalla
:shock: :o

This is awesome!

Re: Dot World Maker - Standalone is on GITHUB

Posted: Tue Oct 17, 2017 6:41 pm
by a_bertrand
Thanks! Let me know if you have any issues or if you get it running. As I said I still have some ideas for it.

Re: Dot World Maker - Standalone is on GITHUB

Posted: Wed Oct 18, 2017 11:33 pm
by Jackolantern
Wow, very nice! I will probably wait until the weekend before grabbing it and really going through it, but I am looking forward to it :D

Re: Dot World Maker - Standalone is on GITHUB

Posted: Thu Oct 19, 2017 3:44 am
by a_bertrand
Thanks Jacko. BTW Could you put it on your engine list?

Re: Dot World Maker - Standalone is on GITHUB

Posted: Thu Oct 19, 2017 2:59 pm
by hallsofvallhalla
Same here. Reserving some time this weekend to get started.

Re: Dot World Maker - Standalone is on GITHUB

Posted: Fri Oct 20, 2017 1:21 am
by Jackolantern
a_bertrand wrote:Thanks Jacko. BTW Could you put it on your engine list?
Good idea! But to be clear, is this link in addition to the normal, website-based DWM? Or do you want it to replace it with the Github link? Not sure how you want to organize it.

Re: Dot World Maker - Standalone is on GITHUB

Posted: Fri Oct 20, 2017 3:15 am
by a_bertrand
Well... that's a good question Jacko. Maybe simply modify the entry to say you can have an hosted service or an open source self hosted engine.

Re: Dot World Maker - Standalone is on GITHUB

Posted: Fri Oct 20, 2017 5:35 pm
by hallsofvallhalla
Got it working on my localhost. Works great so far!

One thing I would recommend in the installation documentation is a little description on NPM install. While i knew what to do I could see where someone with less Nodejs experience might get confused. Maybe adding
open up a terminal or dos box (cmd) and navigate to where you unzipped or installed DWM. Type NPM install . This lookes at the package json file and looks under the dependency section for all the extras DWM needs to run. It will auto install them.

I can do a video on installing and port forwarding for home servers.

Re: Dot World Maker - Standalone is on GITHUB

Posted: Sat Oct 21, 2017 4:10 am
by a_bertrand
Thanks for the comment. I was thinking about an installing script (one for linux and one for windows) too. But before spending yet more time I wanted to see if there is any interest in it ;)