The March sale is here! Save 50% on select products now through March 21.

Rama Save System

Rama - Code Plugins - Jul 14, 2016
81
4.35 out of 5 stars(81 ratings)
  • 78%
  • 5%
  • 4%
  • 1%
  • 12%

With the Rama Save System Plugin you can use the power of my C++ code in BP to easily save and load the state of an entire dynamically changing world! Reload actors, multiplayer pawn positions, runtime-created world geometry, and anything else you want!

On Sale$69.99
$34.99Sign in to Buy
  • Supported Platforms
  • Supported Engine Versions
    4.11 - 4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.
⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ The Rama Save System Plugin ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡




Rama Save Examples Project for UE5.3! (Owning the plugin is required)
Explanation: https://forums.unrealengine.com/t/plugin-discussion-rama-save-system-plugin-thread/758345/26
Direct Download Link: https://www.mediafire.com/file/lc5vgq81u1i8esn/RamaSaveProj.zip/file
Discussion Thread: http://forums.unrealengine.com/t/plugin-discussion-rama-save-system-plugin-thread/758345


This plugin is a comprehensive binary serialization save system for UE4! By adding the Rama Save Component to any actor, you enable save/load functionality for that actor, including world transform and any custom properties that you wish to specify.


This save system can also save global data and player progression, but that is the far simpler use case compared to its true power, which is serializing the state of an entire world of actors at lightning speeds! A Save Tags system lets you load only the actors you want from a save file!


Use Cases For This Plugin:

• Saving all the data and actors for a strategy or action game, so the entire world state can be instantly reloaded from a tiny file on your hard disk.

• Saving all the data for a player’s personal profile, recording their progress through a game.

• Saving an entire world full of actors quickly and easily, being able to specify exactly which actor variables get saved.

• Saving data that is customized per instance of a character or creature in the world, such as health, current armor value, ammo count, etc.

• Saving a composite level that uses level streaming and saving/loading the state of individual streaming levels at any time.

• Saving data that is global to the entire game, as well as the entire state of the game world that all players share.

Technical Details

The Rama Save System is a ton of C++ code exposed to Blueprints via a Rama Save System Blueprint Library and a Rama Save Component. You add the Rama Save Component to any actors you wish to save/load, and then you call a global save/load command via the Blueprint Library.


I fully support UE4's Level Streaming system using native C++ code, no custom engine build required! The Rama Save System uses the UFS, the platform-agnostic Unreal File System so it will work on any platform!


The exception is HTML5. Due to the rules of an app that is downloaded from a web browser to a temp directory, I cannot currently support this plugin for HTML5. Mac, Mobile platforms, VR, AR, XBox One,and PS4 should all work for anyone who can recompile for these platforms because of my use of the UFS.


All Documentation Videos:

https://www.youtube.com/playlist?list=PLanD4oBjFkL_AvbsGNM1J5l3i-mMEbSq0