libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
MAP_DEFAULT_INFO_PARAM_ST.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
16 bool disableParam_NT : 1 { false };
17
21 unsigned char disableParamReserve1 : 7;
22
26 unsigned char disableParamReserve2[3];
27
31 unsigned int EnableFastTravelEventFlagId{ 0 };
32
40
47 signed char WeatherCreateAssetLimitId{ -1 };
48
52 unsigned char MapAiSightType{ 0 };
53
60 unsigned char SoundIndoorType{ 0 };
61
67 signed char ReverbDefaultType{ -1 };
68
74 short BgmPlaceInfo{ 0 };
75
81 short EnvPlaceInfo{ 0 };
82
90
97
106
112 signed char OverrideGIResolution_XSS{ -1 };
113
120
127
137
142 unsigned int MapAutoDrawGroupBackFacePixelNum{ 32400 };
143
150 float PlayerLigntScale{ 1.f };
151
160
167
172
179
185 signed char OverrideGIResolution_XSX{ -1 };
186
187 unsigned char Reserve[7];
188};
189
190}; // namespace paramdef
191}; // namespace from
192
193static_assert(sizeof(from::paramdef::MAP_DEFAULT_INFO_PARAM_ST) == 64,
194 "MAP_DEFAULT_INFO_PARAM_ST paramdef size does not match detected size");
This struct was automatically generated from XML paramdefs.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:10
short MapHeightForSound
Map height information for sound [m].
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:96
float PlayerLigntScale
Player Light Intensity Scale Value.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:150
bool isDisableAutoCliffWind
Do you want to disable automatic cliff wind SE?
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:166
unsigned char SoundIndoorType
Sound indoor, complete indoor distribution.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:60
float MapLoHiChangePlayDist
Map high hit switching judgment play distance [m].
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:136
unsigned int EnableFastTravelEventFlagId
Fast travel permission flag ID.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:31
short BgmPlaceInfo
Location information for BGM.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:74
short EnvPlaceInfo
Location information for environmental sounds.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:81
int WeatherLotTimeOffsetIngameSeconds
Weather lottery time offset (in-game seconds)
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:39
short OpenChrActivateThreshold
Open character activation limit_evaluation value threshold.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:171
float MapLoHiChangeBorderDist_XZ
Map high hit switching judgment AABB_width Depth (XZ) [m].
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:119
bool IsEnableTimezonnePlayerLigntScale
Does the Player light intensity scale change depending on the time zone?
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:159
float MapLoHiChangeBorderDist_Y
Map high hit switching judgment AABB_ height (Y) [m].
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:126
int MapMimicryEstablishmentParamId
Mimicry probability parameter ID by map.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:178
bool IsEnableBlendTimezoneEnvmap
[For Legacy] Map Environment Map Time Blend Is Effective?
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:105
signed char OverrideGIResolution_XSS
GI resolution overwrite setting _XSS platform.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:112
signed char OverrideGIResolution_XSX
GI resolution overwrite setting _XSX platform.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:185
unsigned int MapAutoDrawGroupBackFacePixelNum
Number of pixels to be judged on the back side in automatic drawing group calculation.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:142
int MapAdditionalSoundBankId
Map addition bank ID.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:89
bool disableParam_NT
Do you remove it from the NT version output?
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:16
signed char WeatherCreateAssetLimitId
ID for limiting the generation of weather generation assets.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:47
unsigned char disableParamReserve2[3]
Reserve for package output 2.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:26
unsigned char MapAiSightType
Map visibility type.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:52
unsigned char disableParamReserve1
Reserve for package output 1.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:21
signed char ReverbDefaultType
Reverb default settings.
Definition MAP_DEFAULT_INFO_PARAM_ST.hpp:67