diff --git a/Content/FactoryGame/LightItUp/Lamps/WallLamp/BD_WallLamp.uasset b/Content/FactoryGame/LightItUp/Lamps/WallLamp/BD_WallLamp.uasset new file mode 100644 index 0000000..48f2e5d Binary files /dev/null and b/Content/FactoryGame/LightItUp/Lamps/WallLamp/BD_WallLamp.uasset differ diff --git a/Content/FactoryGame/LightItUp/Lamps/WallLamp/Icon_WallLamp.uasset b/Content/FactoryGame/LightItUp/Lamps/WallLamp/Icon_WallLamp.uasset new file mode 100644 index 0000000..3bb6b44 Binary files /dev/null and b/Content/FactoryGame/LightItUp/Lamps/WallLamp/Icon_WallLamp.uasset differ diff --git a/Content/FactoryGame/LightItUp/Lamps/WallLamp/Mesh_WallLamp.uasset b/Content/FactoryGame/LightItUp/Lamps/WallLamp/Mesh_WallLamp.uasset new file mode 100644 index 0000000..3a36a79 Binary files /dev/null and b/Content/FactoryGame/LightItUp/Lamps/WallLamp/Mesh_WallLamp.uasset differ diff --git a/Content/FactoryGame/LightItUp/Lamps/WallLamp/Recipe_WallLamp.uasset b/Content/FactoryGame/LightItUp/Lamps/WallLamp/Recipe_WallLamp.uasset new file mode 100644 index 0000000..db56e5e Binary files /dev/null and b/Content/FactoryGame/LightItUp/Lamps/WallLamp/Recipe_WallLamp.uasset differ diff --git a/Content/FactoryGame/LightItUp/Lamps/WallLamp/WallLamp.uasset b/Content/FactoryGame/LightItUp/Lamps/WallLamp/WallLamp.uasset new file mode 100644 index 0000000..d368470 Binary files /dev/null and b/Content/FactoryGame/LightItUp/Lamps/WallLamp/WallLamp.uasset differ diff --git a/ModLoader/LightItUp/LightItUp.cpp b/ModLoader/LightItUp/LightItUp.cpp index d9d00d7..8f8cf9a 100644 --- a/ModLoader/LightItUp/LightItUp.cpp +++ b/ModLoader/LightItUp/LightItUp.cpp @@ -46,6 +46,8 @@ class LightItUp : public Mod { Functions::addRecipe(add); add = static_cast(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/CeilingLamp/Recipe_CeilingLamp.Recipe_CeilingLamp_C")); Functions::addRecipe(add); + add = static_cast(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/WallLamp/Recipe_WallLamp.Recipe_WallLamp_C")); + Functions::addRecipe(add); //add = static_cast(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/PoleLight/BR_PoleLight.BR_PoleLight_C")); //Functions::addRecipe(add); //add = static_cast(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/WallLight/BR_WallLight.BR_WallLight_C")); diff --git a/Saved/cook-files.txt b/Saved/cook-files.txt index d0176c8..5e8ad35 100644 --- a/Saved/cook-files.txt +++ b/Saved/cook-files.txt @@ -24,6 +24,8 @@ FactoryGame: * CeilingLamp: * + WallLamp: + * Power: * PanaMod: