Jump to content
bbh_blocked_dnftl

Would it be possible to create a 2K map? Like one big city?


Wigbert

Recommended Posts

Very possible to make a 2k map.

 

Find the Xui folder, then go into the windows.xml file. open it and search for 4096. It'll direct you to this line.

<combobox depth="108" pos="155,0" width="300" height="32" name="WorldSize" type="ComboBoxList<System.String>" values="2048,4096,8192,16384" value_wrap="false" /> add in 2048.

 

Load game, and now you can generate a 2k world and play it.

you don't get much terrain features, and you'll need to adjust the rad zone size.

edit: Can only answer for myself, but it is fun in it's own right.

Link to comment
Share on other sites

Very possible to make a 2k map.

 

Find the Xui folder, then go into the windows.xml file. open it and search for 4096. It'll direct you to this line.

<combobox depth="108" pos="155,0" width="300" height="32" name="WorldSize" type="ComboBoxList<System.String>" values="2048,4096,8192,16384" value_wrap="false" /> add in 2048.

 

Load game, and now you can generate a 2k world and play it.

you don't get much terrain features, and you'll need to adjust the rad zone size.

edit: Can only answer for myself, but it is fun in it's own right.

 

I can vouch for that. Messing with RWG is what I love.

In A16 i was able to create an "empty world" map that I built prefabs in.

It was 1024x1024 block area of flat forest ground (or whatever I wanted) with no prefabs, trees, grass or terrain... nothing.

I would just load that up for prefab building and not have to worry about frame lag due to spawning 'cause I'd written it all out of the xml's.

Not sure about A17's capability to do this as I've yet to get back into prefab building, still messing with the world generator and NirtoGen at the moment.

Link to comment
Share on other sites

Very possible to make a 2k map.

 

Find the Xui folder, then go into the windows.xml file. open it and search for 4096. It'll direct you to this line.

<combobox depth="108" pos="155,0" width="300" height="32" name="WorldSize" type="ComboBoxList<System.String>" values="2048,4096,8192,16384" value_wrap="false" /> add in 2048.

 

Load game, and now you can generate a 2k world and play it.

you don't get much terrain features, and you'll need to adjust the rad zone size.

edit: Can only answer for myself, but it is fun in it's own right.

 

This file did not have the described line. However, in the XUi_Menu directory was a file of the same name, and this had two lines like this. Setting the first line did nothing. Setting the second line worked! Disclaimer - this is a Linux system, maybe they do it differently under Linux?

 

I modified the value like this:

 

values="1024,2048,4096,8192,16384,20480"

 

I then created a 1K world. And dang if it didn't work. I hit radiation at about 365 blocks out from 0,0. So I tried a 20K world. Sadly, it crashed. It seems the settings in the xml file are not the only things keeping us from making a 20K world.

 

I then found the same file on one of my dedicated servers and made same change, but sadly it crashed on world generatoin. So I copied the 1K world to my dedicated server, and it worked. I now have a dedicated server running a 1K map :D.

 

I repeated the above with a 2K world. Success.

 

I'm still playing with 20K, but I'm pretty sure there is either a hard coded size limit, or a data structure limit, the end result being it won't generate/load a map bigger than 16K.

 

Nice piece of research, Tin! TYVM for that, I had no idea you could do that.

Link to comment
Share on other sites

This file did not have the described line. However, in the XUi_Menu directory was a file of the same name, and this had two lines like this. Setting the first line did nothing. Setting the second line worked! Disclaimer - this is a Linux system, maybe they do it differently under Linux?

 

I modified the value like this:

 

values="1024,2048,4096,8192,16384,20480"

 

I then created a 1K world. And dang if it didn't work. I hit radiation at about 365 blocks out from 0,0. So I tried a 20K world. Sadly, it crashed. It seems the settings in the xml file are not the only things keeping us from making a 20K world.

 

I then found the same file on one of my dedicated servers and made same change, but sadly it crashed on world generatoin. So I copied the 1K world to my dedicated server, and it worked. I now have a dedicated server running a 1K map :D.

 

I repeated the above with a 2K world. Success.

 

I'm still playing with 20K, but I'm pretty sure there is either a hard coded size limit, or a data structure limit, the end result being it won't generate/load a map bigger than 16K.

 

Nice piece of research, Tin! TYVM for that, I had no idea you could do that.

 

No problem :) yeah, they have anything past 16k locked out.

Link to comment
Share on other sites

I play mostly 4k single-player maps as I really haven't the time to dedicate to weeks upon weeks of play.

They (4k maps) are fun and all but long term play is not really feasible for the style I play, 'cause eventually areas are going to run out of loot. (I play with loot re-spawns off and no air drops).

I, can imagine that a 1 or 2K map would be brutal in actual terms of game-play.

Zombie spawns would be in your face, due to the limited amount of terrain they are aloud to spawn on, and if not, all they would have to do is wander a little ways and BANG their knocking on your door (or skull). Plus with the zombies visual, auditory and olfactory (even if slightly flawed) senses factored in you'd be like a disco ball in a dark field to them. Bling, bling, bling... look at me , I taste yummy, come have a bite.

Then the fact that, with that limited terrain, only so many prefabs would spawn lowering the chance of looting as an optimal resource for tools, weapons, food and water in the early game.

 

All in all, my take on small maps is that they are fun for certain styles of play but I can see that they would not appeal to everyone. That being said I think everyone should at least try out a small map once in a while.

 

Cheers

Link to comment
Share on other sites

If it were implemented, it would be interesting to see how player(s) would survive in a 2K world.

 

I suppose the players would concentrate more on creating a self-sufficiency as early as possible because on such a small map the loot is limited. You cannot rely on finding enough food or having animals to hunt over a long period of time.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...