spacebuild / spacebuild

Garry'smod spacebuild project.
Apache License 2.0
117 stars 130 forks source link

Spacebuild 2 Addon #97

Open philxyz opened 8 years ago

philxyz commented 8 years ago

In here is a working copy of Spacebuild 2, as included with the "Spacebuild Factions" gamemode for GM13. It has lower case filenames and works under Linux.

http://github.com/philxyz/spacebuildclassic

It needs a little bit of work however.

I know the team hadn't really planned on having SB2 support, but since it does work, it would be nice for those that prefer SB2. When loading as an addon, there are errors about the GM table not being present (which makes sense) - maybe this could be addon-ized in the same way that Spacebuild 3 was, or if not, by some other means. (hooks?).

philxyz commented 8 years ago

Update:

I have now fully ported my working copy of SB2 to being an addon, just like SB3 currently is. LS2 and RD2 are included as part of the same addon.

The addon becomes active for maps starting with "sb_" and for gamemodes which have set GM.SPACEBUILD = true

It seems to work fine. I've just been messing around with "DarkRP 2.2 Classic" in Space (by setting GM.SPACEBUILD = true in shared.lua of DarkRP)

Please consider including my SB2 code from the above link as the basis for the "Spacebuild 2" or "Spacebuild Classic" workshop addon.

Thanks!

Once it is on the workshop, I will modify my Spacebuild Factions gamemode to no longer directly include spacebuild, but to require the addon - that way, players can use SB2, SB3 or SB4 as they wish with the gamemode. Thanks for listening to my design suggestions on the facepunch thread which has made this possible!

Kadah commented 8 years ago

Good to see someone is trying to keep SB2 going!

I had a working copy of SB2 on the workshop around when Yogscast were playing it for a few videos (that was like 2 years ago now?). I briefly unretired to make that up since they were having some issues on the first video, no idea if Ridge ended up using it for the later videos. I say "had on workshop" because at some point it got deleted by known forces. Someone likely DMCA'd it, which is funny since I'm the original author of 2 after I took over SB development from Shanjaq when he retired.

philxyz commented 7 years ago

Just a little bump from me:

We have:

Then there's the newer Spacebuld Core (which is onging).

SB2 Workshop edition should really be a separate repo over here - the one I'm providing a link to from my github page above could be cloned back as part of this project. It's pretty much original, I just fixed it up for GM13+.

The gamemode "spacebuild factions" sets "GM.SPACEBUILD = true" which activates whatever addon people have installed, whether that's SB2, SB3 or SB Core.

At the moment, there is no SB2 version from this project page. If you guys want to pull in my copy, this ticket is still open. Having SB2 available here and as a workshop package makes it easy to test various versions of spacebuild as addons for any gamemode that sets GM.SPACEBUILD = true