How to Save and Load your Game In Unreal Engine 5 (Easy)

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • Hello guys, in this quick and simple tutorial we are going to learn how to make an easy save and load system in Unreal Engine 5.
    Follow me on Twitter: / gorkagames
    Subscribe to the channel: / @gorkagames
    unreal engine 5,ue5,save and load,tutorial,quixel,megascans,unreal engine tutorial,save and load unreal engine,ue5 save and load game,ue5 save and load game tutorial,ue5 save game,unreal engine saving system,unreal engine 5 how to save game,unreal engine 5 load game,unreal engine how to make a saving system, unreal engine 4 save and load,unreal engine 4,ue4,unreal engine 5 load nad save tutorial,ue5 tutorial save & load, how to save your game in ue5

Комментарии • 155

  • @Leomerya12
    @Leomerya12 11 месяцев назад +38

    I've been using Unreal for a little over a year and have started my first major game (I've done a bunch of little side quest projects).
    I remember watching a video of yours when I first started learning, and I had to take notes, stop every few minutes to figure out what you we teaching, etc. Now I can just watch a video and understand what I need to do.
    It's crazy how you go from feeling completely overwhelmed to feeling like all of this is natural.

    • @aurustarsia5244
      @aurustarsia5244 8 месяцев назад +1

      Feeling exactly the same xD

    • @Thatsunrealdude
      @Thatsunrealdude 5 месяцев назад

      Haha so there is hope?!

    • @aurustarsia5244
      @aurustarsia5244 5 месяцев назад +1

      @@Thatsunrealdude Trust me, I can create every game I want meanwhile. And I started using it in January. I used it everyday

    • @Thatsunrealdude
      @Thatsunrealdude 5 месяцев назад

      @@aurustarsia5244 🙏

    • @NicolasRoy-vm8ez
      @NicolasRoy-vm8ez 4 месяца назад

      @@aurustarsia5244 Dude same thing! I started in march been spending 10-12 hours on it each day lol. Im addicted

  • @Krushila2
    @Krushila2 Год назад +44

    Dude! You are an angel of UE5! In a month I came out from knowing nothing to understanding something!

    • @GorkaGames
      @GorkaGames  Год назад +4

      I'm glad that you are finding them useful!

    • @Krushila2
      @Krushila2 Год назад

      @@GorkaGames Im trying to go further and load it from a menu, but I dont understand how to make my character spawn at the saved location. Maybe Im not casting to BP_Player properly or something. Any help?

    • @Game_Studio-w9p
      @Game_Studio-w9p 2 месяца назад

      ​@@GorkaGamesIf a game character dies but has saved, will the character respawn back where he died?

  • @MedinaUSA
    @MedinaUSA 2 месяца назад

    I like that you left the error in and fixed in front of us that was an adventure and great info (I got a good laugh because you teleported to the middle of nowhere been there before with other code :) ). thank you!

  • @therocketman3017
    @therocketman3017 Год назад +18

    Dude I'm new in Unreal Engine, I must Say your content is gold 👌🏾

    • @GorkaGames
      @GorkaGames  Год назад +3

      Thank you so much! I really appreciate it!! Good luck on your UE journey 😄

    • @angryazules
      @angryazules Год назад +2

      Totally agree !!!!

  • @dknx6048
    @dknx6048 6 месяцев назад

    Thank you so much for making these videos!
    I watched your other video tutorials as well and they really helped me learn UE5, please keep making more videos, it will continue to help many people!

  • @FedosGames
    @FedosGames Год назад +7

    But it only works on one level, on the rest you just fly out of the level due to the previous save

    • @GorkaGames
      @GorkaGames  Год назад

      Yeah.. you would need to also save the current level and check if the position saved is apropiate for that same level

    • @FedosGames
      @FedosGames Год назад +6

      @@GorkaGames Make a video on this topic

  • @HacknShred
    @HacknShred 5 месяцев назад

    Fantastic guide, was able to easily implement save games into my own project after watching this video, thanks for making it!

  • @BadRozZSFM
    @BadRozZSFM Год назад +9

    Great tutorial ! but I do have one question. I am making some sort of sandbox/survival game where you can place objects around, each different objects can have an infinite amount of themselves placed by the player. Is there a way to make a system that creates new variables for objects positions each time an object is placed ? thanks

    • @GorkaGames
      @GorkaGames  Год назад +4

      Thanks!! What you would need to do is to have an array/ list of items that adds up everytime you place them in the world, and then save them individually

    • @BadRozZSFM
      @BadRozZSFM Год назад +2

      Wow thanks a lot ! That réponse was quick, I don't think I've ever used arrays, so I'm gonna look into that in a moment

    • @TundraTheLootGoblin
      @TundraTheLootGoblin Год назад

      @@GorkaGames can you do a tutorial on this?

    • @projectzombiesurvival9405
      @projectzombiesurvival9405 Год назад

      @@GorkaGames I am doing something similar. It only pulls the first item in the array? I tried using a for each loop but it's not working. Any help would be appreciated.

  • @aveera
    @aveera 4 месяца назад

    Thank you Gorka! As usual quick and smart

  • @GreenStreamDev
    @GreenStreamDev Год назад +2

    Awesome! I was wondering if you could also make a tutorial, where the game would auto-save and you could load it from the main menu

    • @SifuGenx
      @SifuGenx Год назад +1

      This would be awesome. Or like how an mmo saves. Automatic, in the background and you can log out whenever you want and that action alone saves as well

    • @GreenStreamDev
      @GreenStreamDev Год назад +1

      @@SifuGenx Exactly

    • @ry6554
      @ry6554 Год назад +3

      If you use the built in exit game in the editor (esc), you really can't have an autosave.
      However, if you make a custom event (let's say, escape key) to exit the game, you can create your own custom logic on game exit.
      The *Quit Game* node at the *very end of the logic chain* is crucial in order for this to work.
      This allows you to implement logic for saving a game.
      I would definitely recommend creating a reusable function for this though, because lazy programmers are the most efficient programmers.

    • @jjones503
      @jjones503 10 месяцев назад

      Late comment I know, but you can create a time counter inside your world BP. If time > X > save game. If time < x ++ deltatime. Etc. Cheers

    • @GreenStreamDev
      @GreenStreamDev 9 месяцев назад +2

      @@jjones503 alright, thanks for tip mate

  • @izzydizzy9759
    @izzydizzy9759 7 месяцев назад +1

    Will this work with anything? For example your building system video and your rpg series' questing system? If i build something with that, can i use this system to save the progress technically?

  • @topgamer367
    @topgamer367 8 месяцев назад

    Very useful tutorial. And also the first load was fun. :)

  • @sbh-mhd1731
    @sbh-mhd1731 4 месяца назад

    thank you for these videos i would like to know how can i access the slot i created , like if the player want to press create new game and i want to reset the slot to its default values which is stored in BP_Save , how can i do it?

  • @chofthch
    @chofthch Год назад +3

    Hello dude your physical animation tutorial helped me i just wanna ask why ragdoll doesnt work with it if you know.

    • @GorkaGames
      @GorkaGames  Год назад +2

      Hey man, what do you exactly mean? Do you mean that you can add ragdoll and physical animations at the same time?

    • @chofthch
      @chofthch Год назад +1

      @@GorkaGames when i add a physics thingy for mesh it majes the legs lock and looks weird and when i simulate ragdoll in game it just lays to ground horizontally or looks like a liquid simulation explodes every where and leaks everyewhere

    • @GorkaGames
      @GorkaGames  Год назад +1

      @@chofthch 🤣🤣Try checking that the capsule collision ignores the mesh, and that the cmesh has a collision preset of physical pawn

    • @chofthch
      @chofthch Год назад

      @@GorkaGames ok

  • @magegames6202
    @magegames6202 3 месяца назад

    how can we save the current level open too i have a game that house are different levels when you go in when i load i want it to open the level they saved in too

  • @dhruvdandekar6296
    @dhruvdandekar6296 Год назад +2

    Hey I have made a pause menu using ur tutorial and have added a Save Button to it and would like to save using that button, how do i do that instead of using the 'R' Key in this tutorial
    the BP Save and Get Transform are showing 'ERROR' if I use 'on clicked' in the Save Button

    • @inspiredexpired
      @inspiredexpired 4 месяца назад

      did you ever figure this out? i am in same delima. if you did i hope you remember how to solve it.

  • @Gamejolt_Monelit
    @Gamejolt_Monelit 6 месяцев назад

    Could you make a tutorial on how to save and load both the camera direction and player position while using a True First Person POV in UE5.2 or above?

  • @chinccw4529
    @chinccw4529 Год назад +1

    very useful, i used this method to save the highscore.

    • @GorkaGames
      @GorkaGames  Год назад

      thanks, great! I'm glad that it was useful

  • @donaldslayer
    @donaldslayer Год назад +1

    Thanks for this! I created a save system I think is really fuckin cool but I’m curious how it will be usability wise, so far I’m only saving some stats but here’s basically how it works:
    First I added some basic stuff to a PlayerStatsComponent - Name, Combat Level, Current/Max HP, Stamina, Current/Max Combat Focus (will be the mana system it’ll build up to be spent in combat)
    I created an enum, EPlayerSkills, with that I populate with a list of skills. Then I made FPlayerSkills Struct which has an EPlayerSkills reference for the Skill ID, and then values like Level, MaxLevel, EXP etc) Then I made another Struct (FPlayerStats) which contains those basic variables I added to the component and an Array of FPlayerSkills Structs (also added that to the component) so the save game currently only has one object in it, stats. When the save game is created we loop through the number of entries in EPlayerSkills (-1 since it’s counting from 1) and add to the FPlayerSkills array an entry in the save using the index value to set the EPlayerSkills for that entry to the correct one, I got it saving and loading but man is it complicated to work with so far. I’ve managed an AddSkillXP which takes an EPlayerSkills and Integer input, breaks the characters current FPlayerStats, grabs the entry in the FPlayerSkills array at EPlayerSkills Input( to Byte then to Int), breaks that, adds the exp and saves. It works but idk how efficient it is code execution wise, for the small convenience of being able to add a skill and all its variables to the character save by adding an enumerator and naming the enumeration

  • @Nermi12
    @Nermi12 Год назад +2

    Very good video. Thank you for sharing with us 😁😊

    • @GorkaGames
      @GorkaGames  Год назад

      thank you for watching!! 😄Im glad I could help!

  • @zeeshankhan-gw2lv
    @zeeshankhan-gw2lv 2 месяца назад

    thanks again man

  • @SpaceStudio-xu8bl
    @SpaceStudio-xu8bl Год назад

    Thank you for this great tutorial!

  • @AliBounds
    @AliBounds Год назад +1

    Awesome tutorial thanks

  • @AdireetiVlogs
    @AdireetiVlogs 10 месяцев назад

    hi
    can u make a video where saving progress do automatically in background means game saved without saving any key during gaming

  • @chilledquack
    @chilledquack 2 месяца назад

    how could i make it where the player can log into their own personal save

  • @williamminnaar6311
    @williamminnaar6311 Год назад

    Hi there - So I have made a level, it's quite detailed - A store - I need to make it so that the scene can be 'walked around in' via a web link? How would I do this - Basically my client wants to walk around remotely from a web link - Thank you for your tutorials, they are fantastic!! :)

  • @shehryaarasghar
    @shehryaarasghar Год назад

    This really helped alot.... I am changing a static mesh postion in the level and saving its position. Other thing I'm trying to create is changing material of that static mesh inside the game by using Set material. Now I am trying to save its current material. How can i do that?

  • @creatorediillusioni
    @creatorediillusioni 5 месяцев назад

    Cool video thanks!
    In terms of hard drive, where this file will be saved in the disk in which folder etc? Also this will data will stay also once the game has been closed and reopened?

  • @x-intelligent-x7122
    @x-intelligent-x7122 Год назад +1

    Hi! How do you save system for Enviroment Actor and pawn controller. I am currently having problems thx.

    • @GorkaGames
      @GorkaGames  Год назад

      hey, do you mean like their health etc?

  • @wolfiedgr8t
    @wolfiedgr8t Год назад +1

    Excellent man 👍

  • @twyyre5385
    @twyyre5385 3 месяца назад

    This writes to the disk right?

  • @analauracaceres1392
    @analauracaceres1392 7 дней назад

    I managed to save player position but I can the save the game level 😢 I tried other tutorials and it doesn't work, can anyone show me the blueprint nodes for saving the level in unreal 5? ❤

  • @Ser0zine
    @Ser0zine Год назад +2

    Thanks a lot

  • @havok4615
    @havok4615 Год назад

    how do u save stuff that is not from the actor, for example inventory/items in boxes?

  • @adityadivtee3962
    @adityadivtee3962 11 месяцев назад

    how to connect this with
    new game button and load game button

  • @myolimpiada5037
    @myolimpiada5037 4 месяца назад

    Спасибо!
    ты очень куртой!

  • @omarzoghayyer4972
    @omarzoghayyer4972 Год назад +1

    Great Video. Thanks for sharing. I have a question. How can I get it to auto load when I exit and come back to the game without pressing any buttons? (i.e would be loadout menu). Soldier selected rifle, extra mag, and a scope. how can I keep this selection when I load again.

    • @GorkaGames
      @GorkaGames  Год назад +1

      the loading already happens in the begin play, so when the players join. Sp you can turn off the key for loading. And then for saving, just call the save event every 5 seconds with a retrigible delay

    • @omarzoghayyer4972
      @omarzoghayyer4972 Год назад

      @@GorkaGames Got it. Thank you for the tip.

    • @omarzoghayyer4972
      @omarzoghayyer4972 Год назад

      @@GorkaGames Another Question. How would I be able to save an array of check boxes?

  • @flyingroads3498
    @flyingroads3498 Год назад

    Thanks again. 🎉

  • @KaitheArtGuy
    @KaitheArtGuy Год назад

    Does this work with map levels? Right now it will save all my items but not the map level

  • @BeamFreqGames
    @BeamFreqGames Год назад

    Very good. Thank you.

  • @Carti_Stan18
    @Carti_Stan18 Год назад

    Help : When i start a new game , the game could be loaded from a save file of the older saves

  • @Xerclipse
    @Xerclipse Год назад

    How can I save the camera rotation? Im using Get Player Camera Manager, and changing the world transform. I made the debug print text to read the player camera manager world transform. When I press the load file button, for one frame it changes to the previously stored BP_Save camera transform (which also reads the value when I pressed save), but after that the camera manager just resets back to the moment I pressed load. It reads the saved value but immediately updates to where my camera is currently facing.

  • @godofvideoss
    @godofvideoss 10 месяцев назад

    Hi Gorka, I followed your tutorial and it works but I always get an error:
    Accessed None trying to read property BPSave". Node: Set Actor Transform Graph: SavegameSystem Function: Execute Ubergraph BP Example Player Blueprint: BP_ExamplePlayer
    How come?

  • @Cocsicat
    @Cocsicat 8 месяцев назад

    Thank you!

  • @midDeveloper
    @midDeveloper 3 месяца назад +1

    Create video. but not work (((( always fail to cast save fail

  • @AlterdScript
    @AlterdScript Год назад

    Will this save items the player has on them?

  • @jamesbrady1930
    @jamesbrady1930 Год назад

    I am on 5.2 and I just fall through. I am thinking they made some changes from this video perhaps.
    I get these errors.
    Blueprint Runtime Error: "Accessed None trying to read property BP Save". Node: Set PlayerPos Graph: EventGraph Function: Execute Ubergraph BP First Person Character Blueprint: BP_FirstPersonCharacter
    Blueprint Runtime Error: "Attempted to assign to None". Node: Set PlayerPos Graph: EventGraph Function: Execute Ubergraph BP First Person Character Blueprint: BP_FirstPersonCharacter
    Blueprint Runtime Error: "Accessed None trying to read property BP Save". Node: Set Actor Transform Graph: EventGraph Function: Execute Ubergraph BP First Person Character Blueprint: BP_FirstPersonCharacter

  • @kreesgaming
    @kreesgaming Год назад +1

    Bro how to make countinue button in main menu return us to the save

    • @GorkaGames
      @GorkaGames  Год назад

      Yeah, if you have the load game in the begin play of your level, automatically when you open the level from the main menu you will load your save, which is the case right now of this tutorial. So basically you will just have to open your level from the main menu, I have a tutorial on that: ruclips.net/video/zWI-36fIoDQ/видео.html

    • @kreesgaming
      @kreesgaming Год назад

      @@GorkaGames brother I know that but it never success can I contact you and help me please I needed so bad

    • @kreesgaming
      @kreesgaming Год назад

      @@GorkaGames how that can the main menu if i wanna make continue button i must add ope level node and its want level name so if i was in level 2 how that canbe?

  • @marie-pierneault1035
    @marie-pierneault1035 8 месяцев назад

    Hi all! I realized that the info position is kept if you change level (instead of appearing at the PlayerStart you will have an offset in the new level world which is on the way and on top of that the new position is not resetting when you stop and restart the simulation. I'm not sure how to savely but my player back to the PlayerStart now. Anyone encounter this issue?

    • @marie-pierneault1035
      @marie-pierneault1035 8 месяцев назад

      Ok I got it the save is in the document SaveGames and I can delete it. Though, it does not save once the project is exported.

  • @aufgespielt3768
    @aufgespielt3768 Год назад

    Hey Thanks for the Video, but I hope we dont really like hundreds of Variables to Save any Positions of our Characters, Inventory Slots or Stats… 😮

  • @recsund
    @recsund Год назад

    cheers. but this don't work in a package build, anyone got pointers how to get this working in a package, is it something to do with game instance and also each variable needs to be set as a serilaised for savegame versible!? :)

  • @Saddawgbro
    @Saddawgbro 11 месяцев назад

    works for multiplayer?

  • @thelostsoul9497
    @thelostsoul9497 Год назад +3

    My character still falls down endlessly after fixing that last bit

    • @GorkaGames
      @GorkaGames  Год назад

      Make sure that you set the BP Save after the begin play in both scenarios. 1) when there's already a save 2) when there's not a save

    • @TheSheepGamer
      @TheSheepGamer Год назад

      @@GorkaGames I did, but still havind the endless falling issue

    • @studiobaxter1242
      @studiobaxter1242 Год назад

      Mine too. Double checked everything.

    • @MikBurlak
      @MikBurlak Год назад

      same staff something is missing in this tutorial

    • @efremvargiu1829
      @efremvargiu1829 10 месяцев назад

      same, did you managed to solve it?@@MikBurlak

  • @nopepsi206
    @nopepsi206 Год назад

    Will this also work for saving on Xbox or PS or its just for PC?

  • @kianghobadi8315
    @kianghobadi8315 2 месяца назад

    Can yall pls link the vid that he explains how to save other info other then location i will be fr thank full

    • @PsychotropicDog
      @PsychotropicDog 2 месяца назад

      ruclips.net/video/q_xXxQWphgw/видео.html

    • @PsychotropicDog
      @PsychotropicDog 2 месяца назад

      like this one there is some 'access none' error as I suspect there is something going on with permissions, but google is too busy giving me SEO's to actually give me a useful answer.

    • @kianghobadi8315
      @kianghobadi8315 2 месяца назад +1

      @@PsychotropicDog tysmmmmmm

    • @PsychotropicDog
      @PsychotropicDog 2 месяца назад

      @@kianghobadi8315 this one I got to work however.... ruclips.net/video/H6rqJbwjRIk/видео.html

  • @howl2339
    @howl2339 Год назад +2

    I just downloaded unreal and I am so consused 😐... It'd be awesome to se a starter course on that and maybe with c++

    • @GorkaGames
      @GorkaGames  Год назад +3

      Yeah, at the start there are lots of things to learn and it can be a bit fulstrating, but its an awesome journey! Yeah good idea, I might be doing a blueprint beginner course, and now that you have mentioned, I might start making some c++ tutorials every now and then, and a beginner guide 👀🤔

    • @howl2339
      @howl2339 Год назад +2

      @@GorkaGames I am so looking forward to it! And i would like to see more live streams like the ones from the game jam

    • @GorkaGames
      @GorkaGames  Год назад +1

      @@howl2339 yeah! I am planning on doing more of those!!

  • @JoaoVictor-fk8no
    @JoaoVictor-fk8no Год назад

    I keep getting teleported to 0,0,0 when loading the level, tried everything i could, UE 5.2.1
    edit: set a bind to delete save game, delete it then try again, that'll fix it

    • @Rebit159
      @Rebit159 6 месяцев назад

      THANKS SO MUCH

  • @UnTouchedByTime77
    @UnTouchedByTime77 5 месяцев назад +1

    it wasnt helpful

  • @mukapa3726
    @mukapa3726 Год назад

    Thank you so much!!

  • @trollgasm
    @trollgasm 9 месяцев назад

    The SaveGame blueprint already made is "like a blueprint", but can anyone explain why it isn't? Are variables permanently stored in it through level changes, and loads or something?

  • @crazyAlexander23
    @crazyAlexander23 10 месяцев назад

    I'm getting error
    The property associated with Player Pos could not be found in '/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter_C'
    The property associated with Player Pos could not be found in '/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter_C'
    [2449.84] Compile of BP_ThirdPersonCharacter failed. 2 Fatal Issue(s) 0 Warning(s) [in 533 ms] (/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter)

    • @Starxnx
      @Starxnx 7 дней назад

      I guess you didn't compile and save in time

  • @co6aka_ye6aka66
    @co6aka_ye6aka66 9 месяцев назад +6

    I really like you showing mistakes/bugs you're making. It's really helpful to see what and why can go wrong!!

  • @Rabbit14
    @Rabbit14 Год назад +6

    love when i youtube search for certain things your videos come up first. and they aren't an hour long drag of doing a simple task

    • @GorkaGames
      @GorkaGames  Год назад +1

      haha thank you so much! I really appreciate it, I always try to make my videos sharp and straight to the point

  • @seriousletsplay1063
    @seriousletsplay1063 Год назад +5

    What about if your saving in a pause menu? How would you go about getting the BP_Save over to the event graph on the canvas?

    • @thatETTYT
      @thatETTYT Год назад +3

      Make a custom event that y’all put as a replacement for your keys shown in video and call those events when you’re load/save button is pressed

  • @m1k4n57
    @m1k4n57 Год назад +4

    Thank you, Thank you, Thank you, Thank you, I was messing with save games for an hour, having no clue why I cant load my save, then I came across your video and saw that you type "save1" instead of putting a string variable into the events and it works!

  • @Nudtanun
    @Nudtanun Месяц назад +1

    1:00 is peak music (i never heared that before in this channel clutch tutorials)

  • @irenetreyette336
    @irenetreyette336 Год назад +3

    Is there any way you could make a tutorial video that covers the main menu (with options including credits, start new game, or resume recent save). My game is an open world roam and could you also include the pause menu (with a save and quit option, or resume game).
    I tried following other tutorials and they broke my game. Please, I am really hoping you could help me with this. 🙏

  • @mcdonaldsspritee
    @mcdonaldsspritee Год назад +1

    When saving i get this error: Anyone knows a fix?? Blueprint Runtime Error: "Attempted to assign to None". Node: Set Player POS Graph: EventGraph Function: Execute Ubergraph BP Third Person Character Blueprint: BP_ThirdPersonCharacter

  • @ATomCzech
    @ATomCzech Год назад +2

    So, why every variable in blueprint has SaveGame flag? I would expect, that there is a way how to simply save all variables.

    • @GorkaGames
      @GorkaGames  Год назад +1

      Unfortunately we cannot save all the variables at once, we have to save them indvidually. That`s why many games have many issues on saving and loading the progress..

  • @QuestionableMorality
    @QuestionableMorality 8 месяцев назад +1

    Do I have to cast to the save file? I tried using blueprint interfaces but that didn't work.

  • @Riz_Toon
    @Riz_Toon 7 месяцев назад

    bug in player pos

  • @rhiku117
    @rhiku117 10 дней назад

    can someone help my game loads out of bounds on different map if loading from different map

  • @JustinAds
    @JustinAds 5 месяцев назад

    im getting the error The Property associated with (variable name) could not be found in (Blueprint Path)

  • @Nudtanun
    @Nudtanun Месяц назад

    That look much more easier than I think (I though my brain will eplode before watching this video)

  • @АнтонКовалёв-о9ж
    @АнтонКовалёв-о9ж 3 месяца назад

    Thanks! That really works fine. But still do not understand how will it work in real game? There should be millions of variables to save. 😮

  • @SkitzLewiss
    @SkitzLewiss Год назад +1

    Great tutorial! I just have a question:
    My game is multiplayer and when I save the game on the server side it saves for all clients too. Any idea how i can fix this?

  • @japanse_samurai9456
    @japanse_samurai9456 2 месяца назад

    Can you make a video how to add more save slots and show that in with UI and how I can also load the last level that the player was in?

  • @EggDevourer
    @EggDevourer Год назад +1

    A video for saving bools would be amazing.

  • @belekass
    @belekass 2 месяца назад

    How to do it with Boolean?

  • @TheGrandST
    @TheGrandST 6 месяцев назад

    How can i make an save system, that saves the game and the level every 5 minutes? Like, it saves the game, and when you enter the game again, you will be in the same level you was before exiting.

    • @aneskatzaev9152
      @aneskatzaev9152 5 месяцев назад

      you can make a loop and put the save function there and you can create a collision object that when hit will also call the save function

  • @infumiinations1311
    @infumiinations1311 3 месяца назад

    Can you do one for lvls and appearances and inventory?

  • @B31L
    @B31L Год назад +1

    👍👍👍

  • @Django2k6
    @Django2k6 9 месяцев назад

    Thanks to you, I managed to create a VERY rudimentary save system on a map as I test play! By that, I mean it just saves and loads when I press O and P respectively. It also saves on Begin Play, so it seems to eat the save every time I change maps for now, but I AM still just learning this stuff. It's fascinating! Thanks very much for the insight!

  • @Guizinhoo_
    @Guizinhoo_ 5 месяцев назад

    Hi, are the files after the game is packaged in a directory on disk C or even in the project file itself? If so which one? Or if not, would it be possible to do this?

  • @MonderMurshed
    @MonderMurshed Год назад

    Help! is that works if i did change the game and then turned off my pc, when i will open the game again, are these changes will be there too inside my project ? or everything will be gone at the zero point?, i asked that question because i wanna sell my game in steam ,and i wanna a save system that will save their progress inside the game

  • @oceankingdom1985
    @oceankingdom1985 Год назад

    Thanks for tut, can i asking then how can reset for those values back to default ? Do you have video explain about it ?

  • @gendalfgray7889
    @gendalfgray7889 7 месяцев назад

    Is it possible to make save slot beforehand so i don't check if it exist?

  • @clebo99
    @clebo99 8 месяцев назад

    Does this work if you have multiple maps?

  • @daviderocconi_sounds
    @daviderocconi_sounds 3 месяца назад

    You know the vibe when you hear that beat 😎

  • @SandyM1993
    @SandyM1993 Год назад +3

    I followed that step-for-step and it didn't work at all. Why even post this garbage?

    • @SkitzLewiss
      @SkitzLewiss Год назад

      Worked for me, so youre clearly doing something wrong. Stop blaming the creator.