Solved Flying / float

Discussion in 'Plugin Requests' started by Ruigi, Jan 9, 2015.

  1. Mostly, I just need to be able to "stand" in midair to get more uniform shots for mapping seeds.
     
  2. sadely falling is controlled from the client side.
    only way would be to edit your client side, but then you wouldl be detected by VAC and get banned XD
     
  3. Could just work around it and spawn a foundation at x, 1000, z and look down from the side or something (if that would work) :p Technically you wouldn't be flying but you're still high up in the sky without falling.
     
  4. So spawned foundations float? That should work! Thanks!
     
  5. Give me 10 or 15 minutes :p
    [DOUBLEPOST=1420919593][/DOUBLEPOST]I'm not 100% convinced if they should be added as a plugin so I'm just posting the code you can use to do this:
    https://gist.github.com/Mughisi/355fccdf1c2e5afa6410

    Just copy paste it into a new file and save it as a lua file and upload. The command used is '/float' which will spawn a foundation at a height of 500 and will teleport you on top of it. The foundation will be destroyed after a minute.
    And if you want to edit the height where you spawn the foundation you can edit the value 500 on line 69:
    Code:
    targetPosition.y = 500
     
  6. Works like a dream! Now if I can only resist skybuilding....
     
  7. Need plugin for Oxide 2
    That admin can FLY/Fast Run.
    I saw there was one plugin fly for oxide legacy only :/
     
  8. You can use portgun for the moment.
    Flying could be fun also :p
     
  9. What would be fun would be to change the gravity value on the whole server and mess with physics
     
  10. hey mughisi, did you test the plugin?
    because i'm not sure it will work.
    saying this, because: global.GameManager.FindPrefab( "build/foundation" )
    no longer should work.
     
  11. It was just a snippet to solve the issue with falling to create a map of the server which is no longer needed so I won't be updating the snippet.
     
  12. don't worry i made something awesome :p
     
  13. Has anyone looked into making a new plugin for players to allow them to fly or has a modified version of the older fly plugin that works.

    Admins and mods have the no.clip for sure. It seems there is no way to set permissions on who can use no.clip without setting said person to Admin or a mod. So what I'm talking about is for standard players. Thank you :)
     
  14. Ok, I have stripped down reneb's old fly plugin and its "working" in rust. a little choppy but crazy mad fun for players.
    I added oxide permission system too. anyone interested I can release it out. but still working on making it smoother before I do.
     
  15. Just be careful, the new server-side checks they added might not "fly" well with this mod.
     
  16. You are right Deicide666ra, the new antifly/anithack/antinoclip server settings could very well decide to kick players for flying... or banning them from server depending on your servers settings. Especially after a random update. you never know.

    So far..... running default settings for them, we ran server wide flying for over 12 hours the other day, with no apparent issues with the antifly/anithack/antinoclip settings. I since have set the antinoclip setting to 0. just to make sure :)
     
  17. Can I get a copy? :)
     
  18. The tittle says it all. i am looking for a plugin that can allow usergroups to use noclip. anyone up for the job?
     
  19. Not possible.. somewhere in the Descussion section i posted a version of Fly but with permission.. search for it.
     
  20. Correct, here is the link to that Fly Plugin thread, you can find a updated link for download towards the end.
    It works really well, if you want to have the Flyers in Spectate mode as well. Which makes them invisible while flying.
    Good for admin/mod monitoring for sure :) but even this one if you turn off spectate option its still choppy without spectate.

    http://oxidemod.org/threads/fly-unmaintained.6882/

    The one I'm playing with for fun, is a lot older version of the fly plugin and choppy as well. But I'm working on adding a building privilege check to disable flying if you enter someone else's building area. Keeps players from flying into others houses I hope :)

    now the actual no.clip admin function is not currently available to assign to groups. I wish is was because its super smooth, you can still build and shoot while in the mode. so nice. can't wait till they allow, if they do, the use of that mode for others.