Totally agreeIn terms of sounds I would love if some of the old office buildings had office music (elevator music) playing, to give a bit more ambiants, also wish the same for some POI just to make things a little more interesting and immersive.
True, but this last week a lot of info on the non-visible work they're doing has been leaked by the devs.Well i guess no video for this weekend.
I'm using an hanging three floor rectangular structure, far longer than wider: never found any zs inside also because its surrounded by spikes and traps and can only be accessed with stairs. Also by climbing stairs anyway I left a lot of empty blocks in the passageways so zs will fall.I tried searching but got a bunch of irrelevant returns. Is it going to be possible in SP to take over a POI larger than your bed roll and not have Z's inside when you come back? Not looking to lock down the skyscrapers(construction site would be nice though).
39%? One of us is way off because that looks like 33% remaining to me. Although admittedly I am probably being optimistic and it's probably somewhere in the middle.39% REMAINING UNTIL A17 is RELEASED!!!
Thats 3% in six days. They worked on some new mind bending concepts last week so 3% is still an achievement!
Its hard to predict the completion date right now as they complete some new game innovations, so cheer them on!![]()
its 13/33*100 = 39.39% ^^on my screen i get...total bar length 215 mm red bar 85 mm (85/215*100) = 39.53488....... %
not that it means a damn thing....lol it is there to amuse/annoy those who have no patience .
<font size="6"><font color="#FF0000">#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;</font>#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;#9608;</font>
Huh??? Coming from a programming perspective, I'm confused. Less compacted data? So, like it was zipped data?RWG was pregenned before yes. but in less compacted data causing run time distance calculations for say, road asphault.
Now this is being precalculated and added to an image map that contains the roads. The height part of them is stored in the world height map.
The way the old RWG generated vs the new way is a bit too large of a topic to cover in passive discussion. I put pregenerated in quotes because it's simply outputting the same biome map, terrain map, etc. like navezgane has. Generation takes about as long as it did before but once it's done all will be output to maps for quicker loading. Since so much was done with the data loader for the navezgane format and much more is being done for distant trees and terrain it only made sense to match it up to that.
We are NOT generating all the chunks. That's just not going to be doable for reasons others have already stated, takes too long. But outputting it in the same dtm, biome map, prefabs.xml etc. only stands to gain speed and also gets all the features without me having to do special coding specifically for RWG.
Feel free to think over pros and cons but I'm 100% certain of what I'm doing. Just sit back and relax.![]()
Okay 39% it is then, sigh 33% was my optimism showing, I guess it's true that people see what they want to see.on my screen i get...total bar length 215 mm red bar 85 mm (85/215*100) = 39.53488....... %
not that it means a damn thing....lol it is there to amuse/annoy those who have no patience .
Hi,Devs, could you please do something about the lag surrounding those bigger buildings? it's kinda killing me
Hi,Hi,
I'm not a developer but I'm curiouswhich sort of bigger buildings are you talking about? In SP or MP?
Thanks.
Any huge building makes game stutter sometimes, especially when you go on the 5-10th floor where blocks are unstable... Nonmodded corp building.Hi,
I'm not a developer but I'm curiouswhich sort of bigger buildings are you talking about? In SP or MP?
Thanks.
It normally drops 6-7% but this time I see the red is 294 and the whole bar is 748, so 294/748 = 39%39%? One of us is way off because that looks like 33% remaining to me. Although admittedly I am probably being optimistic and it's probably somewhere in the middle.![]()
Yes, a chunk of 16x16x16 voxels are turned into several types of meshes, which Unity renders.In simple terms: Anything to do with the voxels has to be programmed by TFP without unity's help. And that code is in C#.
TPF sort of translates the voxel stuff they internally use into normal unity type graphics, which Unity can display without problems.
ooh, ooh, I got this one!Huh??? Coming from a programming perspective, I'm confused. Less compacted data? So, like it was zipped data?
Mind explaining 'image map'? In fact, a lot of that terminology?