Jump to content
  • 0

[SOLVED] 1.0.6 Editing the loot tables?


clarkycal

Question

Hello,

so i followed this:

Spoiler

To customize the loot tables copy this CfgLoot folder to your mission.

Then in description.ext replace this line:
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgLoot.hpp"
with this:
#include "CfgLoot\CfgLoot.hpp"


If you do not change anything in the \Buildings\ folder you can delete it and CfgBuildingPos.hpp. Then in CfgLoot.hpp replace:
#include "CfgBuildingPos.hpp"
with:
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgBuildingPos.hpp"


If you do not change anything in the \Groups\Buildings\ folder you can delete it and CfgBuildingLoot.hpp. Then in CfgLoot.hpp replace:
#include "CfgBuildingLoot.hpp"
with:
#include "\z\addons\dayz_code\Configs\CfgLoot\CfgBuildingLoot.hpp"

from: https://github.com/EpochModTeam/DayZ-Epoch/tree/master/SQF/dayz_code/Configs/CfgLoot

but i can't tell when i edited something if it works... i mean to me the loot is REALLY BAD, you'll be lucky if you get a pistol, so i would like this to change.

Does anyone know how to properly edit the loot tabled to allowed better loot to be spawned more common?

EDIT: i confirmed that the changes i was doing were taking effect i made the M107 '99' and yeah it works!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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
  • Advertisement
  • Discord

×
×
  • Create New...