ShimmyMySherbet / ShimmysAdminTools

A feature-rich admin toolkit for Unturned. Including Flight, Noclip, and Command Spying.
GNU General Public License v3.0
29 stars 7 forks source link

can you add airstrikes #4

Closed dannythehacker closed 1 year ago

dannythehacker commented 3 years ago

https://github.com/Tortellio/Airstrikes

to the admin tool set

ShimmyMySherbet commented 3 years ago

I might have a look at adding an airstrike system to the plugin.

dannythehacker commented 3 years ago

thank you i would love that

dannythehacker commented 3 years ago

ps could you add a forcedrop command to make it so admin can make players drop there inventory

dannythehacker commented 3 years ago

I could help give you ideas to add stuff I am a server owner/developer for servers

BlueBeard63 commented 2 years ago

why make an airstrike command? what would be the point you could legit just use a rocket launcher and afly and just infinite ammo.

ShimmyMySherbet commented 1 year ago

I've investigated the potential for this command a few times over the last 2 years, and it doesn't seem feasible. While implementing a basic /boom at random locations around target would the boxes, like the what Tortellio's plugin does. But it would be a pretty poor imitation of an airstrike, and I wouldn't be happy with it.

What I wanted to do instead was spawn rockets over head to fall down onto the target, providing the visuals of an airstrike. However, it doesn't seem to be feasible without doing some pretty hack-ey stuff. The issue from this stems from how Unturned does projectiles. In order to spawn a projectile client-side, it has to have been spawned by a player with the correct weapon equipped, at the correct location.

While it could be possible to force equip a rocket launcher on the calling player, and teleport them around to spawn the projectiles, I'm not happy with this idea. So I'm going to be shelving this idea, and closing this issue. In the future I might review the potential for this, but it's unlikely.