-
Content Count
879 -
Joined
-
Last visited
Community Reputation
597 ExcellentAbout drgullen
-
Rank
Bean King
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
You would do it as I've described it in the first post, setting all chance values to 1.00 to guarantee they spawn with whatever attachments you've listed (assuming there's enough space for it of course).
-
The HUD display, such as your hydration, stamina, blood, etc. as well as what you are carrying in your hands, are quite difficult to read when you are traveling across the snow in Namalsk and now the ice sheets of Sakhal. The game can detect that you are standing on these surfaces since the audio associated with them changes, so it would be nice if the HUD display changed as well, perhaps with putting a black background behind the symbols to make them visible while moving on these types of areas.
-
Never mind, the problem was between the keyboard and the chair lol. I accidentally put an extra </type> in the file. If you experience weirdness with some of your loot, validate any XML files you've updated as you might have made a typo.
-
Is anyone else experiencing issues with cargo attachments in 1.24? For example, I'm using the RFWC Whaler as a boat to get around in and I have this in my cfgspawnabletypes.xml file for it which should spawn it with all of these items in its inventory: <type name="RFWC_Whaler"> <cargo chance="1.00"> <item name="SparkPlug" chance="1.00" /> </cargo> <cargo chance="1.00"> <item name="TruckBattery" chance="1.00" /> </cargo> <cargo chance="1.00"> <item name="EngineOil" chance="1.00" /> </cargo> <cargo chance="1.00"> <item name="CanisterGasoline" chance="1.00" /> </cargo> </type> It spawns with nothing though. I also use a Land Rover Defender as a vehicle and it's the same there, it spawns like an Audi parked in the hood, it's stripped of everything! These both spawned correctly on 1.23, so trying to figure out if it's a mod problem or a game problem.
-
This is just a general question to the devs regarding how the infected move. What is the logic behind having them go into "ape" mode, where they suddenly bend over and start running at you on hands and legs as if they are a chimpanzee or something? It's really kind of annoying and it's happened to me time and again over the years. I aim my MK II or crossbow or other weapon and just as I fire, they bend over and the shot misses. Once they are aggro'd on you, they should be coming at you upright as fast as they can, but invariably, they suddenly switch to this weird stance for some reason. They are supposed to be infected human beings not primates. Is there some specific reason for implementing them in this way? Has there been any thought to updating their movements in the future?
- 1 reply
-
- 1
-
-
@KyiaraThe unconscious times seem completely out of whack to me in general. If I fall and break my leg, I'm unconscious I would say for about 5 to 10 times longer than I am if I'm downed from being shot. Also, for the shooter, there should be the opportunity to move in on the unconscious player for an interaction, like tying him up for example. Usually though, the guy is already conscious again before I can get there because he's awake in about 10 seconds. This really needs some balancing. I think regardless of how it happened, unconsciousness should last around 60 seconds (maybe a random variable amount, so up to +/- 15 seconds, so sometimes conscious again as early as 45 seconds, other times, unconscious as long as 75 seconds).
-
Shouldn't this read "there were translations"? 😜 We need these in game:
-
@Xeonmeister I have wondered this as well. I guess just as a more general question that I would like answered is why can't the client and server sync with each other on a regular basis? Back in the day, I worked for a software company that dealt with punch clocks. We had something we called a totalizer that was a process that was running in the background on the server and checked every few seconds to see if there were any new entries in the punch card table. If there were, that meant there were totals out of sync, so it did its thing to update the totals in the system. Why can't DayZ do something similar? You could have the client check maybe once every 60 seconds to make sure its inventory and character state matches the server's inventory and state for that character. If they are not in sync, update the server with what the client has so that other players will see you the same as the server now sees you. @Kyiara Is something like this not possible and if not, why not? It is frustrating having to re-log to fix this as on a busy server, unless you have queue priority, you have a long wait to play again.
-
I'll ask the question, but then explain myself so you understand where I'm coming from. The question is: Does the respawn value in the economy.xml only apply to ruined or dead things or does that also apply to something that has reached the end of its lifetime? Here is the situation. I have a vehicle event defined as follows: <event name="VehicleLandRoverDefender"> <nominal>15</nominal> <min>10</min> <max>25</max> <lifetime>7200</lifetime> <restock>0</restock> <saferadius>500</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="25" min="10" type="CrSk_Land_Rover_Defender_110"/> </children> </event> As you can see, this event has a lifetime value of 7200 meaning that once it has been sitting in its spawn location untouched for 2 hours, the vehicle will disappear from that location. In my economy.xml I have vehicles set to not respawn like this: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <economy> <dynamic init="1" load="1" respawn="1" save="1"/> <animals init="1" load="0" respawn="0" save="0"/> <zombies init="1" load="0" respawn="1" save="0"/> <vehicles init="1" load="1" respawn="0" save="1"/> <randoms init="0" load="0" respawn="1" save="0"/> <custom init="0" load="0" respawn="0" save="0"/> <building init="1" load="1" respawn="0" save="1"/> <player init="1" load="1" respawn="1" save="1"/> </economy> I have reasons why I changed the 1 to a zero for vehicle respawns and I won't bore you with the details, but what I'm wondering is with this value set to zero, would an untouched vehicle that isn't ruined and that reaches its end of lifetime respawn or would it not? In other words, does the CE act the same in terms of respawning something regardless of whether its ruined or at its end of lifetime?
-
Well, I guess let's start with the basics and tell us what you've done in terms of troubleshooting. For example, if you ping that server from another computer on the network, do you get a response back or is it timed out? Are you running some version of Windows Server on that box? Could it be a permissions issue? Tell us the things you've tried and then maybe we can suggest something you haven't tried.
-
I now don't see an error in the way is it written, so no I can't figure it out. It looks correct to me. A lot of others have had this type of issue though. I did this Google search: https://www.google.com/search?q=serverDZ.cfg+encountered+instead+of+'%3D' It seems similar errors go back to the old Arma days. One on that list suggests to start over and edit a fresh serverDZ.cfg that you know by default works. You could maybe try with this one on GitHub as the base: https://github.com/sinipelto/dayz-scripts/blob/master/serverDZ.cfg Sorry, don't know what else to suggest. Hope you figure it out. If you do, please let us know what it was.
-
Might just be my browser, but this is how I see this. There's a space between the a and the m and between the Q and the u. If that's how you actually have it, remove those spaces and try it.
-
This line looks a bit odd to me. Why do you have double quotes around the exe and -mod=? It may make no difference, but on my start command, I have "DayZ Server" in quotes as you do, but the rest of that line, including my list of mods, have no double quotes around them. Also as Draowyr just said (I was literally writing this as he replied), use the regular server exe for this. Other than that, I see no issues. If you can load into it via the LAN tab but the outside world can't see it, there must be a firewall issue somewhere. You could try doing a trace route to it from somewhere outside the WAN and that might show you where the bottleneck is.
-
Can you post your serverDZ.cfg and .bat file so we can see if it has anything wrong in it?