Andrakann 52 Posted August 24, 2013 Can it be done? At least in theory.I'm is not very good in writing in english, so i use pictures with comments to explain in details :)Basically, i want ability to grab this type of objects:With help of something like this:Load it into my cargo truck:And place somewhere on the map like this:Also i want ability to cleanup trees and bushes with hatchet to enchance visibility around my base.And some type of routine to check if territory have closed perimeter, so zombies can't respawn inside that perimeter:For now, all objects on map have fixed coordinates and only two stances - broken and normalBut dynamic objects must have three stances: destroyed, broken/damaged (can be fixed with tools or crane), normal.So, game map must be split into two layers - base layer with groung and buildings and dynamic layer with movable/destroyable objects in initial positions.Dynamic layer must be cached for every server, i think it's around 1-2 gb of disk space - not a big deal in my opinion - for ability to have a unique environment on every server.(but is better to have an option for this, like -cache=D:\DayZcache\) Thank you for your attention :) 13 Share this post Link to post Share on other sites
Korsbaek 1778 Posted August 24, 2013 Hmm.. Hhhmmmmm.. Now i don't know anything about programming, so i won't say anything about that.The idea is pretty good. Maybe not for vanilla, but for some of the mods. 4 Share this post Link to post Share on other sites
dulix11 731 Posted August 24, 2013 Very cool, beans for you. 3 Share this post Link to post Share on other sites
Andrakann 52 Posted August 24, 2013 Thanks for support, beans for all (i just secure a shop and have a lot of them ;)). 2 Share this post Link to post Share on other sites
AP_Norris 1018 Posted August 24, 2013 I support this motion 1 Share this post Link to post Share on other sites
AP_Norris 1018 Posted August 24, 2013 Beans 4 all! 1 Share this post Link to post Share on other sites
rustledmyjimmies 361 Posted August 24, 2013 Great idea but reddit is a better place for this if you want to be in contact with the dev's. 2 Share this post Link to post Share on other sites
Andrakann 52 Posted August 24, 2013 Yeah, reddit is better, i know. But i didn't find option for attach pictures like in forum, so i created a topic here :) Share this post Link to post Share on other sites
Korsbaek 1778 Posted August 24, 2013 Great idea but reddit is a better place for this if you want to be in contact with the dev's. Unless one of the moderators forwards it from here to Rocket. 2 Share this post Link to post Share on other sites
fluxley 2228 Posted August 24, 2013 No idea about how possible this is but i really like the idea. The fact that you are moving objects around rather than creating new objects would surely address the worry of players being able to create an endless amount of structures that would put too much stress on the server. The real problem with any kind of above ground base building in dayz is the danger of people infiltrating an area through server hopping. Of the top of my head, they could make so that if you are within a certain distance of other players the spawn in process could be extended giving the defending players ample time to spot the player entering the and kill them. Problem with this is there's always a chance of someone unwittingly spawning in that area not knowing that it was a defended position. 1 Share this post Link to post Share on other sites
Frytek 130 Posted August 24, 2013 If you couldnt spawn in say 500 meters radius (you would simply spawn beyond this area), it would do the job (probably). Oh and binz for the topic creator. 1 Share this post Link to post Share on other sites
AP_Norris 1018 Posted August 24, 2013 No idea about how possible this is but i really like the idea. The fact that you are moving objects around rather than creating new objects would surely address the worry of players being able to create an endless amount of structures that would put too much stress on the server. The real problem with any kind of above ground base building in dayz is the danger of people infiltrating an area through server hopping. Of the top of my head, they could make so that if you are within a certain distance of other players the spawn in process could be extended giving the defending players ample time to spot the player entering the and kill them. Problem with this is there's always a chance of someone unwittingly spawning in that area not knowing that it was a defended position.I say if they try spawning near, objects players have locked they bunny hop out of the area a couple hundred metres.One way if avoiding this happening to friends is a group system you can stick all your bros on. 1 Share this post Link to post Share on other sites
fluxley 2228 Posted August 24, 2013 Question is how does the game recognise whats is outside or inside the area? And having a player spawn somewhere that they didn't log off just adds more problems, if you log in and the game has put you somewhere else you automatically know that theres other players in that area without them knowingly giving away their position. 2 Share this post Link to post Share on other sites
Andrakann 52 Posted August 24, 2013 (edited) The fact that you are moving objects around rather than creating new objects would surely address the worry of players being able to create an endless amount of structures that would put too much stress on the server. The real problem with any kind of above ground base building in dayz is the danger of people infiltrating an area through server hopping.I think you can create wooden fence from a tree, tree is destroyed, replaced by fence object, so quantity of objects is same (but tree has 30-100 polys and fence has about 20-30, so here must be a bonus to perfomance). For server hopping i have another suggestion - server browser is available only if you logout outside of map area, if not - you just leave game, and automatically logins to same server on next launch. And securing area with fences it's mostly counter-zombie feature, i think in future releases of mod especially in SA, players will be able to climbing over those fences :) Edited August 24, 2013 by Andrakann 1 Share this post Link to post Share on other sites
AP_Norris 1018 Posted August 24, 2013 I think you can create wooden fence from a tree, tree is destroyed, replaced by fence object, so quantity of objects is same (but tree has 30-100 polys and fence has about 20-30, so here must be a bonus to perfomance). For server hopping i have another suggestion - server browser is available only if you logout outside of map area, if not - you just leave game, and automatically logins to same server on next launch.No browser with greatly reduce exploitation.But what if players are trying to get away from a hacker? Or trying to join friends? 1 Share this post Link to post Share on other sites
AP_Norris 1018 Posted August 24, 2013 Question is how does the game recognise whats is outside or inside the area? And having a player spawn somewhere that they didn't log off just adds more problems, if you log in and the game has put you somewhere else you automatically know that theres other players in that area without them knowingly giving away their position.I was thinking 50m from a unknowns placed objects pushes you away, from which distance you'd be able to see it most likely.And like you said the pinging away is more for the legitimacy of properly defended positions instead of hidden camps. 1 Share this post Link to post Share on other sites
fluxley 2228 Posted August 24, 2013 I think you can create wooden fence from a tree, tree is destroyed, replaced by fence object, so quantity of objects is same (but tree has 30-100 polys and fence has about 20-30, so here must be a bonus to perfomance). Trouble is if you allow player to cut down trees, there would eventually be no trees and only structures.. For server hopping i have another suggestion - server browser is available only if you logout outside of map area, if not - you just leave game, and automatically logins to same server on next launch. Interesting idea, but i can't see them ever implementing a system where you have to potentially run over 7km before you can change server. 2 Share this post Link to post Share on other sites
Andrakann 52 Posted August 24, 2013 No browser with greatly reduce exploitation.But what if players are trying to get away from a hacker? Or trying to join friends?They must run away from map area, it's about 5-15 minutes of running, maybe get some loot by that way ;) Trouble is if you allow player to cut down trees, there would eventually be no trees and only structures..There's a LOT of trees, but cutting them all down would be fun, isn't? :)Unique baldy server ;) 1 Share this post Link to post Share on other sites
AP_Norris 1018 Posted August 24, 2013 They must run away from map area, it's about 5-15 minutes of running, maybe get some loot by that way ;) Don't like :/ 1 Share this post Link to post Share on other sites
King of kong 1117 Posted August 24, 2013 Relinquish your beanZ! This needs to be added!. Only prob that I see is that people'd just barricade all good loot spawns 2 Share this post Link to post Share on other sites
thesodesa 99 Posted August 24, 2013 This would only be possible if there were a very limited amount of movable objects on the map. Otherwise it would kill performance. 1 Share this post Link to post Share on other sites
Andrakann 52 Posted August 24, 2013 (edited) Relinquish your beanZ! This needs to be added!. Only prob that I see is that people'd just barricade all good loot spawnsIf no zombie spawn inside perimeter then no new loot too. It is fair, i think. This would only be possible if there were a very limited amount of movable objects on the map. Otherwise it would kill performance.We didn't create new objects, just moving already existing. And most of them it's low poly fences or wall blocks. Edited August 25, 2013 by Andrakann Share this post Link to post Share on other sites
Mos1ey 6301 Posted August 25, 2013 I'm pretty sure Rocket didn't want to add above ground base building type stuff because 1) it would mean downloading content on joining a server and 2) after a month or so there would just a tonne of crap and penis structures everywhere. 1 Share this post Link to post Share on other sites