Author Topic: Uclip v1.20 -- A noclip alternative!  (Read 418286 times)

0 Members and 3 Guests are viewing this topic.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uclip v1.20 -- A noclip alternative!
« Reply #210 on: December 12, 2012, 08:35:30 PM »
There were no updates whatsoever... not even when GM13 came out... X|
Experiencing God's grace one day at a time.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uclip v1.20 -- A noclip alternative!
« Reply #211 on: January 27, 2013, 07:36:14 PM »
Updated with info.txt renamed to addon.txt. :)
Experiencing God's grace one day at a time.

Offline eagle9er9er

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Uclip v1.20 -- A noclip alternative!
« Reply #212 on: August 01, 2013, 12:32:58 PM »
I didn't want to start a new topic so I'll just reply here, how do I control it so certain groups can noclip through the world? By default Admins and one or 2 other groups can noclip through but Moderators can't. Is it even possible?

Offline Organik

  • Newbie
  • *
  • Posts: 27
  • Karma: 1
    • Artifice Gaming Network
Re: Uclip v1.20 -- A noclip alternative!
« Reply #213 on: August 01, 2013, 01:00:34 PM »
I didn't want to start a new topic so I'll just reply here, how do I control it so certain groups can noclip through the world? By default Admins and one or 2 other groups can noclip through but Moderators can't. Is it even possible?

You should be able to edit line 31 of the sh_uclip.lua file to include the usergroups you want to be able to noclip through the world.

Here's mine:

Code: [Select]
elseif ply:IsAdmin() or ply:IsSuperAdmin() or ply:IsUserGroup( "trusted" ) or ply:IsUserGroup( "vip" ) or ply:IsUserGroup( "elite" ) then
Hope that helps.

Offline eagle9er9er

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 0
Re: Uclip v1.20 -- A noclip alternative!
« Reply #214 on: August 02, 2013, 10:05:26 AM »
You should be able to edit line 31 of the sh_uclip.lua file to include the usergroups you want to be able to noclip through the world.

Here's mine:

Code: [Select]
elseif ply:IsAdmin() or ply:IsSuperAdmin() or ply:IsUserGroup( "trusted" ) or ply:IsUserGroup( "vip" ) or ply:IsUserGroup( "elite" ) then
Hope that helps.

Oh my gosh thank you so much.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uclip v1.20 -- A noclip alternative!
« Reply #215 on: August 02, 2013, 10:37:00 AM »
The better solution would be to grant "ulx noclip" access to the groups you want to noclip through the world.
Experiencing God's grace one day at a time.

Offline tdlab

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Re: Uclip v1.20 -- A noclip alternative!
« Reply #216 on: October 19, 2013, 11:31:40 AM »
Can someone make a gmod 13 version of this? Nothing compares to what this used to be!

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uclip v1.20 -- A noclip alternative!
« Reply #217 on: October 19, 2013, 06:44:31 PM »
It still works for GM13. Have a blast.
Experiencing God's grace one day at a time.

Offline Lava_Bot

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Uclip v1.20 -- A noclip alternative!
« Reply #218 on: November 21, 2013, 06:32:02 PM »
When a player attempts to go through their own props, my server crashes. I would like a way to give everyone the ability to noclip through props but not the world. any suggestions?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uclip v1.20 -- A noclip alternative!
« Reply #219 on: November 21, 2013, 06:55:18 PM »
What prop protector are you using?

The simplest way to get players to noclip through everything is to not run any form of prop protection. Otherwise, you'll need to make modifications to the code.
Experiencing God's grace one day at a time.

Offline Lava_Bot

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Uclip v1.20 -- A noclip alternative!
« Reply #220 on: November 30, 2013, 12:46:28 PM »
I am using nadmod prop protection. any way you can support nadmod with uclip?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uclip v1.20 -- A noclip alternative!
« Reply #221 on: November 30, 2013, 12:54:31 PM »
Tell the creator of nadmod to support CPPI like every other prop protection author, then there won't be any issue.
Experiencing God's grace one day at a time.

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Uclip v1.20 -- A noclip alternative!
« Reply #222 on: December 01, 2013, 05:33:05 PM »
According to the Facepunch thread for nadmod prop protection, it does support CPPI, so it should be working just fine.
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Uclip v1.20 -- A noclip alternative!
« Reply #223 on: December 02, 2013, 05:06:52 PM »
Perhaps he didn't implement it correctly though, and that's what's causing the crash. It works fine with other protectors.
Experiencing God's grace one day at a time.

Offline Rainoa

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Uclip v1.20 -- A noclip alternative!
« Reply #224 on: January 09, 2014, 07:31:30 PM »
T.T i pray this works with FPP >.< this is 1 of the key addons i wanted for my server for 2 or 3 friends to play around on

side note, i know first post says support FPP but i mean i hop it still does, seeing how its like 2007 or something posted >.<
« Last Edit: January 09, 2014, 07:38:28 PM by Rainoa »