FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
554 stars 107 forks source link

May I ask if someone could get custom license? #104

Closed cia48621793 closed 7 years ago

cia48621793 commented 8 years ago

I was trying to make a game with Xash3D. That however would take some modification to the engine(C++ wrapper, interface export, custom netcode, etc.), and I couldn't afford the price of GPLv3. I would like to ask if the original writer of the engine could issue me a custom license so I could go on working.

a1batross commented 8 years ago

I think, Xash3D is a nice engine to NOT make any changes inside it. Look at additional interfaces of Xash3D. It wasn't hard to use it. Physics, render, etc interfaces.

Anyway, I(or another contributors) can't give you permission to change license, because we are not authors of it. True author of Xash3D is Uncle Mike.

cia48621793 commented 8 years ago

Well the very problem is, I have to share all my code with GPLv3, all my commitment. Not to tell me if I am going to expose my game protocol? That was a nasty question.

a1batross commented 8 years ago

If the problem in protocol, you can extend game protocol using custom messages.

Look how it's working in Half-Life.