Forums Announcement
Read-Only Mode for Announcements & Changelogs
Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.
For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.
Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!
Stay safe out there,
Your DayZ Team
ulli_123
Members-
Content Count
27 -
Joined
-
Last visited
Everything posted by ulli_123
-
Delete all files in mpmissions\dayzOffline.chernarusplus\storage_1\data
-
GetGame().ChatPlayer( 0, sbKilled.GetPlayerIdentityName() + " Killed By " + manKiller.GetIdentity().GetName()); GetGame().ChatPlayer( 0, sbKilled.GetPlayerIdentityName() + " was killed " ); Not tested!
-
Thank you, works great. Is there a possibility to give the players their steam name or something similar? If people do not give a name to the game in their startup option, call it Survivor or Survivor 1, and so on.
-
Nobody understands these funny instructions from zalexki. Could not someone please post a manual, which one also understands.
-
Always moaning about this, if something is introduced that you do not want, then it will be switched off again, luckily there are serverfiles now. There are still pretty few things inside, but I hope the devs add options, so you can switch certain things off or on.
-
What do you care about what other people think is good or not good? Answer: A HUMOR is your concern. If you have any questions / disagreements, then do not read them and do not write rubbish that nobody can help.
-
As I understand it, stand in the "mapgroupproto.xml" the wrecks zb. Wreck_UH1Y. And there category is specified, what should spawn there. I think if there is something else special spawn, there would have to create a new category with corresponding loot, what should spawn there I'm sorry for my english
-
Now works 1a, thank you
-
I think I've mispronounced myself, I want to know where the code comes from in init.c I tried so hard to test, but there is an error message when I start the server. void main() { Hive ce = CreateHive(); if ( ce ) ce.InitOffline(); Weather weather = g_Game.GetWeather(); weather.GetOvercast().SetLimits( 0.0 , 1.0 ); weather.GetRain().SetLimits( 0.0 , 1.0 ); weather.GetFog().SetLimits( 0.0 , 0.25 ); weather.GetOvercast().SetForecastChangeLimits( 0.0, 0.2 ); weather.GetRain().SetForecastChangeLimits( 0.0, 0.1 ); weather.GetFog().SetForecastChangeLimits( 0.15, 0.45 ); weather.GetOvercast().SetForecastTimeLimits( 1800 , 1800 ); weather.GetRain().SetForecastTimeLimits( 600 , 600 ); weather.GetFog().SetForecastTimeLimits( 1800 , 1800 ); weather.GetOvercast().Set( Math.RandomFloatInclusive(0.0, 0.3), 0, 0); weather.GetRain().Set( Math.RandomFloatInclusive(0.0, 0.2), 0, 0); weather.GetFog().Set( Math.RandomFloatInclusive(0.0, 0.1), 0, 0); weather.SetWindMaximumSpeed(15); weather.SetWindFunctionParams(0.1, 0.3, 50); } class CustomMission: MissionServer { void SetRandomHealth(EntityAI itemEnt) { int rndHlt = Math.RandomInt(60,100); itemEnt.SetHealth("","",rndHlt); } override PlayerBase CreateCharacter(PlayerIdentity identity, vector pos, ParamsReadContext ctx, string characterName) { Entity playerEnt = GetGame().CreatePlayer(identity, characterName, pos, 0, "NONE"); Class.CastTo(m_player, playerEnt); GetGame().SelectPlayer(identity, m_player); return m_player; } override void StartingEquipSetup(PlayerBase player, bool clothesChosen) { player.RemoveAllItems(); EntityAI itemEnt; ItemBase itemBs; Switch (player.GetIdentity().GetPlainId()){ case "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": player.GetInventory().CreateInInventory("TTSKOPants");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("TShirt_Green");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("CombatBoots_Black");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("CombatKnife");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("Barrel_Green");itemBs = ItemBase.Cast(itemEnt); break; case "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": player.GetInventory().CreateInInventory("ParamedicPants_Green");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("ParamedicJacket_Green");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("KitchenKnife");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("SalineBagIV");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("BandageDressing");itemBs = ItemBase.Cast(itemEnt); player.GetInventory().CreateInInventory("Barrel_Green");itemBs = ItemBase.Cast(itemEnt); break; } // Give universal gear itemEnt = player.GetInventory().CreateInInventory("Rag"); itemBs = ItemBase.Cast(itemEnt); itemBs.SetQuantity(4); } }; Mission CreateCustomMission(string path) { return new CustomMission(); }
-
What is the point in init.c?
-
Where do I have to enter this and / or where do I have to change something?
-
Which file has to be changed?
-
And why does No Stamina work if it can not work that way?
-
GetGame().GetCallQueue(CALL_CATEGORY_GAMEPLAY).CallLater(NumPLayersOnServer, 30000, true); // 30 seconds GetGame().GetCallQueue(CALL_CATEGORY_GAMEPLAY).CallLater(NumPLayersOnServer, 600000, true); // 10 Min.
-
Thank you
-
Are you so nice and give me an example, have blank lines already synonymous rumprobiert, but did not work, it was only error messages when starting the server
-
Nice idea, how can I display the display 1 or 2 lines higher, if you have a weapon in hand, the number of players is hidden
-
I would also be interested in that
-
is there not the command nodamage in the engine?
-
Hi guys, can not you chat on your server as well? If I press the minus key in the game, the chat window will go down and you can write something, but no other player will see it. You can see what you wrote only with an RCon tool and although you only ever write in the Global Chat and I can not change it somehow. Could someone help me? greeting
-
Well, you can not even welcome new players or ask if they need help or anything. Hopefully this will change soon, preferably the same as with Arma 3.
-
how to enable persistence on for car and base building?
ulli_123 replied to Lucas Films's topic in Servers
The things you count on are not yet included in the experimental server version and should follow later. How can you have cars etc.? -
hi there, I run with arrow keys, but if I then TAB or press P, then I stop. Is there a possibility to change this, since I do not use WASD. Or must be programiert only in game? greeting