PC Developer Discussions: Alpha 17

Developer Discussions: Alpha 17

  • Newly Updated

    Votes: 1 100.0%
  • Check out the newest reveals by Madmole

    Votes: 0 0.0%
  • Over 100 new perk books with set collecting and bonuses

    Votes: 0 0.0%

  • Total voters
    1
Status
Not open for further replies.
Spoilage would suck on very active servers. Imagine planting at night going to bed and waking up to 4 days later and all spoiled crops... Some players play every few days and they would have to plan real life to manage their crops.
Maybe a LONG timer for neglect, or a few hordes/animals/insects% ripping through their crops could make a crop loss situation...? Nulifying the "seed" recipe all together could make the game incredibly difficult if you could ONLY find seeds and not make them, but thats all too unrealistic.

On the other hand food spoilage in general would add a serious level of difficulty, but then again having a canning system recipe would make that just another task... but then we are just talking doing extra coding for the pimps for layers of difficulty...

I personally don't want a burdensome tedious system... but I do see the need to have food a "challenge" till the zeds get stronger.. (80-100th level?)

Also, can we pick up the "baby plants" and they become seeds to relocate the field or change the ratios of growth if we want?
Just make it an option. Boom! problem solved. This can be applied to most silly things people are arguing about on here.

 
That is amazing! Very professional, you should work for TFP if possible.
No offence to SxR, that's some lovely work but there's a huge difference between hand-craftng a POI and writing an algorithm that'll produce similar results during runtime.

 
EDIT: From Joel: It was not a good control scheme for moving in close quarters and having fine control in tense situations and we decided we didn't like it for this game.
I actually agree with that.

And I don't consider holding down a shift key much of a pain. In my own experience, when my hand gets tired it's usually due to pressing buttons much harder than it's needed.

Spoilage is a must btw, still waiting for it. In fact, why don't you delay A17 to introduce spoilage (half serious).
+1

Also it would be cool to have clothing get wet (every slot fill up like a wetness bar - like in the long dark), that would freeze over in the snow but would cool you in the desert while it dries.

 
The sewers could be a POI that spawn under the city, it could maybe have 6-7 variants.
Unless you place sewers under the roads, as modern cities tend to do, you'll end up with random building collapses. The reason cities tend to place sewers under roads is to prevent random building collapses and allow for easier access.

The choice is then to crudely lever the POI system to operate below the ground or write an algorithm to generate sewers at runtime. The latter would be easier.

 
Unless you place sewers under the roads, as modern cities tend to do, you'll end up with random building collapses. The reason cities tend to place sewers under roads is to prevent random building collapses and allow for easier access.
The choice is then to crudely lever the POI system to operate below the ground or write an algorithm to generate sewers at runtime. The latter would be easier.
I believe in like Alpha 14-15 there were HUGE sewers under towns and cities and they were pretty deep and nothing was collapsing ^^.

 
I believe in like Alpha 14-15 there were HUGE sewers under towns and cities and they were pretty deep and nothing was collapsing ^^.
Wasn't that a mod that placed them directly under the roads?

 
Just guessing, but if the new larger puzzle pois increase generation time, then adding swers would be the same kind of generation hit.

That said, maybe a18 could be the underground update? They could focus on the perlin cave system, underground pois, and large city sewer system generation. I would think you would only really need maybe a dozen pois that are tiled for the entire understreet system, with maybe a few specialty ones like a big cistern with a bunch of sleepers, or a big underground water treatment plant.

That would also give the code monkeys more time to really sort out bandits and the quest systems, but it would give us a new update in much less time that a17 and give us a significant addition to play without a huge development time hit.

An interesting addition might be a collapsed street poi leading down into the sewers, blocking off easy access to some parts of it. Manhole access could be every few city blocks, making it a little harder to explore the entire thing.

If pois can be stacked in rgw, they could even add underground storage rooms with sidewalk access (like they used to use in large cities.)

When I worked in Cleveland, we had a big steel door in the basement of the store I worked in. We learned that the city actually had an underground access tunnel under the sidewalks, which connected to store rooms under each store. They all had steel doors between them separating them. Deliveries would use an elevator in the middle of the sidewalk. (covered by a steel grate when closed)

We actually found the store key to the system, and went in one day after hours. It was ungodly creepy, and we didn't go further than two or three storerooms down because it just was THAT creepy.

I just present the idea because there is a lot that can pretty easily be added underground, and thats one of the things we love about minecraft still... the underground doubles rwg exploration.

And now that we have the gyrocopter, I really want the code repurposed for a parasail to quickly descend from tall skyscrapers. If link can do it in BOTW, we should be able to do it as well in 7 Days.

(explosive crossbow bolt elevation boosts could even be added to keep from descending onto a zombie bear or ferals!)

 
So for sewers below a street, you could basically have buildings that are actually laying on their side and submerged with one side at ground level..

Make it as wide as a regular street to allow different sewer layouts.

You would need:

A straight section,

A "T" section,

A + section,

and two corner sections.

Don't allow it to build sewers on any town on a slope as it might look bad. Could work :D

***Also have one side of the building look like an asphalt street. It would be large enough to have quite a few interior layouts too!

And done!***

 
Last edited by a moderator:
<snipped for space>
This is why I specified American sewers. Most old cities in Europe have extensive underground areas. We have a few small rivers running under ours, nobody really notices until something like this happens...

 
We still need an airport POI too. I had made 2 of them...a suburban one and a rural one. I believe they were added to one of the combo pack awhile ago. I will post pictures later. Even had a helipad for the gyrocopter.

Ouch

 
Last edited by a moderator:
We still need an airport POI too.
Wasn't there an issue with large POI's being unable to be added to RNG? If memory serves the hand-egg stadium had to be split into two parts to add it to nave. Anyone know if this is still an issue with A17?

 
Wasn't there an issue with large POI's being unable to be added to RNG? If memory serves the hand-egg stadium had to be split into two parts to add it to nave. Anyone know if this is still an issue with A17?
Mine were less than 200x200 ..whatever the max was for adding them.

Guppy had a motocross track...that was awesome!!

 
Wasn't there an issue with large POI's being unable to be added to RNG? If memory serves the hand-egg stadium had to be split into two parts to add it to nave. Anyone know if this is still an issue with A17?
I'm thinking it's due to how stuff loads in. I know another guy earlier is making that aircraft carrier and having the same issue. It's too large for the chunks, so it never loads in if it's one piece, so he has to load it in as 2 pieces. I'm guessing that would be the same issue here, unless you could somehow make it to where those pieces ALWAYS load in connected, but I wouldn't know where to start with that to make sure the blocks are lined up. I could be wrong. You'd think it'd be one large POI, but made up of lots of smaller ones. Again, one reason I can't wait for this to be able to fully take a map hand made like Navezgane from other people. Things will be placed with a bit more reason. Random just seems too random for me, doesn't make much sense where things are located. I think some of that's been improved with A17 with the bits we've heard.

- - - Updated - - -

Mine were less than 200x200 ..whatever the max was for adding them.
Guppy had a motocross track...that was awesome!!
So it is because of size. Is there a way for POIs to know what other POIs it should go with or how to line up?

 
Status
Not open for further replies.
Back
Top