Тёмный

BP Time Attack Racer: Checking for Lap & Race Records | 09 | v4.8 Tutorial Series | Unreal Engine 

Unreal Engine
Подписаться 1,2 млн
Просмотров 15 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@BeefjerkyMusic
@BeefjerkyMusic 2 года назад
For anyone struggling with their timer, check if in the save game check in the player controller if you've messed up the sets and gets.
@emmicd11
@emmicd11 7 лет назад
The save slot variable in the player controller should be set by getting a reference to the tracker object and getting its save slot's value instead of having to change it manually more than once for each map you create. Because if you create a new map and you will have to make a new tracker object with different settings for the variables then you will also have to go inside the player controller to set the save game slot value otherwise save game won't work properly for every new map you create.
@LeonMc48
@LeonMc48 4 года назад
I cant get my best lap time to display
@emmicd11
@emmicd11 7 лет назад
For the Create Save Game Object node you don't need to cast it to the savegame blueprint class because you already selected the savegame class in the purple drop down as of UE version 4.15
@ahmadsadeghi868
@ahmadsadeghi868 5 лет назад
How can i add my own car ?
@ebanksstudios
@ebanksstudios 5 лет назад
My lap and race time is not appearing at all.
@lemusicien1842
@lemusicien1842 5 лет назад
Me too, did you find a solution?
@ebanksstudios
@ebanksstudios 5 лет назад
@@lemusicien1842 Left it out lol and hoped I didn't lose too many marks on my coursework
@M4v3RicK99
@M4v3RicK99 6 лет назад
why isnt this available as a template project to download?
@MBAalrightgames
@MBAalrightgames Год назад
I am having SO MUCH FUN learning this stuff. This is all very relevant info that can translate to many games and I really appreciate it!
@emmicd11
@emmicd11 7 лет назад
The Tracker blueprint has things that should be done inside of the player controller blueprint. The tracker blueprint shouldnt have to directly access the player controller's variables to do things like check if the current number of laps is greater than or equal to max laps and set race complete because it is hard to debug the race time check and the lap time check when a lot of the blueprint related to laps and times are being interchanged between 2 blueprint classes. It'd be fair enough if the tracker blueprint passed the user defined variables to the player controller blueprint on event begin play and from then on everything related to laps and times was handled by blueprint code inside of the player controller blueprint.
@TheSyncFx
@TheSyncFx 8 лет назад
How would you go about resetting the timeline when Race is finished without restarting the map. Edit: NVM i did it for now by creating a new custom function, calling it ResetTimeline pin it to Set New Time on the GameTime timeline.
@itsglobe
@itsglobe 2 года назад
I have a problem, the Lap time shows for the first Lap but then it doesnt show for the second or the third one
@EthanThomson
@EthanThomson 7 лет назад
im getting an issue that the checkpoints arent dissappearing and that the level wont restart when all checkpoints are cleared. the timer also dissappears after 4 seconds and wont show the milliseconds
@Adam-co7vl
@Adam-co7vl 3 года назад
Like so
@MadMellon777
@MadMellon777 9 лет назад
Whenever I have only 1 lap for the race the print text doesnt work, but 2 or more and it prints it out WTF????
@fdslk1
@fdslk1 8 лет назад
+Mad Mellon having the same problem, still can't figure it out
@emmicd11
@emmicd11 7 лет назад
maybe your starting lap is set to 1 instead of 0, that may be causing the problem
@KlausVander100
@KlausVander100 5 лет назад
Where can i see this?@@emmicd11
@Krestwantsacroissant
@Krestwantsacroissant 4 года назад
@@emmicd11 where plz help
@mxbshr4276
@mxbshr4276 3 года назад
did i miss something because my update goals function is completely empty?
@nataliepatalie3834
@nataliepatalie3834 2 года назад
hello! did you ever discover what was up with update goals? my update goals function is also empty
@amantank6387
@amantank6387 6 лет назад
My lap time won't display, any help would be much appriciated
@belongtojesus4731
@belongtojesus4731 6 лет назад
Hi, I have the same problem here, have you found a solution since then ?
@amantank6387
@amantank6387 6 лет назад
Belongto Jesus unfortunately not
@belongtojesus4731
@belongtojesus4731 6 лет назад
I found the solution, for me the gold time was not showing and all I needed to do was do plug the sequence for the gold time visible to false in the Update goals Function of the Player Controller.
@mxbshr4276
@mxbshr4276 3 года назад
@@belongtojesus4731 did i miss something because my update goals function is completely empty?
@metafuel
@metafuel 3 года назад
@@mxbshr4276 Mine also. Do remember if you managed to sort this out? Thanks.
@seanhomar5945
@seanhomar5945 8 лет назад
After completing video 9, and testing the best lap time display i am getting an error code in player editor, "infinite loop detected in MyPlayerController, asserted during Lap time " any ideas what it might be ?
@emmicd11
@emmicd11 7 лет назад
that might mean that your lap time is being run repeatedly and there is no condition to stop it.
Далее