Save And Load Player Stats - Unreal Engine Tutorial

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 99

  • @MattAspland
    @MattAspland  3 роки тому +34

    Sorry if my voice sounds a little different in some parts of the video, I'm starting to feel a little under the weather, hopefully it doesn't last too long lol

    • @applejetgg
      @applejetgg 3 роки тому +2

      lol

    • @fleurbird
      @fleurbird 3 роки тому +3

      Aww, don't apologize for that.
      Hope you're better soon.

    • @N37h4ka
      @N37h4ka 3 роки тому

      Sorry to here that
      BTW you dont need to apologize for that
      anyway hope you get better soon 🤗🤗

    • @varunkatara575
      @varunkatara575 3 роки тому

      2

    • @greenguy8612
      @greenguy8612 10 місяців тому

      That would be the ricin that i gave you

  • @fleurbird
    @fleurbird 3 роки тому +32

    The local variable inside a function is what I've learned from this. Great tutorial as always

    • @MattAspland
      @MattAspland  3 роки тому +4

      Amazing, always great to learn something new :)

  • @IoSkyBoyoI
    @IoSkyBoyoI 5 місяців тому

    I've been through so many tutorials for silly hours on more complicated tutorials for more advanced systems....and honestly I come back to this tutorial and build from this into a complicated system.
    There's just something about the way It's shown or explained that makes sense, And allows me to build complicated save systems from it.
    Thanks for making this.

  • @MISSGNOMETF2
    @MISSGNOMETF2 2 роки тому +2

    2 years of trying to make games and NOW i finally got saving into one, thanks m8 :D

  • @Asmund648
    @Asmund648 3 роки тому +10

    Yesss, a much needed topic finally explained in a proper way :D

    • @kj25
      @kj25 3 роки тому +3

      As always

    • @MattAspland
      @MattAspland  3 роки тому

      Always a pleasure Asmund! :)

  • @wichitazombie1773
    @wichitazombie1773 3 роки тому +1

    you are a god send, you wont make me go watch an hours worth of videos just to come back to this one to understand it. You are a real one my guy!

    • @MattAspland
      @MattAspland  3 роки тому

      Thank you so much for the kind words man, super happy I could help you :)

  • @REACH_khbk
    @REACH_khbk 2 роки тому +7

    Great tutorial as always! Can you possibly do a compilation tutorial when you get back from holidays which covers how to make all of these save/load things work from within a widget? I'm trying to set up a save/load button on a menu and having trouble getting actor transform in order to save/load the player's location as well as level! I assume this is because I'm not working within the third Person BP for it. Thanks so much and have a lovely break!

  • @BeamFreqGames
    @BeamFreqGames Рік тому +1

    Well, once again, your skills have been useful and inspiring. If Stan Lee hadn't passed away, he may have made you his next superhero. Captain Unreal. LOL. God bless.

  • @xdreamx
    @xdreamx 2 місяці тому

    Most GOATED Unreal Engine creator

  • @g-dojjo
    @g-dojjo 3 роки тому +3

    Thanks broo!! im really hate save and load somethings in unreal its giving me a headache :D

    • @MattAspland
      @MattAspland  3 роки тому

      Always a pleasure man, hope this helped :)

    • @g-dojjo
      @g-dojjo 3 роки тому

      @@MattAspland yeah your tutorials always help me bro thanks for everything ^^

  • @yazzindev
    @yazzindev 2 роки тому

    Thank you Matt! I don't know how many hours you saved me but.. they're a lot! Thank you so so so much!

  • @makeitunreal6057
    @makeitunreal6057 2 роки тому

    This is one of your best tutorials!

  • @TinoPlusUltra
    @TinoPlusUltra Рік тому

    so this method works really well. My only issue is trying to find a way to implement this in a new game and continue game type of setup. It defaults to always load the previous save.

  • @studiodenne
    @studiodenne 11 місяців тому

    Thank you for this nice tutorial!!! Get it still nice working, Iám so happy

  • @lukesfilmltd
    @lukesfilmltd 2 роки тому +1

    this is fantastic and works perfectly but quick question... how would you reset these stats if you want to reset the level?

    • @aegislighthammer8246
      @aegislighthammer8246 Рік тому

      My best guess is that your open level by name chain also has set (stat) to (original integer)

  • @unrealencin9132
    @unrealencin9132 3 роки тому

    Matt, Your The Best Tutorial Channel.

  • @ProjectRelease
    @ProjectRelease 2 роки тому +14

    I had an issue where the game did not register the save game to slot.
    A stupid mistake but I instantly promoted my Slot Name to a variable without setting a default value @ 8:12
    So for anyone with a similar issue, make sure your string variable has a default name!

    • @gamedeviitian3645
      @gamedeviitian3645 2 роки тому +2

      😂😂ah same issue , take me 2 hour to solve this , after i know i am dumb

    • @omnianima4540
      @omnianima4540 2 роки тому +2

      Lmaooo thank you for writing this, it helped me realize I completely forgot to "save game to slot" in first place, I was like man how tf does this string magically work without slot, anywhere

    • @irnuska2409
      @irnuska2409 2 роки тому +3

      THANK YOU! Omg it actually finally works, being hunting what is wrong with my code 😂

    • @sourcebyte8039
      @sourcebyte8039 Рік тому +2

      Thank you!

  • @stevenwynn819
    @stevenwynn819 3 роки тому

    Nice video. Hope you're feeling better.

  • @MagimanD
    @MagimanD Рік тому

    Hey man great tutorial as always, got a small bug for some reason when I hit P again is saving my the last button I hit in the menu

  • @langsungintinya6191
    @langsungintinya6191 2 роки тому

    thanks, you save my life, this is i need

  • @JKordero
    @JKordero 2 роки тому

    Nicely done! thank you!

  • @thePadlockesTech
    @thePadlockesTech 2 роки тому +3

    Hey, this is helpful! I have a couple of issues though:
    1. How do you save your stats into the next level? Like if I wanted all the "coins" or inventory I collected to be there when I get to the next zone.
    2. It looks like if I save then load, items that were collected already were not reloaded. For example: I saved, collected some coins, didn't save, but instead loaded. The coins were still gone and my character was loaded back to where he was when I first saved.

    • @sbravoo
      @sbravoo 2 роки тому

      Hey man did you manage to find out how ?

    • @thePadlockesTech
      @thePadlockesTech 2 роки тому +1

      @@sbravoo Sort of. I was able to get the coins to be there after saving and not loading. But then I get a whole new slew of issues. Not to mention I got the solution from someone else so I wouldn't really know how to come up with it from scratch

    • @sbravoo
      @sbravoo 2 роки тому

      @@thePadlockesTech can you somehow send me the solution ? Do you have like a link for a good tutorial or a guide ?

  • @SkitzLewiss
    @SkitzLewiss Рік тому

    Awesome tutorial! I just ran into an issue and it would be amazing if you could help me out with this. Im using a loadout system in my game where i save the guns that i want the player to spawn with, and this works perfectly if i play single player. The issue comes when i have two different players in the same match, the client loads the guns that the server host saved. Any idea how I can fix this?

  • @pamzrockshow156
    @pamzrockshow156 9 місяців тому

    Hi Thankyou for create thi video, I want to ask a few things, how to create save game for character crerator, and bring to new or next level

  • @TFx2TV
    @TFx2TV 2 роки тому

    Awesome cheers Matt

  • @Furios_Ethan
    @Furios_Ethan 6 місяців тому

    hey could you make an video on how to make an delete save blueprint for this please

  • @FreQtik
    @FreQtik Рік тому

    Thank You!

  • @michaelcasseus2497
    @michaelcasseus2497 11 місяців тому

    nice tut matt can you do one when u got like ten trees surrounding the floor in a level then duplicate that level with only the floor then transport the character between levels saving the transform of the character as if it's lev1 outside lev 1 inside ??

  • @WilliamDaviesDev
    @WilliamDaviesDev 10 місяців тому

    tysm!

  • @aaronhille9927
    @aaronhille9927 Рік тому +1

    This is a great tutorial! However, I'm having one issue with it, and I don't understand why this happens. It runs through all the code and outputs "Game Saved!" after I activated the save game command. But when I click load game, it runs through all the code, outputs "Game Loaded!", but nothing happens. There are no errors in the code and I have followed yours 1:1.

    • @aaronhille9927
      @aaronhille9927 Рік тому

      nvm. i read the comments. i didnt realise the default name

  • @netanel8334
    @netanel8334 3 роки тому

    thank you!

  • @Silver-iix
    @Silver-iix 2 роки тому +3

    Hey Matt, I have run into an issue where this save system does not work for packaged versions but works fine inside the editor. Any ideas on how to resolve this?

    • @Tundralia
      @Tundralia Рік тому +1

      I'm getting the same issue with my save system too, would love to know how to resolve this.

    • @recsund
      @recsund Рік тому +1

      yep same, here , wonder if it's cos each variable needs to be set as a savegame in advance or possible to do with game instance etc, but yeah such a fundermenal part of game dev .

    • @Silver-iix
      @Silver-iix Рік тому +2

      @@recsund I’m aware this is quite old and I never actually resolved the issue.
      I used this system for two games. One for an infinite runner to save player stats, store purchases, ammunition and upgrades, best score, and store purchases.
      The next time I used it to create a checkpoint system for a separate game, which would save the location of the last checkpoint the player passed, and then spawn them there if they died or reloaded the game.
      First system worked fine for both the editor and the packaged version, where as the second only worked for the editor version.
      I think it’s some kind of compatibility issue. As the first project was created on an earlier version of UE.

    • @recsund
      @recsund Рік тому

      @@Silver-iix intresting, good to know it is actually kinda possible with this, cheers!

  • @StarCats
    @StarCats 2 роки тому

    Hello Matt, your videos really help me a lot. Thank you. Can you take a video about mobile scale UI? Widget UI and viewport / mobile in different scales. thank you.

  • @NexterExpert
    @NexterExpert 3 роки тому +1

    Can you make a tutorial on how to make a quicksand?

  • @eve_hub
    @eve_hub 2 роки тому

    great tutorial, but as I have saved a level or any changes then I want to delete that saved level How to do so?

  • @야식훔쳐먹다가걸린누

    고맙읍니다. Thank you

  • @kokostas879
    @kokostas879 Рік тому +1

    What about having more than 30 variables that need to be tracked and saved and loaded? Still I can add one by one or should I do it by another way?

    • @Chatmanstreasure
      @Chatmanstreasure Рік тому

      Wondering the same thing...wonder if we can put it in a struct and just save the struct

  • @superSamioo
    @superSamioo 3 роки тому

    Can you please make a tutorial on saving graphics settings

  • @useruser5667-m9d
    @useruser5667-m9d 3 роки тому +2

    Is there an option to make that save automatically?

    • @MattAspland
      @MattAspland  3 роки тому +1

      You can call the "save game" function at the end of a looping timer, so it saves every 15 minutes for example.

    • @useruser5667-m9d
      @useruser5667-m9d 3 роки тому

      @@MattAspland ohhh thank you so much!

  • @michaelkukula5926
    @michaelkukula5926 Рік тому

    If I have a blueprint in the level that changes the material of an object, will that change be saved and loaded as well?

  • @mate1_dev
    @mate1_dev Рік тому

    This video is old but can you help me with "The variable is not in scope" on the save game object

  • @Chinesestud
    @Chinesestud 6 місяців тому

    Hey, I was wondering does it work with packaged game?

  • @TorQueMoD
    @TorQueMoD Рік тому

    If you're calling a Load Game From Slot node from the Save Game Function, Isn't this going to create a situation where if it finds a previous save file, it's going to load that instead of saving a new one? Because you're always checking to see if the save game exists before you save. So this will run once and create the save, but then every time you try to save the updated stats again, it's just going to detect that a save file exists and then load the previous save. You should only check if a save exists when you start your game, or when you load.

    • @MEMUNDOLOL
      @MEMUNDOLOL Рік тому

      i does not load the game in the sense gamers understand this word, it loads data from the file on disk into application running in RAM, so it would have access to that data, to be able modify it, and write it back to the disk effectively saving it in a file to prevent it from being lost when application is unloaded from RAM, after you close the application (close the game).

  • @sunmark8994
    @sunmark8994 Рік тому +1

    Why casting the saveRef to my save blueprint aways fail?

  • @CRogers2013
    @CRogers2013 11 місяців тому +1

    Love the tutorials but its ridiculous Unreal hasn't created a more simple and auto way to save.

  • @maxim9852
    @maxim9852 3 роки тому +1

    what about auto save, if you for example walk through a door, it just saves?

    • @charzxd6515
      @charzxd6515 3 роки тому

      Use the event of an overlap event

    • @MattAspland
      @MattAspland  3 роки тому

      You can call the "save game" function on an overlap event for walking through a door. Or at the end of a looping timer, so it saves every 15 minutes for example.

    • @maxim9852
      @maxim9852 3 роки тому

      @@MattAspland Alright, thank you :D

  • @GrifChan
    @GrifChan Рік тому

    what do i do when i want to set skeletal mesh, for save customization? TwT (Mesh is not conecting to skeletal mesh variavel)

  • @Theslayeer3
    @Theslayeer3 2 роки тому

    so i have a main menu with continue and a pause menu with a save, ive followed like 3 of your tutorials but i don't know what im doing wrong. Help plz :)

  • @OutFinity374
    @OutFinity374 9 місяців тому

    Hello brother!
    Can you make a video on how to replicate these save games and load games?
    Thanks in Advance

  • @xXBrutus67Xx
    @xXBrutus67Xx 2 роки тому +1

    8:18 Is there a way to delete the old references ? Because the value of the slot name (here it's "slot1") is still stored somewhere. I found out that even after closing Unreal without saving (i disabled automatic save), this "slot1" value is still stored with all the datas. I did this exercise again and when i spawned, i was at the same location as i was earlier when i saved the game manually, which shouldn't happen
    EDIT: the values are stored in project/Saved/SaveGames

    • @TorQueMoD
      @TorQueMoD Рік тому

      The purpose of saving is that it is creating a save slot for your data so that you can recover it when you close down the game. If you only want the data to be saved temporarily then there's no need for a save system because all the data will reset to their default values the next time you launch the game. If you want it to only restore the data once (ie the next time you load the game) then I would suggest updating the data in the save file back to whatever you want your defaults to be, and then save again.

  • @MartKart8
    @MartKart8 2 роки тому

    Wait I found a issue if I use a transform , when I load into a new level, my character keeps the location data in the wrong map and falls continuously. I had to delete the Transform, but I kept the health and that works.

  • @souhalgamerz
    @souhalgamerz 2 місяці тому

    i cant save with multiple slots please make a video

  • @hazemsy2797
    @hazemsy2797 2 роки тому +1

    i have 2 level, i save when i am on 2 level, i re open, i am in level 1?

  • @FedosGames
    @FedosGames Місяць тому

    It only works if you have one level, but if there are a lot of them, then it won't work.

  • @Si-Toecutter
    @Si-Toecutter 3 роки тому

    If a make a variable at the end of a level, that then unlocks the next level by a branch, could I save that variable so if you quit the game it remembers what levels you unlocked? ...

    • @MattAspland
      @MattAspland  3 роки тому

      You could indeed do that. Save and load that variable, and when you load the game (and that variable), also run the appropriate checks to see which levels you've unlocked.

  • @mspcbs1657
    @mspcbs1657 2 роки тому +1

    how to save the widget (like CanvasPane add child) child and load it

  • @tonyxmontony6103
    @tonyxmontony6103 Рік тому

    Did this in a gameinstance; not sure how to grab my health. :(

  • @CraftyMaelyss
    @CraftyMaelyss Рік тому

    Hi, I'm following this tutorial and it's works brilliantly but it's not saving the player's rotation unfortunately :/ Everything else is fine except the rotation P:

    • @MattAspland
      @MattAspland  Рік тому +1

      Hey, for the location of the player - you can use a transform variable instead of vector. Vector is just location, transform is location, rotation, and scale. Hope this helps :)

    • @CraftyMaelyss
      @CraftyMaelyss Рік тому

      @@MattAspland Sorry for the late reply, that sorted the issue for me :) Also I was wondering how you would load games from the main menu? I'm having a bit of trouble trying to get that to work unfortunately. The saving works nicely but loading it from another scene is pretty tricky for a novice like myself ^-^;

  • @BijanRoy-j3j
    @BijanRoy-j3j Рік тому

    How can I save and load game for multiplayer ?
    If anyone know plz help me

  • @yauyuki595
    @yauyuki595 Рік тому +1

    It doesn’t work😢

  • @ManlyTube
    @ManlyTube 2 роки тому

    I don't want it to put me where it saved though

  • @yauyuki595
    @yauyuki595 Рік тому

    I type something in the default value of slot name (in variables of the character).Then I can save my game🥹.