Oxide2Plugins
Oxide 2 Plugins
Install / Use
/learn @strykes/Oxide2PluginsREADME
Parachute system
Thanks to @k1lly0u to point me in the right direction while i was strungling
Description: A new way to smoothly glide down with a parachute, fully customisable (speed of parachute, fall speed, etc) When navigate to the sides, the parachute will be on the side, to give a bit more reality to it.
https://youtu.be/cKVO6kk9f5k
Commands: Chat: /parachute Console: parachute
Permissions: Either be an admin, or have oxide's permission: parachute.allowed
Configuration: You may change the cooldown options freely The Parachute option might be tricky to use, so be aware before editing it.
{
"Cooldown Options": {
"Use Cooldown (true/false)": true,
"Timer (number)": 10.0
},
"Parachute Options (for advanced users only)": {
"Up force, to counter the gravity fall": 7.0,
"Max drop speed, before the plugin starts to give an extra break from gravity fall": -10.0,
"Forward acceleration strength": 6.0,
"Backward acceleration strength": 4.0,
"Rotation acceleration strength": 0.4,
"Forward resistance (will slow down constantly the parachute)": 0.3,
"Rotation resistance (will reduce the rotation if the player stops pressing rotation)": 0.5,
"Auto release parachute height": 1.5,
"Auto release parachute proximity": 0.5,
"Angular modifier (how much your are on the side depending on your rotation speed)": 50.0
}
}
For Developers As i don't have much time to code, my plugins are always welcomed to be improved by others, and may be taken over if you have updates/improvements to do
I kept from the Chute plugin void ExternalAddPlayerChute(BasePlayer player)
bool TryDeployParachuteOnPlayer(BasePlayer player) It will try to add a parachute to the player on his position, but will check if the player is already mounting / on the ground / cooldown blocked
bool DeployParachuteOnPlayer(BasePlayer player)
- It will add a parachute to the player on his position and will ignore all checks*
bool DeployParachuteOnPosition(BasePlayer player, Vector3 position)
- It will teleport the player to the designated position and add a parachute to the player*
bool DeployParachuteOnPositionAndRotation(BasePlayer player, Vector3 position, Vector3 rotation) It will teleport the player to the designated position, set his rotation angle and add a parachute to the player
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
