Blueprint Darts Game
Unreal Engine Tutorial
Unreal Engine Tutorial
How to use?
Place on your map where you plan so the player can play the "BP_DartsPawn" darts blueprint game
In order for the player to start playing darts, it is necessary to call the function inside "BP_DartsPawn" > "StartPlayDarts".
Pawn - is your current playable character, this is necessary so that you can go back into the game as your main character.
Mode - 301 and 501 are currently available, but you can easily add other values for a similar game (1001, 101, 120, etc.)
IsBot - whether there will be a player with a bot or taking turns.
BotDifficult - bot accuracy from 0 to 1. If 1 is specified, then the bot will not miss.
To add other numbers to the game mode 301 \ 501, then open "EDartsMode" and add the name of the mode.
Go to "BP_DartsPawn"> "FRestoreDarts" and specify the number of points from which the game will start.
If you need to increase the scope swing, then go to "BP_DartsPawn" and increase this number from the screenshot.
If you need a new mode, then use the existing mode as an example or write me an email: myalreadyday@gmail.com
If you have any questions, please write to me by mail: myalreadyday@gmail.com