Jump to content

faatal

Fun Pimps Staff
  • Posts

    2,916
  • Joined

  • Last visited

  • Days Won

    104

Everything posted by faatal

  1. Not likely. Any new graphics tech that Unity adds to the engine generally is done to the HD render pipeline (HDRP). We use the built in pipeline. Updating to HDRP is a large amount of work, so probably won't be done until our next game.
  2. Yes. Blood moon zombies are given targets. Senses don't matter.
  3. Feral sense is currently just Off, Day, Night, All. We don't plan on more options changes for A20. Maybe by gold. For now you can change some of that in entityclasses.xml.
  4. It is not planned, but it could happen.
  5. I don't know what Lathan is testing, but the next version will be 19.6.
  6. 1 That would be 19.6 2 Twitch and localization changes 3 Should be a normal release 4 No AI behavior changes in A20 I don't know of anyone using it and I could see it going away at some point.
  7. Artists are working on the 3d models and textures.
  8. Probably not much different. Performance should be the same. The shaders are doing the same amount of work and the c# code changes were trivial. Just committed it: Added wind simulation speed changes grass and tree movement (improved wind handling, added grass shader wind time and use constant sin offset so we can interpolate wind values without ugly shifting). Added grass and tree wind gusts (visual. adds to wind simulation). Improved biome wind values. The art is coming along. There will be no code work done on it until after A20.
  9. Yesterday I got it mostly working. Still tweaking. The direction will be the same, it just varies in frequency and intensity. The flag anim is just math in a shader and does not change. (someday?) Maybe in a month or two?
  10. There is a global wind zone that the speedtree shaders use. Grass used a constant shader value, but now a global shader variable. Weather will be changing the value now, once I get to it.
  11. Yes. No other changes for 1m are planned for A20 apart from bug fixes like AI often attacking while crawling. Wandering sleepers probably not A20. Water not A20. Mostly been fixing bugs, so they don't all get stacked up at the end of A20. The weather simulation has been improved for A20. Weather changes more often, for shorter duration and with a more controlled randomness. Stronger fog can happen. Wind speed should change the now variable tree and grass movement, but that has not been done yet.
  12. RWG code changes are maybe 75% done, but there is a lot of designer content being worked on that goes with those changes.
  13. This is probably an issue with occlusion. You can try turning it off in the video settings.
  14. Saw some new town pictures Monday and was impressed with the look and density of the streets and buildings. My kids, who are adults, thought it was cool.
  15. I get 6-8 usually. Had food poisoning Sunday, so still a bit tired from that. I lost 5 pounds in 2 days, but was wanting to lose some more weight anyway. Working from home is a nice bonus time wise. Years ago, I used to commute to Chicago and that was 10 hours a week of wasted time. Probably, but I don't deal with that.
  16. No changes planned, but what you describe may get adjusted someday. Yes, if they were like that, but all those objects add draw calls, so meshes are generally one piece. We may have a few extra parts at some point. Like bandits may have some of the armor as separate objects. It would be possible, but I think we have spent enough time on dynamic music as it is. Sure. A few days here and there. I took two days off a few weeks ago for a 4 day weekend vacation in IA. Yesterday I was off closing on my new house. Lots of moving stuff in my future. A lot of meetings today, but determined a reason some sleepers were not spawning for the designers and fixed, but need to finish testing tomorrow and maybe adjust some of the spawn delays.
  17. Not likely in A20. May get tweaked someday. Right now it is the same as A19. If the seat mod gets done in time for A20, the 4x4 will probably seat 4. Other vehicle seating has not been decided. No. Pathing has not changed. If we add 1m pathing after A20, it still would require designers to put them in 1m holes in POIs.
  18. There are some optimizations in A20 that were not moved to 19.5, so there are more, but have not counted the amounts or how big they are. No assignment. I just like to talk and as programming lead, know a lot about what we are doing. Most devs just do their jobs and don't visit their company forums. I saw the preview rendering of it two days ago, so it is coming along.
  19. 1 No 2 Sorry 3 The end of time
  20. Zombies crouching and dogs digging holes have NOTHING to do with each other.
  21. Players will probably never be able to do that. As of last week, zombies can crouch down and crawl based on head clearance. Pathing still works on 2m heights, so we are not fully 1m yet, but crawling fixes bugs with zombies getting stuck in tight places.
  22. A20 will be on Unity 2020.3.x. We will be doing one more update for A20, hence the x. The problem with new Unity graphics features is they tend to not support the built in render pipeline and we don't plan on switching to HDRP until our next game, since it will be a large amount of work. Should be a separate count.
×
×
  • Create New...