C][G GhostTown™

Chernarus Loot positions

36 posts in this topic

Hey,

First off I am sorry if this is in the wrong section and secondly I am sorry if this has been asked many times before.

 

I have been running a private server for my own community and wanted to switch to Chernarus and open it up for everyone to play on.

I have read and gone through alot of stuff about the loot positions must be set up for loot to spawn so I edited my config file with some pre-written stuff I found but the server fails to start and gives me a error about 

Spoiler

7:19:02 SteamAPI initialization failed. Steam features wont's be accessible!

 7:19:40 Unsupported language English in stringtable

 7:19:40 Item str_dn_2b14 listed twice

 7:19:40 Item str_mn_pg9 listed twice

 7:19:40 Item str_mn_og9 listed twice

 7:19:40 Item str_mn_igla listed twice

 7:19:40 Item str_dn_ags30 listed twice

 7:19:40 Item str_mn_at13 listed twice

 7:19:40 Item str_mn_9k32 listed twice

 7:19:40 Item str_dn_at13 listed twice

 7:19:40 Item str_dn_at13launchersingle listed twice

 7:19:40 Item str_dn_d30 listed twice

 7:19:40 Item str_dn_dshkm listed twice

 7:19:40 Item str_lib_m2_mg listed twice

 7:19:40 Item str_lib_m119 listed twice

 7:19:40 Item str_lib_kord listed twice

 7:19:40 Item str_lib_dshkm listed twice

 7:19:40 Item str_lib_d30 listed twice

 7:19:40 Item str_lib_ags30 listed twice

 7:19:40 Item str_dn_igla_aa_pod_east listed twice

 7:19:40 Item str_dn_igla_twice listed twice

 7:19:40 Item str_dn_kord listed twice

 7:19:40 Item str_dn_kord_low listed twice

 7:19:40 Item str_dn_m119 listed twice

 7:19:40 Item str_dn_tow_tripod listed twice

 7:19:40 Item str_dn_tow listed twice

 7:19:40 Item str_dn_spg9 listed twice

 7:19:40 Item str_dn_m252 listed twice

 7:19:40 Item str_dn_m2hd_minitripod listed twice

 7:19:40 Item str_dn_m2_mg listed twice

 7:19:40 Item str_dn_mk19_tripod listed twice

 7:19:40 Item str_lib_2b14 listed twice

 7:19:40 Item str_lib_at13 listed twice

 7:19:40 Item str_lib_m252 listed twice

 7:19:40 Item str_lib_spg9 listed twice

 7:19:41 Unsupported language English in stringtable

 

This is my config file - http://pastebin.com/acQKnp3f 

 

I am running all CUP mods with CUP Chernarus, with some A3 buildings mixed in.

 

Would anyone be able to help me fix this or be willing to share your own config file? 

 

Thank you for any help!

Share this post


Link to post
Share on other sites
Advertisement
Guest

Hi @C][G GhostTown™

I am using the following list which I think works very well!

1.) Create file chernarusLootBuildings.hpp under exile_server_config.pbo and paste following code:

http://pastebin.com/iEKDhyW4

2.) Create file chernarusLootTables.hpp under exile_server_config.pbo and paste following code or create your own using Loot Table Compiler:

http://pastebin.com/6VRU1em8

3.) Replace your current two classes in config.cpp under exile_server_config.pbo with the following code.

class CfgBuildings {
	#include "chernarusLootBuildings.hpp"
};
class CfgLootTables {
	#include "chernarusLootTables.hpp"
};

//gooby

Share this post


Link to post
Share on other sites
9 hours ago, gooby said:

Hi @C][G GhostTown™

I am using the following list which I think works very well!

1.) Create file chernarusLootBuildings.hpp under exile_server_config.pbo and paste following code:

http://pastebin.com/iEKDhyW4

2.) Create file chernarusLootTables.hpp under exile_server_config.pbo and paste following code or create your own using Loot Table Compiler:

http://pastebin.com/6VRU1em8

3.) Replace your current two classes in config.cpp under exile_server_config.pbo with the following code.


class CfgBuildings {
	#include "chernarusLootBuildings.hpp"
};
class CfgLootTables {
	#include "chernarusLootTables.hpp"
};

//gooby

Awesome thank you!

Currently I have a esseker server going but may be starting a chernarus server

Share this post


Link to post
Share on other sites
Guest
On 3/14/2016 at 4:17 AM, Diseasedcrow said:

Sorry to bring up an old topic, any of you guys wanna  help me with this?

Hello,

Follow my post above.

gooby

Share this post


Link to post
Share on other sites
On 23.3.2016 at 3:48 PM, gooby said:

Hello,

Follow my post above.

gooby

hey say me this failer.  Line 0:/CFGBuildings.span ^:^c^ encountered instead of ^=^   any idea ? i make this we you say.  

Share this post


Link to post
Share on other sites
On 20/02/2016 at 0:23 PM, gooby said:

Hi @C][G GhostTown™

I am using the following list which I think works very well!

1.) Create file chernarusLootBuildings.hpp under exile_server_config.pbo and paste following code:

http://pastebin.com/iEKDhyW4

2.) Create file chernarusLootTables.hpp under exile_server_config.pbo and paste following code or create your own using Loot Table Compiler:

http://pastebin.com/6VRU1em8

3.) Replace your current two classes in config.cpp under exile_server_config.pbo with the following code.


class CfgBuildings {
	#include "chernarusLootBuildings.hpp"
};
class CfgLootTables {
	#include "chernarusLootTables.hpp"
};

//gooby

Hey man, followed this to the letter and I still can't get loot to spawn.

Here's what I have (all from exile_server_config.pbo):

chernarusLootTables.hpp: http://pastebin.com/iMBR4qQ0

chernarusLootBuildings.hpp: http://pastebin.com/d77R61R4

Config.cpp: http://pastebin.com/wmwVEBZu

Share this post


Link to post
Share on other sites
Guest
2 hours ago, Velvet Thunder said:

Hey man, followed this to the letter and I still can't get loot to spawn.

Here's what I have (all from exile_server_config.pbo):

chernarusLootTables.hpp: http://pastebin.com/iMBR4qQ0

chernarusLootBuildings.hpp: http://pastebin.com/d77R61R4

Config.cpp: http://pastebin.com/wmwVEBZu

Hey man,

Do you get any errors when the mission starts or in the RPT?

Can I look at your PBO?

gooby

Edited by gooby

Share this post


Link to post
Share on other sites
Guest
On 3/29/2016 at 0:47 AM, Its me ZovkT said:

hey say me this failer.  Line 0:/CFGBuildings.span ^:^c^ encountered instead of ^=^   any idea ? i make this we you say.  

Hello,

Did you press "raw" on pastebin before you copied the code? From the looks of it, it looks like you copied from the HTML-based form field.

gooby

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.