Jump to content

Alpha 20 Dev Diary


madmole

Recommended Posts

2 minutes ago, madmole said:

I looked into that a while back and there isn't an easy way to speed it up, other than to change the weights and rebalance everything.

 

 

I would have thought it would have been a much simpler process, but I don't claim to be a techie. No worries, as long as you keep the ability in the game to scrap items at workbenches. ;)

Link to comment
Share on other sites

18 hours ago, Blake_ said:

The system that you are describing alone is not good enough because it needs a bit too many faces to not be repetitive. You see, it's really just faces that need to be absolutely "slidable" within a mild margin (not TES Oblivion's scary faces lol) because humans are by design extremely good on faces (except ones with Brad Pitt's condition, which are rare).

 

 

So the best character creation system is like Bethesda does: A good bunch of predefined faces that are extremely modifiable with a good swappable model from the neck up, but allowing the player to slide groups of vertexes/polygons**  WITHIN REASON which they call "nose", or "cheeks" or "chin" ...etc  and from there they just add a bunch of bodies that are very similar and with far less sliders if any. 

 

**(I believe Maya/3dMax and their 2.5 D cousin Zbrush have a way to colour/tag local parts to make them easier to call from code)

 

A character creation system with predefined faces just has to have over 100 heads to be interesting, so by trying to make it easier you are making the game worse and repetitive on the random npc/player side . In the end, a slider head model with local features (cheeks, nose, mouth and eyebrows/forehead being a normal approach)  with all the difficult code involved is the best way to go long term and will save hundreds of hours of modeling time once hooked up.

 

And repetition. It's really all about avoiding it.

 

I'd love a full character customization setup like Bethesda has but we're a small team and have to pick our battles or never ship. The head system is expandable and we might get a little face customization in, we'll see yet. After a few hours though everyone has a full helmet on and you never see your face anyway so I don't see the argument.

15 hours ago, TSBX said:

Whoa there big guy, it was a joke. Didn't intend to ruffle any feathers.

Cool, maybe I missed it, but a smiley face to indicate humor with text is a must have usually :)

4 hours ago, Crater Creator said:

 

Variety is fun.  For some of us, playing around with sliders isn't just something to get out of the way before you get to the game.  It is itself fun, intrinsically: a place to experiment, be artistic and creative, role play, and take satisfaction in the fact that no one has ever played the game with this particular character before, in the same way we find it satisfying to play on a random world no one else has seen before.  My first hour (literally, I clocked it) of playing Fallout 4 was spent in the character creator, despite the rest of the game not holding my interest for long.

 

Swapping between heads that have gotten an artist's stamp of approval guts most of that fun.  Don't forget, people make bases that aren't professional looking or performant, and share images and videos of them, all the time.  And you let players do this, because it's fun and this is a sandbox.  You do your best to make the pieces look good and perform well, but with few exceptions (like a minimum distance between trees) you don't limit what players can make.

 

 

...With that said, the greatest need for variety is not with the player characters, but with the zombies, and eventually bandits.  If a new player starts a game and plays just through the first Blood Moon, they'll still typically see hundreds, possibly thousands of zombies.  And they're only getting a subset of the zombie types at any given gamestage.  So if you do any further work on character variation, I hope you do it on zombies.  Tinted clothing and skin, subtle scaling, body part swaps... I get that UMA didn't pan out, but anything would be better than clones - even new, high quality HD clones.

I agree, and I myself have spent hours making new characters for certain role plays in other games, but 7 Days was never that game for me. The customization wasn't good enough and the game is too light on the RPG side for it to matter. Console outsold PC with zero customization, all it had was presets you could pick from, I just don't think our audience cares that much about it. I'd LOVE it, but we need to get bandit AI in and get something that looks decent for player characters, and not spend 2 years R&D making a Bethesda like character system. I heard they had at least 2 years in Fallout 4's setup with several programmers and a dozen artists just on that one feature.

 

9 minutes ago, MechanicalLens said:

 

I would have thought it would have been a much simpler process, but I don't claim to be a techie. No worries, as long as you keep the ability in the game to scrap items at workbenches. ;)

It's a fixed time to scrap an ounce I believe, so we'd need to reduce the time, or make everything insta scrap, which probably would make for a better game honestly. Waiting for a timer isn't that great of game play.

Link to comment
Share on other sites

11 minutes ago, madmole said:

It's a fixed time to scrap an ounce I believe, so we'd need to reduce the time, or make everything insta scrap, which probably would make for a better game honestly. Waiting for a timer isn't that great of game play.

 

I'm sorry, but I could never support insta scrap. It hasn't happened to me in a while, but instantly scrapping a precious item like a gun, a stack of old cash, a stack of bottled water, etc. sucks, and having those few seconds to react can save them from being turned into a less than preferred form. Just my take though. :)

Link to comment
Share on other sites

2 minutes ago, MechanicalLens said:

 

I'm sorry, but I could never support insta scrap. It hasn't happened to me in a while, but instantly scrapping a precious item like a gun, a stack of old cash, a stack of bottled water, etc. sucks, and having those few seconds to react can save them from being turned into a less than preferred form. Just my take though. :)

Could just find/harvest scrap brass and ditch the trophies, knobs, etc.

Link to comment
Share on other sites

1 minute ago, madmole said:

Could just find/harvest scrap brass and ditch the trophies, knobs, etc.

 

If you're talking about removing them from the game period, I wouldn't be opposed to this. Now that they are less common than they used to be and scrap brass can be found in loot in reasonable quantities (*cough* unlike lead *cough*), the trophies, candlesticks, and knobs could almost be described like sharp sticks. Whatever you decide, In Pimps We Trust. :)

Link to comment
Share on other sites

21 hours ago, madmole said:

How does crappy sliders that don't really change much compete with a decent amount of properly modeled/textured heads to choose from? We might let you change hair/eye/skin color none of that is even started on yet, but the main thing is proper pbr faces that are professional looking and performant. Uma is ugly and slow, and wastes a giant texture on each player in the game, his armor etc is all baked to a single unique sheet. The new system can share textures and stream them.

I've got to agree with Captain Obvious on this one.  You're going to be making a buttload of heads to get any sense of variation. 

 

You could add the code for simple bone/vertex manipulation but then aren't you reinventing the wheel?  Would it not be better to modify UMA to your own needs instead of trying replicate large parts of the functionality from scratch?

Link to comment
Share on other sites

1 hour ago, madmole said:

I'd love a full character customization setup like Bethesda has but we're a small team and have to pick our battles or never ship. The head system is expandable and we might get a little face customization in, we'll see yet. After a few hours though everyone has a full helmet on and you never see your face anyway so I don't see the argument.

No worries! Although I do enjoy my lobster red white mustached partially balding avatar, I understand that you guys are a small team and that you are pushing for gold. If it isn't feasible, then its ok! Good work as always

Link to comment
Share on other sites

2 hours ago, madmole said:

I'd love a full character customization setup like Bethesda has but we're a small team and have to pick our battles or never ship. The head system is expandable and we might get a little face customization in, we'll see yet. After a few hours though everyone has a full helmet on and you never see your face anyway so I don't see the argument.

Alright I'm good with the promise of a few jiggling face features. My point is that the player will encounter 50 npc guys/girls a day with Jarl Balgruuf's face when fighting and doing quests.

 

Players are just 8, maybe 16 with options and will be eventually "helmeted" . Yet npcs will be plenty , and I would prefer them not to be as photocopied as Zds are, specifically for random quests (main campaign is obvious you guys will model each important npc separately ; a little too much work if you ask me, as opposed to making the lips swell and the cheeks bloat an call it Bob's daddy). 

 

Link to comment
Share on other sites

5 hours ago, madmole said:

 

It's a fixed time to scrap an ounce I believe, so we'd need to reduce the time, or make everything insta scrap, which probably would make for a better game honestly. Waiting for a timer isn't that great of game play.

Honestly I cant think of any balance issues in removing the scrap timer. I'm pretty sure the only reason  some people would miss it is the whole gain extra inventory slots by queuing up something that takes 9 weeks to scrap followed by things to keep.

 

Gotta wait for it to smelt in the forge either way.

Edited by Jugginator (see edit history)
Link to comment
Share on other sites

4 hours ago, madmole said:

I'd love a full character customization setup like Bethesda has but we're a small team and have to pick our battles or never ship. The head system is expandable and we might get a little face customization in, we'll see yet. After a few hours though everyone has a full helmet on and you never see your face anyway so I don't see the argument.

...

I agree, and I myself have spent hours making new characters for certain role plays in other games, but 7 Days was never that game for me. The customization wasn't good enough and the game is too light on the RPG side for it to matter. Console outsold PC with zero customization, all it had was presets you could pick from, I just don't think our audience cares that much about it. I'd LOVE it, but we need to get bandit AI in and get something that looks decent for player characters, and not spend 2 years R&D making a Bethesda like character system. I heard they had at least 2 years in Fallout 4's setup with several programmers and a dozen artists just on that one feature.

 

Huh.  I am genuinely surprised that console outsold PC.  That changes my perspective - thanks for sharing that.

 

If you take away just one thing from my post though, it's that zombies are the best things you could customize.  You're right that we don't see player character faces much, for various reasons.  I for one would give up face customization if it freed up the time to make this happen:

 

Link to comment
Share on other sites

32 minutes ago, GoldsharkROU said:

I hope you don't hate me, but the amount of what you carry could be solved with larger manufacturable or affordable backpacks, I would like the weight to be influential, having work tables, cars, motorcycles, and 10k of mineral in my backpack is not immersive. .

All you have to do is change the stack sizes of the things you want to carry less of.

Link to comment
Share on other sites

21 hours ago, madmole said:

Could just find/harvest scrap brass and ditch the trophies, knobs, etc.

I think any loot item that has no use in any recipe and exists only to be scrapped should be removed and the scrap brass, lead, etc., should be found instead.

Link to comment
Share on other sites

Madmole  .. hoping you have a great holiday

 

Also .. when A20 drop .. is there a chance that .. 2) Random Generation Update .. could have something like what Nitrogen gives us to work with maps making .. Just a thought.

 

Take Care and Be Safe ... the Old Gamer .. :02.47-tranquillity:              Have a safe Holiday

Link to comment
Share on other sites

On 12/15/2020 at 6:59 PM, faatal said:

Wandering hordes randomly skim along the edge of where a player is, so maybe you just got (un)lucky and they have not been noticing you?

 

That would be an interesting thing to bring in closer as their target's GS increases.
 

I thought I should follow up.
I am on Warrior difficulty, and roughly on game stage 440 and still no zombies at night for 99.9% of it, on two consecutive nights I had one curious scout and the other night i had one wandering horde and that's it, I had 6 generators, spinning blade traps, tons of lights, 4 forges, and 4 chemistry stations all running, and on top of that 8 burning barrels, and the zombies are just no where to be found.

 

Keep in mind I don't want to be constantly harassed but I don't want it to be so peaceful that I can have a moonlight luau in my backyard and have no fear that I will be attacked.

Edited by Xeen
Sentence structure and content (see edit history)
Link to comment
Share on other sites

On 12/17/2020 at 12:29 PM, madmole said:

I looked into that a while back and there isn't an easy way to speed it up, other than to change the weights and rebalance everything.

 

All you have to do is add a upgrade slot in the workbench for a Mod that will speed up processing time just like you have for the forge with the Advanced Bellows, easy peasy.

I would love one of those for the Chemical Station.

The benefits are self explanatory.

This may not resolve the players 'on person' ability to scrap or craft faster but it seems to me that is part of why workbenches and other workstations are vitally important to have in your base.

Another idea is to add the Scrap-o-matic machine that will scrap items super fast, but then the Workbench and Chemistry station wouldn't get any speed upgrade love which would make me sad.

I am currently getting around the slow Workbenches and Chemistry stations by having 10 of them, so you could save me some space in my base by adding the speed Mod.

Edited by Xeen (see edit history)
Link to comment
Share on other sites

On 12/17/2020 at 1:48 PM, MechanicalLens said:

 

I'm sorry, but I could never support insta scrap. It hasn't happened to me in a while, but instantly scrapping a precious item like a gun, a stack of old cash, a stack of bottled water, etc. sucks, and having those few seconds to react can save them from being turned into a less than preferred form. Just my take though. :)

what about an in game setting for it? say instant, 10s 20s 1 minute 3 minutes etc type of thing?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...