Researching Keep Dead Pilots in Their Seats Until Crash

Dying in choppers is weird, your body just locks in place and falls without any momentum from the chopper you were riding,
so you should make a cool plugin that applies the speed of the vehicle to the corpse when a player dies

Also
you should make a plugin for when a pilot or copilot dies in there seat, they stay locked in they're seat, forcing players to go the crash site of the chopper
To scavenge they're bodies (while also looking really cinematic)

Also also
to have a unique 'remove mini bombing' plugin, make the players have to spend a (configurable amount of seconds) to jump out of a chopper

Also also also
If you even can do this, you should make a thing where you as the pilot of a chopper, can press a button, and it enables your hotbar, allowing you to pull out a weapon, but it also disconnects you from pilot controls
(To do this maybe have the pilot have a invisible seat only he can enter)

Also also also also
You should make a plugin for an upgraded scrappy adding these things
-a dropbridge at the back
-breakable windows to protect pilots (use car windows or the reinforced glass from the tier 2)
-more windows but for the passenger area of the scrappy
-foldable ladder on the sides of the chopper, stuff it in the fake doorway in-between the pilot seats and halfwalls of the chopper (to let players hang on the sides of the chopper for coolness) also add one on the back of the chopper that appears when you roll down the dropbridge (to have fun rescue missions or to maybe have a friend dangle off the back of the chopper on the ladder
(You can do the foldable ladder using the hatch of the ladder hatch)
-ballista to the back of the chopper, or an autoturret
-imbedded beds that autosign the owner and clan members
-rhib box at the back seats of the
-if it's possible, maybe a magnet at the bottom to transport vehicles
-searchlight controlled by the pilot
-BBQ on-top of the rhib box
-locker or two on the roof
-switch to activate a megaphone on the copilots side
-computer station for the copilot
-turret beside underneath the back side of the chopper and a turret on the nose of the chopper (all controlled the copilot
-two frontal rocket pod launchers for the pilot to control

Ok I'm out of ideas for choppers now lmao
hope this sparks and idea or two
 
There's alot more to this post then just 'dead pilots stay in seats' lol
Did you read the description or was dead pilots stay in seats the only idea worth doing? Cause well, fair enough if it was lmao
 
There's alot more to this post then just 'dead pilots stay in seats' lol
Did you read the description or was dead pilots stay in seats the only idea worth doing? Cause well, fair enough if it was lmao
Lol, to be honest I didn't 😅. That's why it's better to keep each idea in its own thread. But looking through the rest of the ideas you mentioned, they all seem to fit under the same plugin theme, something around upgrading or living in a scrap heli. Interesting ideas nonetheless!
 
the plugin was originally called copter ideas, ofc its in the same theme lmao
but i'm glad you i asked, couldn't let you move on with your life without knowing my "great" ideas
 
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Make sure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart