Arma 3
DesolationREDUX
Lvl 3 house???
What do i need to build the lvl 3 house v1?
< >
5 yorumdan 1 ile 5 arası gösteriliyor
You need to preogress your player enough to unlock that level of building. Look at the progression tab in the journal.
hmm alright thanks
Tried it and it said "Error: Not available for upgrade.".
İlk olarak Madinventer tarafından gönderildi:
Tried it and it said "Error: Not available for upgrade.".
Same happens to me
YAMA  [geliştirici] 23 Eyl 2017 @ 4:33 
İlk olarak John Salchichon tarafından gönderildi:
İlk olarak Madinventer tarafından gönderildi:
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"; }; }; };
En son YAMA tarafından düzenlendi; 23 Eyl 2017 @ 4:41
< >
5 yorumdan 1 ile 5 arası gösteriliyor
Sayfa başına: 1530 50