Garry's Mod

Garry's Mod

Propeller Model Pack WS Edition
20 kommentarer
Ardisco 13. nov. 2022 kl. 6:38 
this modelpack is a hidden gem
GiGaBiTe  [ophavsmand] 28. aug. 2022 kl. 3:54 
The reason the username/password was never posted is because it's common knowledge that public SVN repos almost always use anonymous/anonymous for the credentials to make distribution easier.

I think you're only the third or fourth person to ask for the credentials in the mod's 13+ year existence.

The credentials for the repo were also listed in a comment two posts down from yours before you asked.

Not trying to sound like an ass, but I generally assume if someone is smart enough to install a SVN client, they know how it works.
[Sk$Bh]Trick or treat KID! 24. aug. 2022 kl. 12:53 
@GiGaBiTe [author] 19 hours ago

Would be nice to get this in to the description or something :)
GiGaBiTe  [ophavsmand] 23. aug. 2022 kl. 17:00 
The username and password are anonymous/anonymous
[Sk$Bh]Trick or treat KID! 18. aug. 2022 kl. 1:04 
[Propeller Model Pack WS Edition] lua/weapons/gmod_tool/stools/clutch.lua:77: attempt to call method 'SetAngle' (a nil value)
1. LeftClick - lua/weapons/gmod_tool/stools/clutch.lua:77
2. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:220

The topic has the most recent version I see but t requires username and password to checkout:
http://sanzen.in/forum/viewtopic.php?f=11&t=2
Daktah Pepah 20. juli 2022 kl. 19:48 
thanks man, works like a charm!
GiGaBiTe  [ophavsmand] 16. juli 2022 kl. 22:36 
I fixed gmail being filtered on my forum, it was being caught by another filter that I didn't input properly. Sorry about that, I have to deal with tons of spambots every month trying to make accounts.

As for the password, you just have to use anonymous / anonymous for the username and password.
Daktah Pepah 10. juli 2022 kl. 8:55 
hey GiGaBiTe, i recently lost my svn version due to a drive faliure and while trying to restore it im prompted to input credentials when trying to open the url or attempting a checkout. obviously i dont know what they would be and im pretty sure it wasnt like this before, and it seems to be a problem with ALL assembla resources. is there any way you could look into this and fix it? i much prefer svn and especially the non gimped version. i would have asked you on your forum but apparently you disallow gmail accounts from signing up.
GiGaBiTe  [ophavsmand] 26. mar. 2021 kl. 20:01 
Probably not in the immediate future. I haven't played Gmod in a long while now, don't know of any good building servers with large enough maps to do anything on.
Gehard Burgstaller 24. mar. 2021 kl. 20:20 
my faovirte addon is this going to continue to be worked on?
Morkhelt 8. apr. 2018 kl. 20:28 
PISTOOOOOOOOOOOOOOOOOONS!!!!!~~~~
GiGaBiTe  [ophavsmand] 26. feb. 2017 kl. 23:39 
Fixed.
[Sk$Bh]Trick or treat KID! 26. feb. 2017 kl. 0:28 
Dude could you please change the ELSE statement of addons/PropellerSVN/lua/autorun/propellersvn_init.lua

With this

else

local varAutoList = CreateClientConVar( "propellersvn_autolist", 1 )

local function PropSVNPopulate()
if not varAutoList:GetBool() then return end

local ListTable = file.Find( "propellersvn/spawnlist/*.lua", "LUA" )
for _, TempList in pairs( ListTable ) do
local ListData = util.KeyValuesToTable( CompileFile( "propellersvn/spawnlist/" .. TempList )() )

spawnmenu.AddPropCategory( "settings/spawnlist/" .. TempList, ListData.name , ListData.contents, ListData.icon, ListData.id, ListData.parentid )
end
end
hook.Add( "PopulatePropMenu", "PropSVNPopulate", PropSVNPopulate )

end

Fixing: propellersvn_init.lua:18: attempt to call method 'GetInfoNum' (a nil value)

1978 FIFA World Cup knockout sta 22. maj 2016 kl. 8:01 
I did not know exactly what it was, but this too has it's upsides

+ it is directly inside steam
+ it is more accesible for the client
+ more people will get your mod because it is easier for them to find
GiGaBiTe  [ophavsmand] 21. maj 2016 kl. 20:17 
Yes.
Sheppo 21. maj 2016 kl. 8:44 
we can build cars engines ?
GiGaBiTe  [ophavsmand] 20. maj 2016 kl. 20:10 
Subversion (SVN) is not a mod, it's a version control system.

SVN is far better than the workshop because it makes pushing changes far easier. TortoiseSVN integrates itself into the Windows context menu so if I need to push an update, it's as simple as right clicking on the folder and telling SVN to commit an update. It's also easier for clients as well because the same applies, right click and do an update.

The Workshop on the other hand is a draconian walled garden. The licensing is awful, the maximum addon size is 100 MB and you're limited as to what file types can be included in addons. Like I had to remove the sound manifest for the doppler shift on engine sounds, the texture prefabs so people can make their own wing designs and other things.

The tools to create addons are also terrible. You have to use a DOS based tool with tons of switches or a Java wrapper. This isn't 1994, it's 2016.
1978 FIFA World Cup knockout sta 20. maj 2016 kl. 15:00 
GiGaBiTe, first of all, thanks for this pack. Second of all, try not insulting the people who want it. Why should I have to go and get another mod just to get yours? it's just better like this.
GiGaBiTe  [ophavsmand] 19. maj 2016 kl. 9:54 
Because people would rather click a button than use their brains.
Carnaxus 19. maj 2016 kl. 3:12 
Hey GiGa. I'm still using the SVN version, of course. I still do not understand why people have trouble using SVN. It's actually almost easier to use than the Workshop.