oCSavegameInfo¶
Quick Infos
Type: Object
Format Name: ZenGin Archive
File Extension: .ZEN
Class Name: oCSavegameInfo
Version Identifiers:
— Gothic I: 0
— Gothic II: 0
ZenKit Class: SaveMetadata
- oCSavegameInfo
- Title = ""
- WorldName = ""
- TimeDay = 0
- TimeHour = 0
- TimeMinute = 0
- SaveDate = "01.01.0001 - 00:00"
- VersionMajor = 0
- VersionMinor = 0
- PlayTimeSeconds = 0
- VersionPoint = 0
- VersionInt = 0
- VersionAppName = ""
- oCSavegameInfo
- Title = ""
- WorldName = ""
- TimeDay = 0
- TimeHour = 0
- TimeMinute = 0
- SaveDate = "01.01.0001 - 00:00"
- VersionMajor = 0
- VersionMinor = 0
- PlayTimeSeconds = 0
- VersionPoint = 0
- VersionInt = 0
- VersionAppName = ""
- oCSavegameInfo
- Title = ""
- WorldName = ""
- TimeDay = 0
- TimeHour = 0
- TimeMinute = 0
- SaveDate = "01.01.0001 - 00:00"
- VersionMajor = 0
- VersionMinor = 0
- PlayTimeSeconds = 0
- VersionPoint = 0
- VersionInt = 0
- VersionAppName = ""
- oCSavegameInfo
- Title = ""
- WorldName = ""
- TimeDay = 0
- TimeHour = 0
- TimeMinute = 0
- SaveDate = "01.01.0001 - 00:00"
- VersionMajor = 0
- VersionMinor = 0
- PlayTimeSeconds = 0
- VersionPoint = 0
- VersionInt = 0
- VersionAppName = ""
Properties¶
Title¶
- The name of the save-game as provided by the player.
WorldName¶
- The name of the world the hero was in when creating the save. For example:
"WORLD"or"NEWORLD".
TimeDay¶
- The number of in-game days played in the save-game.
TimeHour¶
- The hour of the in-game day when the save-game was created (values from
0to24).
TimeMinute¶
- The minute of the in-game hour when the save-game was created (values from
0to59).
SaveDate¶
- The real-world date at which the save-game was created in a human-readable format. Its value conforms to this
strftimeformat string:%d.%m.%Y - %H:%M
VersionMajor¶
- The major version of the save-game format. Known values for Gothic I: [
1], known values for Gothic II: [2]
VersionMinor¶
- The minor version of the save-game format. Known values for Gothic I: [
87], known values for Gothic II: [6]
PlayTimeSeconds¶
- The total number of real-time seconds played in this save-game.
VersionPoint¶
-
Unknown. Known values: [
0]Warning
This property is only available in Gothic II.
VersionInt¶
-
Unknown. Known values: [
0]Warning
This property is only available in Gothic II.
VersionAppName¶
-
The name and version number of the version of Gothic used to create the save-game.
Warning
This property is only available in Gothic II.