Jump to content

Developer Discussions: Alpha 17


Roland

Developer Discussions: Alpha 17  

1 member has voted

  1. 1. Developer Discussions: Alpha 17

    • Newly Updated
      1
    • Check out the newest reveals by Madmole
      0
    • Over 100 new perk books with set collecting and bonuses
      0


Recommended Posts

Like serverhopping at the borders? cool... please not for A17 but cool...

 

Exactly. I guess you could have a SP/multi map, but Multi-Player/multi-map/multi-server is the future. How mind blowing would that be?

 

 

You KNOW someone will eventually have a map made of New York city with all the subways and sewers! :D

Link to comment
Share on other sites

That kind of sucks. A system as been put in place to handle massive map sizes, a requested feature by many players, and the ability to use it is hidden away in the xml where many players are afraid to go?

 

"Sense much not this makes"

Yoda

 

At first the only size was to be 8km x 8km cause that is the best the system was handling, then as they made fixes to bugs, etc. I believe Kinjayuu stated (may he correct me if I'm wrong) that they then made it to where you could choose 4x4, 8x8, 16x16. It seems like as more gets worked and fixed, by gold you could have double that, who knows.

 

Honestly, when a game closes off options for stuff, people don't care, but as a game gives people more options, people get mad it's not infinite options and ranges. I seriously don't understand that logic at times. Be happy you get options to curtail the game to how you want to play, one of the reasons I love this game so much. So many options to change, even just in game disregarding xmls, that changes how one has to play to survive. Very few other games have that.

Link to comment
Share on other sites

That kind of sucks. A system as been put in place to handle massive map sizes, a requested feature by many players, and the ability to use it is hidden away in the xml where many players are afraid to go?

 

"Sense much not this makes"

Yoda

 

I disagree. I can think of one obvious reason to only allow larger map sizes by xml. Support requests. If TFP allows you to change the map to any size via the menu, they will inevitably get support requests complaining about performance (or other problems) on larger maps. By limiting those larger maps to xml changes, they may more easily state that those larger map sizes are not officially supported.

Link to comment
Share on other sites

Exactly. I guess you could have a SP/multi map, but Multi-Player/multi-map/multi-server is the future. How mind blowing would that be?

 

 

You KNOW someone will eventually have a map made of New York city with all the subways and sewers! :D

 

I could see the muli-map function being in there, but multi-server, doubt it. I wouldn't understand how going from a map on day 50 to then going to the next map over and it's day 700. That would cause so many issues.

 

But say you have time to create 40 maps, must be same size. Make these maps (our current ones) "regional maps". Have a function or program in place to place them side by side to create a "world map". This world map has the day counter, etc. So moving maps keeps same day. Especially since maps are now created into files, loading would be pretty quick comparatively and you keep same profile.

 

- - - Updated - - -

 

I disagree. I can think of one obvious reason to only allow larger map sizes by xml. Support requests. If TFP allows you to change the map to any size via the menu, they will inevitably get support requests complaining about performance (or other problems) on larger maps. By limiting those larger maps to xml changes, they may more easily state that those larger map sizes are not officially supported.

 

This is true. Pretty much goes back to the shaking issue on larger maps greater than what they have default or when people change biome sizes or other options that end up causing problems. The system just doesn't work with it, so nothing to fix or work on.

Link to comment
Share on other sites

I thought depending on how many players and other factors, even if the current map is at 10km, I've heard of shaking starting for some people at half that. So really their playable map became about 5-7km and couldn't use the rest meaning their playable map just became smaller than a full 16x16 or even 8x8 that has no shaking and can be used fully.

 

Oh, I'm not griping about the change. I was just talking about dimensions. If it makes the game play better I am all for the changes.

Link to comment
Share on other sites

At first the only size was to be 8km x 8km cause that is the best the system was handling, then as they made fixes to bugs, etc. I believe Kinjayuu stated (may he correct me if I'm wrong) that they then made it to where you could choose 4x4, 8x8, 16x16. It seems like as more gets worked and fixed, by gold you could have double that, who knows.

 

 

It has very little to do with bugfixing. A "floating origin" system was implemented. I know it well, the code I'm playing with today has a working version in it, I can generate 1 trillion square km before libnoise fails. Theoretically I can extend that further by orders of magnitude using a 128 or 256 bit floating point value but such large numbers will have a performance impact. TFP have pressures on their system that I don't such as settlement generation and roads but that's largely a matter of generation time and disk space.

 

Any map size limit below the current RNG size renders a floating origin system pretty pointless. Depending on the settings for when the origin moves you may have a tiny bit more accuracy at the edge of the map but not really enough of an impact to justify implementing the system in the first place.

Link to comment
Share on other sites

I could see the muli-map function being in there, but multi-server, doubt it. I wouldn't understand how going from a map on day 50 to then going to the next map over and it's day 700. That would cause so many issues.

 

But say you have time to create 40 maps, must be same size. Make these maps (our current ones) "regional maps". Have a function or program in place to place them side by side to create a "world map". This world map has the day counter, etc. So moving maps keeps same day. Especially since maps are now created into files, loading would be pretty quick comparatively and you keep same profile.

 

It would have to be a co-op of server owners who start on the same day and share character profiles. OR... everyone logs on one server and the log-on server sends you to a server that has your current map loaded.

 

Might be too much for individuals, maybe TFP would have to get it going as a element of 7D2D Part 2.

Link to comment
Share on other sites

I disagree. I can think of one obvious reason to only allow larger map sizes by xml. Support requests. If TFP allows you to change the map to any size via the menu, they will inevitably get support requests complaining about performance (or other problems) on larger maps. By limiting those larger maps to xml changes, they may more easily state that those larger map sizes are not officially supported.

 

The only performance issue is changing the origin point, after that everything is relative, just as everything is currently relative to (0,0,0) coordinates.

Link to comment
Share on other sites

It has very little to do with bugfixing. A "floating origin" system was implemented. I know it well, the code I'm playing with today has a working version in it, I can generate 1 trillion square km before libnoise fails. Theoretically I can extend that further by orders of magnitude using a 128 or 256 bit floating point value but such large numbers will have a performance impact. TFP have pressures on their system that I don't such as settlement generation and roads but that's largely a matter of generation time and disk space.

 

Any map size limit below the current RNG size renders a floating origin system pretty pointless. Depending on the settings for when the origin moves you may have a tiny bit more accuracy at the edge of the map but not really enough of an impact to justify implementing the system in the first place.

 

Yeah, that. Still waking up. I was remembering parts, just couldn't put words to it and put wrong ones to what I was thinking. Thank you for the clarity.

 

And as so, it seems like they will be opening it up to larger maps later. I'd rather just see how rwg maps work in the update before I go any larger, I just don't like how sparse POIs are personally.

Link to comment
Share on other sites

Yeah, that. Still waking up. I was remembering parts, just couldn't put words to it and put wrong ones to what I was thinking. Thank you for the clarity.

 

And as so, it seems like they will be opening it up to larger maps later. I'd rather just see how rwg maps work in the update before I go any larger, I just don't like how sparse POIs are personally.

 

I'm the opposite. I love vast tracts of countryside between habitation. It's pretty hard to build a fortress of solitude just outside of the suburbs :-)

Link to comment
Share on other sites

That kind of sucks. A system as been put in place to handle massive map sizes, a requested feature by many players, and the ability to use it is hidden away in the xml where many players are afraid to go?

 

"Sense much not this makes"

Yoda

 

As a Star Wars fan, I swear he'd say "Make sense, it does not."

 

If someone's hosting a server, I'm sure they'd be willing to go into the XML, or the provider by third party would work that one out. ;x

 

I remember reading that post too now that I see it, the 'Any size you want' part especially.. which scared me. Please keep it 8bit integer!

Link to comment
Share on other sites

I'm the opposite. I love vast tracts of countryside between habitation. It's pretty hard to build a fortress of solitude just outside of the suburbs :-)

 

Lol, if I do that, I will just take everything down to the dirt and build from there if I can't find a good spot. Did that to all of Diersville at one point. Also, I've like to think of how I would be able to survive if this was more real life in the sense of I have no idea how to build castles, but I know how to make makeshift platforms to get from roof to roof or dig underground to get from house to house. I can't build a house from scratch, but I know how to repair parts of houses.

Link to comment
Share on other sites

[ATTACH=CONFIG]25320[/ATTACH]

 

Lazy edit, sryyyyyyyy.........

 

lol, yeah, the green text for both 8km and 16km got me confused at first, especially when I see 16km next to the "~20% of previous size". Is that supposed to read more "20% smaller than previous size"? To me, reading as it, it means that it is 20% of previous size, so 80% smaller than previous size. But I know maths, so I know it's the former, not the latter, lol.

Link to comment
Share on other sites

Cats are soft.

 

... I was hoping colour coding was clear enough.. ;x

 

Yes, it says "20% OF previous" not.. 20% smaller! ;U Or.. however else you'd say it.

 

Also wat? "16 km part is for quadrants. Some people say 'Q1, Q2, Q3, Q4'

 

Red is the map we have now.

 

The Light Blue's the 16km one, the Dark Blue's the uhh.. Navezgane.

 

The Brown is the tiny 2x2 if I remember tha-.. MY MAP COMPARISON SUCKS OKAY? UGGH!!

Link to comment
Share on other sites

... I was hoping colour coding was clear enough.. ;x

 

Yes, it says "20% OF previous" not.. 20% smaller! ;U Or.. however else you'd say it.

 

Also wat? "16 km part is for quadrants. Some people say 'Q1, Q2, Q3, Q4'

 

Red is the map we have now.

 

The Light Blue's the 16km one, the Dark Blue's the uhh.. Navezgane.

 

The Brown is the tiny 2x2 if I remember tha-.. MY MAP COMPARISON SUCKS OKAY? UGGH!!

 

No, it is a good work! Thanks! :smile-new:

Link to comment
Share on other sites

... I was hoping colour coding was clear enough.. ;x

 

Yes, it says "20% OF previous" not.. 20% smaller! ;U Or.. however else you'd say it.

 

Also wat? "16 km part is for quadrants. Some people say 'Q1, Q2, Q3, Q4'

 

Red is the map we have now.

 

The Light Blue's the 16km one, the Dark Blue's the uhh.. Navezgane.

 

The Brown is the tiny 2x2 if I remember tha-.. MY MAP COMPARISON SUCKS OKAY? UGGH!!

 

Works well once I know where things go, I just wanted to make sure I didn't get it wrong and start saying wrong things is all, lol.

Link to comment
Share on other sites

Exactly. I guess you could have a SP/multi map, but Multi-Player/multi-map/multi-server is the future. How mind blowing would that be?

 

Boundless works like that and yes, it's mind blowing.

But Boundless also runs their own servers and they put the necessary infrastructure for something like this in place from the beginning of development. As someone pointed out before me, 7dtd is a bunch of individual private servers and each world has a bunch of hard to sync attributes and local settings.

Don't believe TFP have any plans for this considering the extra work and challenges, but I'd gladly stand corrected.

Link to comment
Share on other sites

well, if I so wished, I could use AutoCAD after work hours to make one too. but I'm more lazy about it than you, so you still win, lol. What software did you use for that?

 

I thought Revit was all the rage now, for you designers?

 

What do I know... I just scribble something on paper, and you guys make it happen :).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...