Arma 3
DesolationREDUX
Lvl 3 house???
What do i need to build the lvl 3 house v1?
< >
Showing 1-5 of 5 comments
BigBen 5 Jul, 2017 @ 6:23pm 
You need to preogress your player enough to unlock that level of building. Look at the progression tab in the journal.
Madinventer 5 Jul, 2017 @ 8:35pm 
hmm alright thanks
Madinventer 5 Jul, 2017 @ 8:58pm 
Tried it and it said "Error: Not available for upgrade.".
G 19 Jul, 2017 @ 9:16am 
Originally posted by Madinventer:
Tried it and it said "Error: Not available for upgrade.".
Same happens to me
Yama  [developer] 23 Sep, 2017 @ 4:33am 
Originally posted by John Salchichon:
Originally posted by Madinventer:
Tried it and it said "Error: Not available for upgrade.".
Same happens to me

you need 1000 XP to upgrade your Skill ! and even with 2k you cant place it and, its disabled right now in the cfg becouse the required items are way to mutch for the weight system...

1.go to @DesolationServer\Addons\Desolation

2.unpack Desolation.pbo
3.delete Desolation.pbo
4.go to unpacked Desolation

5.open config.cpp

find
condition = "false";
replace with
condition = "true";

Make lvl3 house craftable!

find
{"DSR_Item_Padlock",1}, {"DSR_Item_Lumber",120}, {"DSR_Item_Plywood",34}, {"DSR_Item_Hardware",20}, {"DSR_Item_Scrap_Metal",2}, {"DSR_Item_Logs",85}

change Lumber, 120 and Logs,85 , set mine to 10 ^^

6 .repack desolation to Desolation.pbo



class HouseLvl2 { parts[] = { {"DSR_Item_Padlock",1}, {"DSR_Item_Lumber",60}, {"DSR_Item_Plywood",14}, {"DSR_Item_Hardware",10}, {"DSR_Item_Logs",45} }; name = "Lvl 2 House V1"; model = "DSR_Object_House_Lv2"; crateObject = "DSR_Object_House_Lv2_Preview2"; description = "Large wood shack."; preview = "\dsr_ui\Assets\object_previews\preview_house_lv2.paa"; condition = "false"; }; class HouseLvl3 { parts[] = { {"DSR_Item_Padlock",1}, {"DSR_Item_Lumber",120}, {"DSR_Item_Plywood",34}, {"DSR_Item_Hardware",20}, {"DSR_Item_Scrap_Metal",2}, {"DSR_Item_Logs",85} }; name = "Lvl 3 House V1"; model = "DSR_Object_House_Lv3"; crateObject = "DSR_Object_House_Lv3_Preview2"; description = "A small Wood Cabin."; preview = "\dsr_ui\Assets\object_previews\preview_house_lv3.paa"; condition = "false"; }; }; };
Last edited by Yama; 23 Sep, 2017 @ 4:41am
< >
Showing 1-5 of 5 comments
Per page: 1530 50