Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Addonsave (4.1)

An asset by Beatrix - Assets
The page banner background of a mountain and forest
Addonsave (4.1) hero image

Quick Information

0 ratings
Addonsave (4.1) icon image
Beatrix - Assets
Addonsave (4.1)

this is a fork of addon save for godot 3make addonsave.gd autoloadProject Settings -> Autoload -> Add The scriptCompatible with 4.2

Supported Engine Version
4.1
Version String
1.1
License Version
GPLv3
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Godot Save

Godot Save is created for new users, who need to save data, but it is easy

This script contains parts of Screenshot queue but modified by me, but the original author is fractilegames.

GitHub: https://github.com/fractilegames/godot-screenshot-queue

and inspired by the project "PersistenceNode" by MatiasVME

GitHub: https://github.com/MatiasVME/Persistence

Usage

Saving

save_data(data: Dictionary, profile: String = "save", typefile: String = ".json")

var data = {"yourmom":"fat"}
Addonsave.save_data(data,"yourmoms",".json")

Loading / Editing

edit_data(profile: String = "save", typefile: String = ".json")

var player_data = Addonsave.edit_data("player_data",".json")

Removing

remove_data(profile: String = "save", typefile: String = ".json")

Addonsave.remove_data("player_data",".json")

this is a fork of addon save for godot 3

make addonsave.gd autoload

Project Settings -> Autoload -> Add The script

Compatible with 4.2

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Addonsave (4.1) icon image
Beatrix - Assets
Addonsave (4.1)

this is a fork of addon save for godot 3make addonsave.gd autoloadProject Settings -> Autoload -> Add The scriptCompatible with 4.2

Supported Engine Version
4.1
Version String
1.1
License Version
GPLv3
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers