You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
-
# LuaDB - Kingdom Come Deliverance II Lua Persistence Module
1
+
# [LuaDB](https://www.nexusmods.com/kingdomcomedeliverance2/mods/1523) - Kingdom Come Deliverance II Lua Persistence Module
2
2
3
-
[中文](#简介)
3
+
[中文](#中文)
4
4
5
5
## Introduction
6
6
7
7
This module provides **SQLite-based Lua data persistence** for Kingdom Come: Deliverance II mod developers, supporting
8
8
two storage modes:
9
9
10
-
-**Global Storage**: Persists data across game saves (APIs end with "G") with automatic save/load
11
-
-**Save-associated Storage**: Data bound to game save slots with automatic save/load synchronization
10
+
-**Global** : Data persists across all game saves (independent of the game save).
11
+
12
+
-**Local** : Bound to the game save, data is associated with a specific game save file:
13
+
-**Automatically saved** when the game is saved.
14
+
-**Automatically loaded** when the game loads that save.
12
15
13
16
## Installation Requirements
14
17
@@ -202,15 +205,18 @@ after game updates, try removing the mod file (or rename `.asi` extension to dis
202
205
## Want to know how I found the offset? Check out this [How to find the address of gEnv](https://github.com/muyuanjin/kcd2-mod-docs/blob/main/DISASSEMBLY.md)
0 commit comments