Saving game state for future load

0

How can I go about serializing the current game world into a save file for loading in the future? I browsed through the source and it appears there is stuff for saving with the old IEntity system, but I did not find anything that supports saving the game using Dynamic Slices and AZ::Entity.

Thanks.

질문됨 6년 전180회 조회
5개 답변
0
수락된 답변

Its the only way I found how to save so far. And it works for saving positions stats ect. You can save and then load all data.

답변함 6년 전
0

Ok this is definitely the right direction I think. So it is better to save each property in my game individually rather than attempt to serialize the entire game state?

답변함 6년 전
0

Do you mean like saving game data

답변함 6년 전
0

You may be talking about something else, but just in case this is how you save data in lua.

REMOVEDUPLOAD

답변함 6년 전
0

I have been tinkering with this a bit... but no success so far. How do I simply store the character's worldTM on game exit then use that as the starting point when I restart the game?

답변함 6년 전

이 게시물은 마감됨: 새 답변, 댓글 및 투표 추가가 비활성화되었습니다.

관련 콘텐츠