Search results

  1. coersum

    Airdrop plane stuck in the ground

    I have had that twice now, using a stripped out version of dropper, just timer + World.Airdrop(): This tells me there is nothing wrong with the plugin. Have you had any crash on your server ? I think my plane stuck in the ground could be something like: if the server crash while a plane is in...
  2. coersum

    Important Pluton for Experimental Branch

    It was all working good, multiple restart last night without problems... now that's weird. oh well, clean start I guess Edit: I think my save 0.sav was damaged... loaded 2.sav to be sure and it worked! woot
  3. coersum

    Important Pluton for Experimental Branch

    Hmm, things were working good yesterday, this morning the server ran the vps down to its knees, could barely get a command in, and when I tried to start it back after a reboot, I saw a "couldn't load - file doesn't exist" and there was a wipe. I still have the save files (6mb each) but it just...
  4. coersum

    EasyRemove for Admins

    Soooo it seems, instantly giving a buildingpart max HP makes it that we can't build on top of it, I think it doesn't know it's there because it has not went through at least lvl1. So I modified my version to hit a wall 6 times, the buildingpart levels with each hit and so we can build on it...
  5. coersum

    Important Pluton for Experimental Branch

    Ok I changed the port to 49015 and not getting them anymore... I heard something over 30000 port works.. no clue why However, I have a plane stuck underground at 0, 0, 0
  6. coersum

    Important Pluton for Experimental Branch

    Same, I have -load and restarted the server and saves and works fine now.. Still have the 100's of lines per minute of attacked being banned.. but that's it Also, I had the visit of someone hacking, removing buildingblocks with 1 hit (level 6's) They were warping all over, didn't have time to...
  7. coersum

    EasyRemove for Admins

    Ah so I have to do it by hand? I thought maybe there was some semi-auto way to do it. I can just enter the commits for the Notulp Pluton into mine manually and commit to my fork I guess :)
  8. coersum

    Important Pluton for Experimental Branch

    Well, wiped clean in case loading a previous save was the cause.. can't build, not sure if it's pluton or just rust related, getting a "Can't place: terrain_test: not in terrain" when trying for foundations. Before I wiped, I could build on foundations that were there, just not new one. Also...
  9. coersum

    Important Pluton for Experimental Branch

    So wipe clean and don't restart or will have to wipe again ?
  10. coersum

    Important Pluton for Experimental Branch

    So I got the server running, now it's spitting out 100's of lines per minute in console about: NotImplementedException: Unknown wire type: 4 xxx.xx.x.xx:port cause an exception when connecting - blocking for 10 minutes So their fix for now is to ban the IP of the DDOS every 10 mins ? For now...
  11. coersum

    Important Pluton for Experimental Branch

    I'm french (living in the US) and ashamed of assholes like that.. of course hacker groups like that are everywhere so remember not to generalize too much... still assholes... "excuse my french" as ppl say in here :D
  12. coersum

    EasyRemove for Admins

    So I can't find the answer anywhere so I figured you might know. I forked Pluton, made commits to my own version as I need a few things not in main Pluton. I was wondering, how do I apply commits made from the original Notulp/Pluton after I forked it, to mine ? (from the github.com)
  13. coersum

    Important Pluton for Experimental Branch

    https://twitter.com/RustUpdates/status/523485088622075904 And this is why I should listen to my guts and stop my backup server hosted on my own computer when I think a mass attack is going on :)
  14. coersum

    Important Pluton for Experimental Branch

    Direct connection wouldn't work either so it's most likely something going on with the servers side.. but there was no update, none that I did anyways and I was getting server full while direct connecting to my server
  15. coersum

    Important Pluton for Experimental Branch

    Just after getting my internet back and posting my last post, it went down again. Can't get my ip to release to stop the attack. Fir a while my server was the only one that could accept connection. I should have listened to my gut and taken it down before they could get my ip Ps: postings from...
  16. coersum

    Important Pluton for Experimental Branch

    It seems like it to me, all servers with ppl can't be connected to, including mine, I tried my local server after 5 mins lost my internet connection, tried to renew my ip but if am in their list, I might lose it again
  17. coersum

    Important Pluton for Experimental Branch

    Rust servers mass attack ?
  18. coersum

    Important Pluton for Experimental Branch

    The "lookat" function is one I made, the basePlayer.transform.LootAt() function is one that is in already, was hoping it would rotate the player in the vector direction.
  19. coersum

    Important Pluton for Experimental Branch

    public void lookat(float x, float y, float z) { var lookPos = new Vector3(x, y, z) - basePlayer.transform.position; lookPos.z = 0; var rotation = Quaternion.LookRotation(lookPos); rotation *= Quaternion.Euler(0, 0, 90)...
  20. coersum

    EasyRemove for Admins

    As we talked about earlier in the thread, you need to have certain setter/getters that are not in the current build of Pluton (might or might not ever be added). You'd have to look up in the thread and add them yourself then recompile Pluton