Jump to content

fig0451

Members
  • Content Count

    137
  • Joined

  • Last visited

Everything posted by fig0451

  1. fig0451

    M4A1 Firepower?

    Also desync.
  2. fig0451

    Can somebody tell me about spawning?

    Is the Stary/Novy Sobor spawn still a thing? I haven't died in a while so I'm not sure.
  3. fig0451

    Respawning Loot Prototype

    With the exception of being on the north edge of the map, I don't think there is anywhere like that on the maps. And even there, you can still move to a new loot area quicker than say an hour respawn timer. @alpha: Hopefully the 'quadrants' aren't literally huge quadrants of the map, and are more localized.
  4. fig0451

    Respawning Loot Prototype

    Going by my interpertation of the quadrant system, a looted item is anything that's been moved from its initial spawn position. So yes, if you picked up something and then dropped it, it would count as moved. Players could trigger a premature respawn ... if they knew all the items in a group. So if one house was one quadrant, thats maybe 10 item spawns, and if you did that, then sure, you can get some more things in an hour. However, there is a relatively simple counter to this: Don't make a house one quadrant. Make one item in House A, 3 items in House B down the street, and 4 items in House C 200 meters away in a quadrant. You'd be nuts to map out every quadrant if they were all randomized like that. Also ... is this really a reasonable thing for a player to do? If they had the inventory space, wouldn't they just take items? And if they don't have the space ... why are they trying to get more things? They want different things? Why not just go to the next house and check it instead of waiting for an hour for a crapshoot?
  5. fig0451

    New SMG Announced... Any guesses?

    Kawai'i AK74-SU
  6. fig0451

    Respawning Loot Prototype

    Ok, even assuming you are doing this the most intelligent way by making ONE table of viable spawn locations, and assuming that there are only 1,000 item spawn locations on the map, you still have to do a three dimensional spherical trace from EVERY PLAYER to EVERY EMPTY LOOT SPAWN. Assuming a full server at 40 (and remember the devs are aiming for 100 person servers!) that's up to 40,000 spherical traces + the 1,000 "is there an item here already" checks. Exactly it would be #LootSpawns + (#Players * #EmptyLootSpawns)^, where ^ denotes computations that are much more intensive. And no, your sanity check doesn't count because you haven't described how you get your acceptable locations. What current list? Where? Determined by what algorithm? Compare that to how the quadrant system is likely to work with your numbers, which would simply be 1,000 yes/no checks on a list. Your method is basically ludicrous in comparison. In reality, there are probably 1,000 spawn locations in each large city, I'd wager probably 10,000 spawn locations, at least, throughout the whole map, especially given that something like half the buildings in the game aren't properly spawning things. That's 10,000 * 100 for the goal of players in the server, which is literally a million spherical traces. Oh I forgot, that's in addition to the 10,000 "is there an item here checks". Again, compared to how the quadrant system is likely to work, thats 1,010,000 operations compared to 10,0000. And you are using sphere traces, which means calculating a line between the player pos and item_spawn pos, which is more mathematically intensive then just checking for a 1 or a 0. 1) and 2) are literally exactly the same, stated in reverse. And it doesn't matter, as your method of achieving it is ludicrously computation intensive and almost certainly not workable. You say you're a developer but it seems like you have literally no experience with the Arma2/3 engine. As for 3) and 4), have you ever considered that there being high and low traffic areas is a good thing? It's nice to have a general sense of areas that are dangerous and areas that are safe (even though nowhere is really ever totally safe). It sounds like you're trying to force the game toward exploration and spreading out across the map. IMO it would be kind of dumb if this plan succeeded and made the entire map have roughly the same player density. Differences are interesting! EDIT: Also upon further consideration your system is inherently self-defeating. The goal of your system is to spread players out everywhere, so we have a more even distribution that's less weighted toward what are currently hot-spots due to loot and/or proximity to spawns. Well ... if players are spread out everywhere, your item spawning system will be even less able to actually spawn items. If there are people evenly spread through out the map, far less areas are going to be possible candidates for a new item spawn (as at least one player will be nearby).
  7. fig0451

    Respawning Loot Prototype

    I don't really see how you can say that, given that you know literally none of the details, as you point out in another of your own posts. No one knows. It could literally mean empty, or it could mean 75% of the items have been taken leaving 25% of the items still there, or any other number. Quadrant could restock known empty positions and leave the things that are still there ... still there. Better question: How big is a quadrant? If a quadrant is large, it would make sense to have a threshold level as I've described above. If a quadrant is small, that threshold could be smaller, or absolute. For the first two, the answer is probably yes, and the answer to the third is probably no. Why? Fairly simple: The quadrant system probably only cares about item spawn locations. So, things in the place they are spawned count, and other things don't. This is optimal because then to do a respawn check, the system only has to check it's known locations, as opposed to doing an intensive search to find all items in the map and then define whether or not they are in some geographical area. It's much more likely that a 'quadrant' is just a defined group of item spawns, as this would be less intensive on the script. No one knows, but a reasonable solution seems to be something like ... oh I dunno, say an hour delay. Every 15 minutes have each quadrant check to see if it is empty, or meets the emptiness threshold as I described above, then that starts an 45 minute timer for it to restock. If Timer is in effect, quit checking, until the spawn happens where one last check is done to see if any additional items have been taken, then you've got you're proper 'put new stuff at these locations' instruction. Probably not, that would be really stupid. 1) As I said above, quadrants are not likely to be actually defined by some kind of geometrical container. It's waaaaaay easier to just say item_spawn_1 item_spawn_2 and item_spawn_3 are part of quadrant 1, and item_spawn_4 and item_spawn_5 are part of quadrant 2. So, it's entirely possible that a city could be one large quadrant, or a city could be made up of many smaller quadrants. 2) That depends on if the respawning system is part of or tied into an item persistence system. We don't really know about that right now, but that is certainly within the scope of this sort of thing. This question is misleading though. Why do servers restart? Primarily, to restock items. If the restocking system works ... we don't need frequent restarts any more. So this question is moot. You describe a situation literally identical to how the current system works (OMG it's hard to get items in a highly populated area! People might fight and stuff!) ... ... and conclude that this will result in more KoS and less items. Pretty much nonsense. Let's say the quadrants restock in an hour as I hypothesized above. Currently, most servers seem to reset every 2 hours. That'd mean we'd have twice as many items compared to a server that restarts every 2 hours. Or hey, even if it's a 2 hour respawn, if it's tied into the item-persistence system, we still don't have to restart our servers any more unless we REALLY want more items. Come to Joe's Stop and Shop 30 minute respawn server! Again, nonsensical, servers don't have to restart all the time if the quadrant system is implemented. TL:DR; your solution is hamfisted and inelegant. Continued Below!
  8. fig0451

    Last Of The Rangers (Give me my dam book back)

    Can't wait for the next one :P
  9. fig0451

    These are real hacks.

    Certainly the most mild-mannered hacker I've ever heard of, hahahah!
  10. It's an early alpha and everything that strains network performance is subject to massive amounts of optimization and complete recoding.
  11. fig0451

    New SMG Announced... Any guesses?

    Fires 9x19, so it's a submachinegun.
  12. fig0451

    Chainsaw?

    Yeah that seemed a bit strange to me ... An M4 should be a bit slower, but not much. Maybe it's to compensate for all the pistols being hilariously inaccurate at the moment?
  13. fig0451

    Weapon damage values

    Someday my .357 won't be woefully under-powered and laughably inaccurate.... someday.
  14. fig0451

    Crossbow being effective

    It's probably going to be a hunting crossbow, which realistically, would be effective out to about 65-70m (and that's pushing it a bit) assuming you are an expert and have a really nice xbow. In other words, similar to the effective range that a pistol currently (though unrealistically, especially for the 357) has right now. Medieval Crossbow != Modern Hunting Crossbow. Gameplay-wise it will likely make an excellent close range assassination weapon, and useful hunting weapon once animals are added.
  15. fig0451

    Hardcore players

    It's possible I was one of the three guys. From our perspective, we were looting there and then an unknown showed up and started shooting at us, so we all returned fire. My hardcore experience is otherwise incredibly similar :D
  16. fig0451

    Would you like DayZ on Console?

    I don't really care if a console port is made at some point ... some point far after the game is finished for the PC.
  17. fig0451

    Post Your Gear So Far

    As far as this game goes I'm an advocate of enforcing better fashion through violence :D
  18. fig0451

    Firehouse Slaughter of a Whole Clan

    An excellent example of why I only play Hardcore. At around 0:52-0:54, the player is clearly able to see almost the entire contents of the room and learns how many people are in the room, what weapons they have, where they are and which way they are facing. Had the player been restricted to first person, he wouldn't have been able to see any of that at all. He would have had to either rush around the corner blind, or lean around a corner, or use another friendly player to scout from afar after he opened the door. Tho I will give credit where credit is due, the player had good aim and wow did those other guys suck.
  19. You don't need to know exact numbers, you just need to know that more may show up the more you shoot. Its fairly simple to tell where they will and won't spawn: Cities and Towns and Military Installations. They'll spawn there. You know, places with buildings. And they certainly don't spawn 5 meters from you. They spawn something like 50 - 150 meters from you, and move quickly. They do spawn aggro'd instantly, that's the point. So if I understand this correctly, you just said "fighting zombies is difficult because they are laggy, it's stupid that you have to use melee weapons, fighting zombies with melee weapons is too easy." My response to that is: Play on a server you ping to better. At under 100 ping, all I have to worry about is the time it actually takes my guy to physically swing his axe. All of these things are being worked on.
  20. fig0451

    What killed me?

    You could have been shot, you could have desync'd/lagged and heard somebody whistling in voip while simultaneously falling off of something, could have been a hacker, who knows.
  21. fig0451

    Hacks/Illegal Mods are on the Rise

    Its generally a good practice to just tap P every few minutes and make sure some weird bullshit like that isn't going on. Pretty good rule in any game, if you see someone who either has no name, or who's name constantly keeps changing to clones of names of other people on the server, you should probably bail out and/or alert the admin if you can. Well way back before there were such things as reliable anti-cheat engines running all the time (hell even when those things were starting to get off the ground), the most effective way to keep hackers out of the server was to log everything, try to keep an admin on during peak hours, and blacklist anybody caught hacking. So fairly quickly developed the offensive tactic of not having a name, or duplicating the name of another player. Either of those things can fuck with logging and can fuck with admins trying to on the spot ban someone without restarting the server. You can't ban someone if you type "!ban " ... nothing, no name, because they guy doesn't have a name. The command won't work. Similarily if the guy has duped another player's name, you'll likely end up banning the wrong person. So fast forward to now when we do have fairly reliable anti cheat engines ... well guess what? Those things work in the medium term, as in they won't ever ban any brand new hack that uses a new exploit. They have to figure out how the hack works and then ban it. That process can lag behind the proliferation of hacks by anywhere from weeks to months to years. SOOOOO ... an intelligent hacker probably knows this, and he will probably still be masking or removing his name, so that he can't be banned immediately by some server admins. And he checks his h@x0r forums every day before he logs into a game with his h@x on to see if anyone else with the same h@x has been caught and banned. Source: Have been a server admin for various games for a long time.
  22. fig0451

    Update frequency

    There are on average fairly major patches every 1-3 weeks, which are usually followed by a hotfix, sometimes two, a few days afterward. Now that we have an actual development map, we can all breathe a sigh of relief as it is apparent that there actually is a working process in motion, and not just a seemingly random addition of whatever content happens to be newly finished.
  23. fig0451

    KoS or Human Nature?

    Why is has KoS been prevalent and why does it continue to be so? My guess for the primary cause: The average DayZ player is 14 and their primary gaming experience is in triple A FPS titles.
  24. fig0451

    Fantastic news wind will affect bullets

    Any chance we'll ever get some scopes that have the built in PSO style rangefinders? Or at least mildots? They were in Arma 2, and they worked ... can't be that hard to implement... :| At the moment range estimation is either entirely guesswork (god help you if you change your FOV), or using a ruler tool on dayzdb or izurvive.
  25. Looks more like 100% rant, unless you're counting your poorly phrased poll question. How could anyone be satisfied with all aspects of zombies right now? They still phase through walls 1/2 the time! Actually this update is finally the one that got my friends to start playing it again, now that fighting zombies can actually be a challenge. I'll give you that a bunch of zombies running through walls is pretty dumb, but in my experience this patch has actually helped the pathfinding considerably. I'd say about 40% of the time I actually see zombies pathfind around a wall, then through a door (as opposed to through a wall), then up some stairs to get at me. This is a fantastic improvement over the previous pathfinding, where I'd literally never seen that happen. In that regard, this patch is clearly a step in the right direction. As for sensible reasons, well you yourself actually outline one of the reasons further on in your post. This is a survival game set in a world overrun by zombies. Now we actually have zombies responding to their environment, and posing an actual threat for players of all gear levels. As you said, it creates a much better atmosphere for a zombie survival game, having, you know, actual zombies coming after you. Oh and now that zombies are an actual threat, it creates an entirely new level gameplay in that you actually have to worry about the zombies in the zombie apocalypse. More on that below. That's a pretty extreme statement. Since the latest patch, between my friends and I we've seen a bit of PVP, and it hasn't been ruined at all. PVP still happens, PVP still requires skill, coordination and some basic tactics. So ... adapt your tactics? Quit camping and maybe move after you fire? Or maybe fire from a position that zombies can't get to, or don't spawn near? This isn't a detriment to PVP, this is a much needed and sensible addition. Now there is an entirely new level of thinking that has to go on in players minds, as firing a weapon not only possibly reveals your general location to other players, but to the hordes of undead as well! Sure it would be neat if we had a bunch of corpses lying around that were actually awoken by gunshots, but this is an early alpha, and we can't get everything we want just yet. Zombies spawning out of nowhere, a reasonable distance away from you, at reasonable time intervals seems pretty good for a first implementation of this aggro mechanic. The only way you attract hordes of them is if you act stupid and stand in the same spot and keep shooting everything that moves. The current implementation DOES add this tactical element to PVP encounters right now! Well shit man, guess you were wrong. If you gotta take a break, you gotta take a break. TL;DR: Bro, do you even hardcore? Sounds like you're just mad you and you're friends can't just camp inside some 2-story building in elektro and shoot every bambi you see anymore.
×