Omnimaga

General Discussion => Other Discussions => Miscellaneous => Topic started by: ruler501 on May 05, 2012, 12:18:23 am

Title: Legality of Game Port
Post by: ruler501 on May 05, 2012, 12:18:23 am
Terraria is kind of a 2d version of minecraft that was made in .NET. The source has since been decompiled and posted online. Would it be legal to make a C++/SDL version of the game using the source as a base. I wouldn't be using any of the content from it so that shouldn't be a worry. I would just be using the decompiled source code to make a new verion completely written by me.

I was wanting to do this because the developer has stated they are done developing for it and they refuse to release the source or make it work in wine/mono. I would like to make it work on all platforms I could if possible.
Title: Re: Legality of Game Port
Post by: DJ Omnimaga on May 05, 2012, 12:22:02 am
I guess you could ask them permission, otherwise maybe use torrents to distribute it just in case. I doubt legal issues would occur by posting a link to such torrent (as long as the .torrent file is hosted on your personal page, not a link to a warez site) here.

It would be cool if it worked on every platform and it kinda sucks they decided to stop developing it.
Title: Re: Legality of Game Port
Post by: ruler501 on May 05, 2012, 12:30:46 am
Yeah I'll go ask on their forum about whether that would cause me legal issues, but I don't think so as long as I made everything myself and used a non-related title. I would just like to figure out before I start so I don't get sued if I release a version of it.

yeah with SDL you could tweak it to work on Android, Linux, Mac, iPhone, DS, and more. And if it was released open source I'm sure the community already around terraria would edit it and make awesome mods and additions that the devs wouldnt
Title: Re: Legality of Game Port
Post by: Juju on May 05, 2012, 12:36:26 am
Well, if Terraria must remain closed source and Window-only, you might want to look at how they made Wine and ReactOS based off MSWindows, which is perfectly legal. Tons of projects started like this, to make an open-source version of a proprietary program, even making them compatible with the original program.
Title: Re: Legality of Game Port
Post by: DJ Omnimaga on May 05, 2012, 12:41:36 am
One thing you could do maybe is some sort of patch, although I am not sure if IPS patchers work with all types of file and on multiple platforms.

I know some games like DOOM can be ported fine to other platforms even if only the demo version is available online for computers, but I am not sure how it works for discontinued games. I can't really help much since I don't even know if Terraria is commercial or not.
Title: Re: Legality of Game Port
Post by: ruler501 on May 05, 2012, 12:54:24 am
Well, if Terraria must remain closed source and Window-only, you might want to look at how they made Wine and ReactOS based off MSWindows, which is perfectly legal. Tons of projects started like this, to make an open-source version of a proprietary program, even making them compatible with the original program.
Would this still apply if you used the decompiled form of their source as a base? Thats the only part I see as being possibly troublesome
Title: Re: Legality of Game Port
Post by: shmibs on May 06, 2012, 12:35:29 pm
this is probably not the best of ideas, seeing as it is a closed-source game that is being sold. you could, perhaps, make said version, thought, and, once it's finished, offer it to the developer himself. if all the work is already done for him, he's much more likely to release it for multiple platforms, thus fulfilling your goal.
Title: Re: Legality of Game Port
Post by: DJ Omnimaga on May 06, 2012, 09:52:05 pm
Yeah that could work too, as long as you agree that he sells parts of your work for money.