Actually, I tend to just play like a normal person and then get annoyed by stupid stuff like anyone else regardless if it was something I worked on or not.
Actually, I tend to just play like a normal person and then get annoyed by stupid stuff like anyone else regardless if it was something I worked on or not.
Which was a complete guess. ALL dates by us are guesses and to think otherwise is to invite disappointment.
All stable versions should come from an experimental version, since they get more testing than a non released build.
I have not seen us announce any dates.
Definitely not. Born, raised and live in Indiana, USA.
Eh? Use the frame a certain way? My response had nothing to do with using frames. I was just talking about the overall game.
If you are talking about nerd poling, I don't really care one way or the other. I use it sometimes, but not that much. I prefer ladders up the sides of buildings.
Chunks are multiple byte arrays of the different parts of data. Yes it can be hard to read/change/improve and the programmer who wrote most of that is no longer with the company, so I just keep it maintained for now. It gets the job done.
I added that back in A18...19? Months ago. Probably 19.
Now things do break sometimes, so no guarantees in b180, since I have not tested it in a while.
Playing the game on default settings is perfectly fine for the typical gamer I've seen play the game. I can easily take over a POI and survive just fine, but I want the challenge of being forced to build stuff, which makes the game harder, so I turn down AI block damage to suit the challenge I want.
I have ZERO interest in permadeath. I play games to have fun. Not to be stressed out that one death will mean the end to my world.
It makes me laugh every time someone expects me to be great at a game I've worked on. I'm an average gamer and die a lot at any game I play. Knowing how the code works does nothing for my reflexes and attention when playing a game. On any reasonably sized game team, you have great players, horrible players and those in between.
Well, yeah. Zombies should not be crawling above and falling back down onto ladders. It looks stupid beyond it stopping them attacking. I already have it fixed, but still have some edge cases with them moving around on ladders, than did not get done today, so hopefully Monday.
Can we fix it depends on what it is. Then even if we decide to fix it, it then depends on what priority it compares to dozens of bugs we already know about.
I don't think any data indicates the difference. 1 bit would work, but that means finding saved data that has a bit available, which might not exist currently, so we would need to add a byte otherwise.
There is the AI Block Damage setting. I started playing with it at 50%, but I make myself build a base, so no holing up in POIs. That was a bit easy, so I started doing 67%.
I'd love an option to make non player blocks weak, so I could use POIs, but they would not be that great. Or it could really be player placed blocks get x% more health, so my new construction would be better than what exists in the decaying world.
Push the turrets out, so they engage them away from the base? Or out and face backwards, so they shoot them in the back? Maybe?
I look at exploits on a regular basis, but it competes with bug fixing, optimizing, cleaning up old stuff, updating engine/3rd party code, balance and new features. Yesterday I started redoing how AI walks on ladders due to the bouncy ladder exploit. Legacy code basically just shoved the AI up the ladder. Now they can walk and stand on them like a player can. Hopefully that will be ready for testing today, but may not be released until after stable.
The bandits will just nerd pole up to your roof, bust out the wall and rob you blind.
Easy. "Is that a bear over there?", then they teleport while you are looking away.
I have not looked at that yet. Have more pressing things to work on.
That is just a stupid bug with ladders. Ladders don't work that great in general, even for the player. I already put it on my todo list.
Is this a contest? The zombies were just telling me the other day that players can harvest and carry massive amounts of stuff, then magically build these huge bases. They want you nerfed.
I can walk across it just fine other than some sliding down.
You can already do plenty of physics defying things.
Wandering hordes wander by you, randomly off to a side, but they have an investigate target in the distance, which probably causes them to be alert, so you can't sneak attack them.
I'd call that a bug. Added to TODO.
You can check the log file. It should show why a player died.
Looks like:
Entity name 830 killed by animalDireWolf 1561
Actually volumes can be grouped, which would cause them to act as a whole. That was something I added back in March 2019, but designers have a ton of POIs and thousands of volumes, so they can't just easily go through through them all and know what could be improved.
It tends to be the character controller colliding with the world, not pathing that uses a lot of CPU.
Resolution makes a large impact on 7dtd. Often people say I have blah blah specs, but fail to mention details like the resolution they are running the game at. If things feel laggy/choppy/bad, I'd be dropping the game to 1920x1080 and compare.