RedM Script - Happy Rodeo - RedEM:RP & VORP & QBR/QR & RSG Script
Have you ever dreamed of feeling the adrenaline rush of taming a horse, of sensing the power beneath you as you master every move? Happy Rodeo offers you this one-of-a-kind equestrian experience! You won’t be confined by physical limitations anymore; you’ll take virtual reins and steer your steed with unmatched precision. Take on the challenge and become the master of rodeo !
This script contain also a beautiful mapping !
Features
- Blip management.
- Prompt management
- Notifications management.
- Mapping.
- Mini-game.
Dependencies
Skillbar
Config :
-------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------Config-------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------
--[[(FR) Vous pouvez paramétrer ici le script en focntion de vos besoins.]]
--[[(EN) Here you can configure the script according to your needs.]]
--<<----------------------------------------------------------------------------------------------------------------------------------------------------->>--
-- (FR) Ne pas modifier
-- (EN) Don't modified
Config = {}
--<<----------------------------------------------------------------------NPC---------------------------------------------------------------------------->>--
-- (FR) Zone du rodéo ne pas modifier
-- (EN) Rodeo place don't touch
Config.Zone = {{
coordsRodeo = vector3(-167.67324829101562, 540.44775390625, 113.43507385253906),
coordsPoint = {
vector3(-165.86947631835938, 546.9653930664062, 113.64408111572266),
vector3(-159.987060546875, 537.1577758789062, 113.67828369140625),
vector3(-167.38621520996094, 532.2184448242188, 113.18926239013672),
vector3(-173.51699829101562, 542.0221557617188, 113.31110382080078),
},
}}
--<<--------------------------------------------------------------------SKILLBAR------------------------------------------------------------------------>>--
-- (FR) Configurer la difficulé des qte
-- (EN) Configure qte difficulty
Config.difficultadmin = 3 -- (FR) Défini le nombre minimal de qte dans une épreuve de rodéo | (EN) Define the minimum number of qte in a rodeo event
Config.difficultadmax = 5 -- (FR) Défini le nombre maximal de qte dans une épreuve de rodéo | (EN) Define the maximal number of qte in a rodeo event
Config.difficultymin = 1 -- (FR) De 1 à 4 défini la difficulté du qte si difficultymin = 1 et difficultymax = 1 100% de chance d'avoir un qte facile | (EN) From 1 to 4 defines the difficulty of the qte if difficultymin = 1 and difficultymax = 1 100% chance of having an easy qte
Config.difficultymax = 4 -- (FR) De 1 à 4 défini la difficulté du qte si difficultymin = 1 et difficultymax = 1 100% de chance d'avoir un qte facile | (EN) From 1 to 4 defines the difficulty of the qte if difficultymin = 1 and difficultymax = 1 100% chance of having an easy qte
--<<--------------------------------------------------------------------BLIPS MAP------------------------------------------------------------------------>>--
-- (FR) Configurer si vous souhaitez voir sur le map le blips, son nom, son sprite et sa couleur
-- (EN) Configure if you want to see on the map the blips, its name, its sprite and its color
-- (FR) Le blips pour le rodeo | (EN) Blips for rodeo --
Config.RodeoBlip = true -- false
Config.Rodeoname = "Rodéo"
Config.Rodeosprite = "blip_shop_horse" -- https://github.com/abdulkadiraktas/rdr3_discoveries/blob/master/useful_info_from_rpfs/textures/blips/README.md
Config.Rodeocolor = "BLIP_MODIFIER_MP_COLOR_4" -- https://github.com/abdulkadiraktas/rdr3_discoveries/blob/master/useful_info_from_rpfs/blip_modifiers/README.md
--<<---------------------------------------------------------------------PROMPTS------------------------------------------------------------------------->>--
-- (FR) Configurez ici les labels des prompts, leurs textes, et leurs touches associées
-- (EN) Configure here the labels of the prompts, their texts, and their associated keys
-- (FR) Label | (EN) Label --
Config.RodeoText = "Rodeo" -- (FR) Label Rodéo | (EN) Label Rodeo
-- (FR) Texte | (EN) Text --
Config.RodeoLabel1 = "Commencer" -- (FR) Texte pour commencer le rodéo | (EN) Text for start rodeo
Config.RodeoLabel2 = "Dresser" -- (FR) Texte pour effectuer le rodéo | (EN) Text for doing rodeo
-- (FR) Touches | (EN) Keys --
-- https://github.com/abdulkadiraktas/rdr3_discoveries/tree/master/Controls
Config.RodeoKey1 = 0x27D1C284 -- (FR) Touche pour effectuer une action : commencer [R] | (EN) Key to perform an action : start [R]
Config.RodeoKey2 = 0x27D1C284 -- (FR) Touche pour effectuer une action : effectuer [R] | (EN) Key to perform an action : doing [R]
--<<------------------------------------------------------------------NOTIFICATIONS---------------------------------------------------------------------->>--
-- (FR) Configurez ici le texte et textures de vos notifications
-- (EN) Configure the text and textures of your notifications here
-- (FR) Titre | (EN) Title --
Config.Titre = {
Rodeo = "Rodéo", -- (FR) Titre de la notification | (EN) Title of the notification
}
-- (FR) Texte | (EN) Text --
Config.Texts = {
Rodeo1 = "Vous avez commencer une session de rodéo", -- (FR) Le joueur a commencer le rodéo | (EN) Player is starting a rodeo
Rodeo2 = "~h~~e~Vous n'êtes plus sur le cheval !", -- (FR) Le joueur est descendu du cheval | (EN) Player is not on horse
Rodeo3 = "~h~~e~Vous avez raté le dressage", -- (FR) Fini avec le rodéo sans succès | (EN) End rodeo without sucess
Rodeo4 = "Vous avez fini le rodeo avec succès", -- (FR) Fini avec succès le rodéo | (EN) End rodeo with sucess
Rodeo5 = "~h~~e~Vous avez quitté le rodéo", -- (FR) Quittez le rodéo | (EN) Leave rodeo
}
-- (FR) Textures | (EN) Textures --
-- https://github.com/abdulkadiraktas/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures
Config.Textures = {
Rodeo1 = {"multiwheel_emotes", "emote_greet_tip_hat"},
Rodeo2 = {"menu_textures", "cross"},
Rodeo3 = {"menu_textures", "cross"},
Rodeo4 = {"multiwheel_emotes", "emote_greet_tip_hat"},
Rodeo5 = {"menu_textures", "cross"},
}
-- (FR) Temps | (EN) Time --
Config.Temps = {
Rodeo1 = 4000, -- (FR) Temps d'affichage de la notification | (EN) Time of the notification
Rodeo2 = 4000, -- (FR) Temps d'affichage de la notification | (EN) Time of the notification
Rodeo3 = 4000, -- (FR) Temps d'affichage de la notification | (EN) Time of the notification
Rodeo4 = 4000, -- (FR) Temps d'affichage de la notification | (EN) Time of the notification
Rodeo5 = 4000, -- (FR) Temps d'affichage de la notification | (EN) Time of the notification
}
-------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Tebex Purchase
Lock https://redm-script-fr.tebex.io/package/5949643
Open https://redm-script-fr.tebex.io/package/5949645
Video
| Code is accessible | Lock & Open Source available |
| Subscription-based | No |
| Lines (approximately) | ~260 |
| Requirements | Skillbar |
| Support | Yes |
