Мама/Zeta

Open Chernarus Project (Loot table/positions)

7 posts in this topic

Hey guys! :) 

I tried to use Open Chernarus Project (without JBAD) on my exile Napf server. It works fine without issues.

I tried to find loot positions for this mod, but I didnt find them.. :( 

Can anyone share it with me?

Thanks guys :)

Share this post


Link to post
Share on other sites
Advertisement
1 hour ago, Tango5Ni9r said:

But where do I put them?

Open @ExileServer > addons > exile_server_config > config.cpp

class CfgBuildings
{
    //Here
};

Or you can set it up like this:

class CfgBuildings
{
    #include "CfgBuildings_Chernarus.h"
};

Then place the CfgBuildings_Chernarus.h file in the exile_server_config and re-pack it.

  • Like 1

Share this post


Link to post
Share on other sites
8 hours ago, Beowulfv said:

Open @ExileServer > addons > exile_server_config > config.cpp


class CfgBuildings
{
    //Here
};

Or you can set it up like this:


class CfgBuildings
{
    #include "CfgBuildings_Chernarus.h"
};

Then place the CfgBuildings_Chernarus.h file in the exile_server_config and re-pack it.

Thank you!

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.