yquake2 / 3zb2

3rd Zigock Bot II for Yamagi Quake II
Other
17 stars 6 forks source link

[WIP] [Enhancement] Rogue and Zaero support. #4

Open NeonKnightOA opened 5 years ago

NeonKnightOA commented 5 years ago

At release time, 3zb2 wasn't compatible at all with weapons and items from these two mods. I'm planning on adding this support soon, but I'll need testers.

Yamagi commented 5 years ago

Cool :)

But you'll need to keep the license in mind when copying code between the main game, the official addons and mods. Quake II itself and ctf are licensed under the GPL2, the official addons are licensed under the crappy SDK licence and most mods are under the SDK license, too. Since 3zb2 is under SDK license you can copy code from the official addons, but not from the Quake II itself or ctf into it. At least not without the authors permission.

So: You may copy my code (commits from @yamagi) from Quake II and ctf into 3zb2. I have no problem with it, in fact I have copied most of my gamecode changes into the official addons. Maybe @DanielGibson is willing to also give you permission.

DanielGibson commented 5 years ago

sure, go ahead and use my changes

NeonKnightOA commented 5 years ago

Neat! Indeed, I've found out the best course of action is to create a 3zb2 patch (diffing Id's Q2 and 3zb2) and manually apply the changes on top of current yq2 code. It's cleaner that way, too.

NeonKnightOA commented 8 months ago

I'll try to tackle this one once some minor issues are solved.

P.S.: Why not Eraser Bot? IICR there's a version that contains support for Rogue and Xatrix.