ULX

Author Topic: Garry's Mod Beta  (Read 44126 times)

0 Members and 1 Guest are viewing this topic.

Offline Moka

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Garry's Mod Beta
« Reply #75 on: October 22, 2012, 07:02:14 PM »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Garry's Mod Beta
« Reply #76 on: October 22, 2012, 07:37:40 PM »
As far as we know, if you use the SVN links ONLY from this topic (github, not ulyssesmod.net), Ulib and ULX work reasonably well, just not XGUI as well.
That doesn't mean Garry didn't release later Gmod code than what we've fixed lately though.

As for the links, I'll let Megiddo (or Stick) do it, because as of a day or two ago, the old links worked.
They may have changed them for a reason. Or, Github may have changed something for a reason.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Moka

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Garry's Mod Beta
« Reply #77 on: October 22, 2012, 08:10:14 PM »
Well its seems after updating my ULX and Ulib it works now. A few things are a bit annoying like how I cannot see ANYTHING because of the colors. White background and light gray text makes it almost impossible for me to see it.

Anyway it works so I am all good now.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Garry's Mod Beta
« Reply #78 on: October 23, 2012, 06:08:23 AM »
The links are correct as listed, Moka. They are SVN links, do not try to open it in your browser.
Experiencing God's grace one day at a time.

Offline Moka

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Garry's Mod Beta
« Reply #79 on: October 23, 2012, 12:44:15 PM »
K, well I am getting this now.


Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Garry's Mod Beta
« Reply #80 on: October 23, 2012, 12:54:52 PM »
That has nothing to do with ULX or ULib. It shows a path to ULib because we modify the hook library, but not in a way that would cause that. You would get a similar error without ULX or ULib installed.
Experiencing God's grace one day at a time.

Offline iSnipeu

  • Jr. Member
  • **
  • Posts: 83
  • Karma: 12
Re: Garry's Mod Beta
« Reply #81 on: October 23, 2012, 11:04:52 PM »
ulx ragdoll - calling timer.Simple wrong (useless timer change by garry imo)
Fix: ulx\modules\sh\fun.lua:520 - from timer.Simple( seconds, unjail ) to timer.Simple( seconds, function() unjail() end )

ulx unragdoll - calling timer.Simple wrong
Fix: ulib\server\player.lua:466 - from timer.Simple( 0.1, doWeapons, player, t ) to timer.Simple( 0.1, function() doWeapons( player, t ) end )
« Last Edit: October 23, 2012, 11:12:32 PM by iSnipeu »

Offline iSnipeu

  • Jr. Member
  • **
  • Posts: 83
  • Karma: 12
Re: Garry's Mod Beta
« Reply #82 on: October 24, 2012, 12:52:02 AM »
I also noticed that if you ban someone and then change the map, the ban disappears from the table ULib.bans.

Offline JackYack13

  • Newbie
  • *
  • Posts: 28
  • Karma: -1
Re: Garry's Mod Beta
« Reply #83 on: October 24, 2012, 06:42:24 AM »
ulx ragdoll - calling timer.Simple wrong (useless timer change by garry imo)
Fix: ulx\modules\sh\fun.lua:520 - from timer.Simple( seconds, unjail ) to timer.Simple( seconds, function() unjail() end )

ulx unragdoll - calling timer.Simple wrong
Fix: ulib\server\player.lua:466 - from timer.Simple( 0.1, doWeapons, player, t ) to timer.Simple( 0.1, function() doWeapons( player, t ) end )

I also had this bug but it was in some older version of ULX. Are you sure you are using the latest SVN version?

Offline gaz492

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Garry's Mod Beta
« Reply #84 on: October 24, 2012, 01:57:17 PM »
Before anyone complains that ULX wont work on the updated garrysmod change info.txt in ulib and ulx folder to addon.txt.

Offline iSnipeu

  • Jr. Member
  • **
  • Posts: 83
  • Karma: 12
Re: Garry's Mod Beta
« Reply #85 on: October 24, 2012, 02:00:57 PM »
Do we still need to use the gmod13 SVN, now that the update has come out?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Garry's Mod Beta
« Reply #86 on: October 24, 2012, 02:58:07 PM »
Plans for later this evening, since this is amazingly one of the few evenings where I've got some discretionary time!

* Merge GM13 branch into master branch on github
* Check into addon.txt change... do you have any documentation on that, gaz492?
* Fix the timer.Simple issue outlined above, sorry thought I changed all those already
* Announce to the world that all ULX and ULib SVN fetchers should point to github now instead of Ulysses (much, much easier for us and it seems github's svn is pretty stable now)
* Announce that we'll be postponing official .zip and workshop releases until XGUI works

I think that's everything of import.
Experiencing God's grace one day at a time.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Garry's Mod Beta
« Reply #87 on: October 24, 2012, 05:55:29 PM »
Locking this thread since relevant discussions should now go elsewhere.

Bug reports go here: https://github.com/Nayruden/Ulysses/issues
Help requests go in this subforum (http://forums.ulyssesmod.net/index.php/board,11.0.html)
Cheers and jeers about GM13 go in the news topic: http://forums.ulyssesmod.net/index.php/topic,5786.msg26684.html#new
Experiencing God's grace one day at a time.