Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Add Power Distributor
Browse files Browse the repository at this point in the history
and power distrubtor connectors
  • Loading branch information
Panakotta00 committed Sep 1, 2019
1 parent a7aa520 commit 340da51
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 0 deletions.
Binary file modified Content/FactoryGame/LightItUp/Lamps/LampBase.uasset
Binary file not shown.
Binary file modified Content/FactoryGame/LightItUp/Lamps/LampPole/LampPole.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/FactoryGame/LightItUp/Lamps/StreetLamp/StreetLamp.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions ModLoader/LightItUp/LightItUp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class LightItUp : public Mod {
//Functions::addRecipe(add);
//add = static_cast<SDK::UClass*>(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/PanaMod/Power/Recipe_LightConnector.Recipe_LightConnector_C"));
//Functions::addRecipe(add);
add = static_cast<SDK::UClass*>(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Power/LightPowerDistributor/Recipe_LightPowerDistributor.Recipe_LightPowerDistributor_C"));
Functions::addRecipe(add);
LOG("LightItUp Recipes added!");
}

Expand Down
2 changes: 2 additions & 0 deletions Saved/cook-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ FactoryGame:
*
StreetLamp:
*
Power:
*
PanaMod:
*

0 comments on commit 340da51

Please sign in to comment.