[RELEASE] Ixxo's Chernarus Enhancements - Kamenka

Ixxo

Member
Hi guys, I have been wanting to share my custom areas with the community for a while now and I am going to start with my custom city I made west of Kamenka.

I know this has been done many times but I still wanted to share my creation as I wanted to give something back to this fantastic community.
This city took a long time to make and a lot of detail and effort has gone into placing buildings, roads and trees etc on top of existing patches on the ground to make it seem realistic.
This area is Epoch 1.0.5 ready. All buildings that will be enterable will have no bushes or ground lurking inside them!

Link to the .sqf
https://github.com/IanHardy/ChernarusBuildings/blob/master/kamenka.sqf

Photo album of the area
http://imgur.com/a/rlP6m

---------------------------------------------------------------------
More areas from my 'Chernarus Enhancements' series:

Balota - http://opendayz.net/threads/release-ixxos-chernarus-enhancements-balota.20111/
NEAF + Krasnostav - http://opendayz.net/threads/release...cements-north-east-airfield-krasnostav.20141/
NWAF - http://opendayz.net/threads/release-ixxos-chernarus-enhancements-nwaf.20404/#post-105989
Vybor - http://opendayz.net/threads/release-ixxos-chernarus-enhancements-vybor.20263/
Zelenogorsk + 3 Army Bases - http://opendayz.net/threads/release-ixxos-chernarus-enhancements-zelenogorsk-3-army-bases.20303/
 
Last edited:
Thanks guys, I really appreciate the feedback.

Today I will be releasing my customised Balota.
 
do you have a tutorial on how to put these in? sry im in the process of learning thats why. thank you

The reason I never put up any install instructions is because there are so many ways to do it and sometimes a certain way does not work for some people but, saying that, the way that I did it was I put the areas inside my server.pbo.

I am not going to cover how to unpack your server and mission pbo's as there are numerous helpful posts on this website for that purpose.

Inside your server.pbo navigate to the folder missions > DayZ_Epoch_11.Chernarus
- Create a folder in here called buildings.
- This is where you will place my area .sqf files.

Now, navigate to server_functions.sqfinside the init folder in your server.pbo and open it.
- At the bottom of this file under all othercode put this call:

call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\buildings\areaname.sqf";
1. Edit the area name highlighted in redaccording to the name of the .sqf you want to load into your server.
2. Each area has it's own call like this. Just paste another one for each area you have.

Eg:

call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\buildings\balota.sqf";
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\buildings\kamenka.sqf";

Hope this was helpful!
 
Thank you Tang0, they have indeed taken some time to create. Hopefully players will enjoy exploring them!
 
wow this is really well done. I know that adding buildings is not as easy as it sounds, even with the editor. Keep up the good work!
 
Back
Top