Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Replace all building classnames in your server config (CfgBuildings_Chernarus.h) containing d_house in their names to ds_house,
  2. if you want your loot to spawn correctly as before:
  3.  
  4. Before patch :
  5.  
  6. Land_d_HouseV_3I4
  7. Land_d_HouseV_1L2
  8. Land_d_HouseV_1t
  9. Land_d_HouseV_2I
  10. Land_d_HouseV_2t2
  11. Land_d_HouseV_2t1
  12. Land_d_HouseV_2L
  13. Land_d_HouseV_3I1
  14. Land_d_HouseV_3I2
  15. Land_d_houseV_3I3
  16.  
  17. After patch:
  18.  
  19.  
  20. Land_ds_houseV_3I4
  21. Land_ds_houseV_1L2
  22. Land_ds_houseV_1t
  23. Land_ds_houseV_2I
  24. Land_ds_houseV_2t2
  25. Land_ds_houseV_2t1
  26. Land_ds_houseV_2L
  27. Land_ds_houseV_3I1
  28. Land_ds_houseV_3I2
  29. Land_ds_houseV_3I3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement