Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Probably mean the game was unable to read the file and reverted it to its default state. usually means the file is broken (bad formatting in the json config(
You can use scroll wheel + shift to change the value faster however
Not a official one but the community made various resources to help others like this playlist
https://www.youtube.com/playlist?list=PLwug9MY6GVXwXOqKLWNN51TYl2vYPE9i1
Function: 'OnUpdate'
Stack trace:
scripts/3_Game/dayzgame.c:2937 Function OnUpdate
JM/CF/Scripts/3_Game/communityframework\game\dayzgame.c:46 Function OnUpdate
override void OnUpdate(bool doSim, float timeslice)
{
super.OnUpdate(doSim, timeslice);
if (!GetGame().IsDedicatedServer())
{
foreach (auto input : CF_InputBindings.s_All)
{
input.Update(timeslice);
}
}
}
Fix
override void OnUpdate(bool doSim, float timeslice)
{
if (!GetGame().IsDedicatedServer() && CF_InputBindings.s_All)
{
foreach (auto input : CF_InputBindings.s_All)
{
if (input)
{
input.Update(timeslice);
}
}
}
super.OnUpdate(doSim, timeslice);
}
something to look into :)
its spawn location maybe ?
Steps: use the menu -> die -> respawn -> enter and exit spectator mode (insert)
Crash:
Reason: Access violation. Illegal read by 0x7ff632da2138 at 0x54
Class: 'DayZPlayerCamera1stPerson'
Function: 'UpdateUDAngleUnlocked'
Stack trace:
scripts/4_World/entities\manbase\dayzplayer\dayzplayercamera_base.c:132 Function UpdateUDAngleUnlocked
scripts/4_World/entities\manbase\dayzplayer\dayzplayercamera1stperson.c:47 Function OnUpdate
- Repacking is a cancer in the DayZ community, it won't reduce the number of loaded mods or improve performance.
- You're just forcing people to download the same content that's already on the workshop over and over again.
- You won't even get updates and would have to do them manually.
- By repacking, you're also contributing to reducing the lifetime of SSDs with more rewrites and reducing their disk capacity when they have to download the same mod 10 times, each time from a different server-pack.
- At the same time, you are contributing to demotivation and disrespect for copyrighted works. Plenty of people have invested thousands or even tens of thousands in this, all for free just for the community.
- Stop repacking and create steam "collections" instead.
steamID
{
"角色": [
“行政”
]
}
游戏里按END Y 没有反应
& bonne journée
Follow the guides @R4G3 posted on his channel
Also, bonjour
https://www.youtube.com/playlist?list=PLwug9MY6GVXwXOqKLWNN51TYl2vYPE9i1
Yesterday with 70 players I was at 120 fps, now with 52 players I am at 90 fps.
Also, when there are a lot of players, other players' voices start cutting out for me, and my voice cuts out for them.
To fix it, I just relog into the server without opening the panel, and then I can talk normally.