diff --git a/Content/FactoryGame/LightItUp/Lamps/LampBase.uasset b/Content/FactoryGame/LightItUp/Lamps/LampBase.uasset index d666255..1919202 100644 Binary files a/Content/FactoryGame/LightItUp/Lamps/LampBase.uasset and b/Content/FactoryGame/LightItUp/Lamps/LampBase.uasset differ diff --git a/Content/FactoryGame/LightItUp/Lamps/LampPole/LampPole.uasset b/Content/FactoryGame/LightItUp/Lamps/LampPole/LampPole.uasset index df72737..c9b1f69 100644 Binary files a/Content/FactoryGame/LightItUp/Lamps/LampPole/LampPole.uasset and b/Content/FactoryGame/LightItUp/Lamps/LampPole/LampPole.uasset differ diff --git a/Content/FactoryGame/LightItUp/Lamps/PowerPoleLight/PowerPoleLight.uasset b/Content/FactoryGame/LightItUp/Lamps/PowerPoleLight/PowerPoleLight.uasset index 3892f4a..ee1560a 100644 Binary files a/Content/FactoryGame/LightItUp/Lamps/PowerPoleLight/PowerPoleLight.uasset and b/Content/FactoryGame/LightItUp/Lamps/PowerPoleLight/PowerPoleLight.uasset differ diff --git a/Content/FactoryGame/LightItUp/Lamps/StreetLamp/StreetLamp.uasset b/Content/FactoryGame/LightItUp/Lamps/StreetLamp/StreetLamp.uasset index 95c21a1..93e8070 100644 Binary files a/Content/FactoryGame/LightItUp/Lamps/StreetLamp/StreetLamp.uasset and b/Content/FactoryGame/LightItUp/Lamps/StreetLamp/StreetLamp.uasset differ diff --git a/Content/FactoryGame/LightItUp/Power/LightPowerConnector/LightPowerConnector.uasset b/Content/FactoryGame/LightItUp/Power/LightPowerConnector/LightPowerConnector.uasset new file mode 100644 index 0000000..3af22b7 Binary files /dev/null and b/Content/FactoryGame/LightItUp/Power/LightPowerConnector/LightPowerConnector.uasset differ diff --git a/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/BD_LightPowerDistributor.uasset b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/BD_LightPowerDistributor.uasset new file mode 100644 index 0000000..30e8acb Binary files /dev/null and b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/BD_LightPowerDistributor.uasset differ diff --git a/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Icon_LightPowerDistributor.uasset b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Icon_LightPowerDistributor.uasset new file mode 100644 index 0000000..4f9ab2b Binary files /dev/null and b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Icon_LightPowerDistributor.uasset differ diff --git a/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/LightPowerDistributor.uasset b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/LightPowerDistributor.uasset new file mode 100644 index 0000000..030c966 Binary files /dev/null and b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/LightPowerDistributor.uasset differ diff --git a/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Mesh_LightPowerDistributor.uasset b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Mesh_LightPowerDistributor.uasset new file mode 100644 index 0000000..a9c8ed7 Binary files /dev/null and b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Mesh_LightPowerDistributor.uasset differ diff --git a/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Recipe_LightPowerDistributor.uasset b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Recipe_LightPowerDistributor.uasset new file mode 100644 index 0000000..743fabb Binary files /dev/null and b/Content/FactoryGame/LightItUp/Power/LightPowerDistributor/Recipe_LightPowerDistributor.uasset differ diff --git a/ModLoader/LightItUp/LightItUp.cpp b/ModLoader/LightItUp/LightItUp.cpp index 56b1a8a..b16c838 100644 --- a/ModLoader/LightItUp/LightItUp.cpp +++ b/ModLoader/LightItUp/LightItUp.cpp @@ -56,6 +56,8 @@ class LightItUp : public Mod { //Functions::addRecipe(add); //add = static_cast(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/PanaMod/Power/Recipe_LightConnector.Recipe_LightConnector_C")); //Functions::addRecipe(add); + add = static_cast(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Power/LightPowerDistributor/Recipe_LightPowerDistributor.Recipe_LightPowerDistributor_C")); + Functions::addRecipe(add); LOG("LightItUp Recipes added!"); } diff --git a/Saved/cook-files.txt b/Saved/cook-files.txt index fef588f..533a519 100644 --- a/Saved/cook-files.txt +++ b/Saved/cook-files.txt @@ -22,5 +22,7 @@ FactoryGame: * StreetLamp: * + Power: + * PanaMod: * \ No newline at end of file