ronhillultra 14 Posted November 26, 2014 (edited) We are going for high detail realistic terrain based on real world location in Bosnia. Map is designed with survival based gameplay in mind... we are trying to balance realism with gameplay, rewarding player for map exploration and customizing each location as much as we can Some recent screenshots from the map. * UPDATED* http://imgur.com/a/fsxW0 and finaly a video trailer The map has been released to the community beta 0.55... it will be free to use for anyone as they see fit. If you think this project is worth supporting or you have monetized mod running our map, please donate any ammount you deem fair.... It is much needed [Homepage where you can download and provide feedback: http://a3esseker.info Pateron: https://www.patreon.com/user?u=494869 Edited May 20, 2015 by RonhillUltra 4 Share this post Link to post Share on other sites
Jona33 51 Posted November 26, 2014 Didn't the competition close last month? Or was it already entered and there just wasn't a thread here? Share this post Link to post Share on other sites
ronhillultra 14 Posted November 26, 2014 (edited) Didn't the competition close last month? Or was it already entered and there just wasn't a thread here? competition ends 01/15/15 ... last month was just closing of aplications Edited November 26, 2014 by RonhillUltra Share this post Link to post Share on other sites
Jona33 51 Posted November 26, 2014 competition ends 01/15/15 ... last month was just closing of aplications Ah ok. Share this post Link to post Share on other sites
Darkhorse 1-6 16 Posted November 26, 2014 I don't think you understand... if you didn't have your project submitted by last month, your project is not entered into MANW. You can apply, or edit your existing submission(s), until the 28th of October 2014, 24:00 (GMT+1). The winners will be announced on the 5th of March 2015. Share this post Link to post Share on other sites
Jona33 51 Posted November 26, 2014 I don't think you understand... if you didn't have your project submitted by last month, your project is not entered into MANW. http://makearmanotwar.com/entries/addon Nah, they entered it on the website ages ago but clearly just didn't make a thread for it at the time so they're good. Share this post Link to post Share on other sites
ronhillultra 14 Posted January 3, 2015 I will be releasing the map around 10.01. You will be able to check it out first hand Share this post Link to post Share on other sites
ronhillultra 14 Posted January 8, 2015 I have posted a video trailer for the map Share this post Link to post Share on other sites
mistyronin 1181 Posted January 9, 2015 Looks pretty good, can't wait to test it :) I assume that's gonna be standalone, as it's a MANW entry. Share this post Link to post Share on other sites
miketim 20 Posted January 9, 2015 If I may make a suggestion, looks damn good... but maybe play with the water color. Share this post Link to post Share on other sites
ronhillultra 14 Posted January 9, 2015 If I may make a suggestion, looks damn good... but maybe play with the water color. Water :/ .... I so want brown muddy water for everything, it looks 10x better, but I still didn't figure out how to do that. Right now the river is actualy arma 3 sea, with its own shader that takes main color from the reflection of the sky. Water is actualy brown but only at night when illuminated with some light source and not the global illumination. If anyone knows how to change the actual shader of the sea... please let me know... Share this post Link to post Share on other sites
Frenzi_ 18 Posted January 9, 2015 We are going for high detail realistic terrain based on real world location in Bosnia. Could you post a Google Maps link of the real location? Looking great btw! Share this post Link to post Share on other sites
ACPL Jon 68 Posted January 17, 2015 Hate to be that guy, buuuut.... chief? Share this post Link to post Share on other sites
Degman 73 Posted January 17, 2015 (edited) This map has so much of potential .. you are getting my vote immideately. BTW I could use this map for my campaign in future. A piece of Bosnia is exactly what I need. :) Edited January 17, 2015 by DegmanCRO Share this post Link to post Share on other sites
il_padrino 1530 Posted January 28, 2015 Why do I see this thread only now ? This map will be excellent for using our mod with it, we need more Balkan terrains like this one. Will be following this thread ;) Share this post Link to post Share on other sites
xxgetbuck123 945 Posted April 7, 2015 This map looks amazing! Definitely going to be making some missions when this comes out. Share this post Link to post Share on other sites
Thyl 10 Posted May 12, 2015 Sooo... Any way to get my hand on the map itself? Share this post Link to post Share on other sites
HeadPop 11 Posted May 12, 2015 Sooo... Any way to get my hand on the map itself? If im not wrong, the WS wasteland team is working in this moment with this map, the same as breaking Point team. Wait for that. thats all. xD Share this post Link to post Share on other sites
EO 11275 Posted May 12, 2015 Sooo... Any way to get my hand on the map itself? http://a3esseker.info/ Enjoy! Share this post Link to post Share on other sites
bumgie 49 Posted May 21, 2015 I am unable to download this map from the link provided. Can you fix the mirror ? Share this post Link to post Share on other sites
KiloSwiss 16 Posted May 31, 2015 (edited) Great Island/Terrain, with a lot of lovely details and variety! I understand that the Island is still in its early version and work in progress, but can You please fix the cfgWorld entrys with the next update? I'm bothered, because there are so many great terrains out there, that have completely weird worldCenter coordinates (including BIS own Maps) and/or a wrong mapSize enty in their config. Here is a little example of what I'm talking about: http://kiloswiss.ch/misc/screenshots/misc/Esseker_1.jpg (990 kB) http://kiloswiss.ch/misc/screenshots/misc/Esseker_2.jpg (800 kB) And this is with the coordinates I wrote below: http://kiloswiss.ch/misc/screenshots/misc/Esseker_3.jpg (727 kB) Esseker CfgWorld data: MapSize: 8192 CenterPosition: [2560,2560,500] Fixed Esseker World data: MapSize: 12288 CenterPosition: [6144,6144,0] If You want to see it for Yourself, exec this code in the editor and have a look at the Map: UseCfgEntrys = true; //Set to "false" to use the fixed coordinates if(UseCfgEntrys)then{ Esseker_center = getArray(configFile >> "CfgWorlds" >> worldName >> "centerPosition"); Esseker_innerWorldRadius = (getNumber(configFile >> "CfgWorlds" >> worldName >> "MapSize")/2); Esseker_outerWorldRadius = sqrt(Esseker_innerWorldRadius^2 + Esseker_innerWorldRadius^2); }else{ //Use fixed coordinates Esseker_center = [6144,6144,0]; Esseker_innerWorldRadius = 6144; Esseker_outerWorldRadius = sqrt(Esseker_innerWorldRadius^2 + Esseker_innerWorldRadius^2); }; marker1 = createMarkerLocal ["Center", Esseker_center]; marker1 setMarkerPosLocal Esseker_center; marker1 setMarkerShapeLocal "ELLIPSE"; marker1 setMarkerSizeLocal [Esseker_innerWorldRadius, Esseker_innerWorldRadius]; marker1 setMarkerColorLocal "ColorYellow"; marker1 setMarkerAlphaLocal 0.5; marker1 setMarkerBrushLocal "SolidBorder"; marker2 = createMarkerLocal ["CenterOut", Esseker_center]; marker2 setMarkerPosLocal Esseker_center; marker2 setMarkerShapeLocal "ELLIPSE"; marker2 setMarkerSizeLocal [Esseker_outerWorldRadius, Esseker_outerWorldRadius]; marker2 setMarkerColorLocal "ColorRed"; marker2 setMarkerAlphaLocal 0.3; marker2 setMarkerBrushLocal "SolidBorder"; Keep up the good great work! btw. On Your page (http://a3esseker.info/) there are "Wasteland" and "Battle Royale" listed as Mods. P.S. http://kiloswiss.ch/misc/screenshots/misc/Esseker_Pivo.jpg (1321 kB) Radšej Zlatý Bažant :D Edited May 31, 2015 by KiloSwiss Share this post Link to post Share on other sites
kecharles28 197 Posted June 1, 2015 New mod v0.6.1-beta available at withSIX. Download now by clicking: Hey RonhillUltra , you can upload updates or new mods to withSIX yourself now! Make your own promo page, get the power to release your work at your own point of choosing. To learn more, follow this guide. Share this post Link to post Share on other sites
Guest Posted June 1, 2015 New version frontpaged on the Armaholic homepage. Esseker v0.61All in Arma Terrain Pack (AiA TP) Share this post Link to post Share on other sites
Belbo 462 Posted June 1, 2015 http://media.giphy.com/media/xxLCDIDA0iKU8/giphy.gif (489 kB) Share this post Link to post Share on other sites
Sif 10 Posted June 1, 2015 http://media.giphy.com/media/xxLCDIDA0iKU8/giphy.gif (489 kB) Agreed, the post apoc fanboy in me woke up! Share this post Link to post Share on other sites