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

Commit

Permalink
Add Ceiling Lamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Sep 1, 2019
1 parent 340da51 commit 9ff7af2
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 0 deletions.
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 @@ -44,6 +44,8 @@ class LightItUp : public Mod {
Functions::addRecipe(add);
add = static_cast<SDK::UClass*>(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/PowerPoleLight/BR_PowerPoleLight.BR_PowerPoleLight_C"));
Functions::addRecipe(add);
add = static_cast<SDK::UClass*>(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/CeilingLamp/Recipe_CeilingLamp.Recipe_CeilingLamp_C"));
Functions::addRecipe(add);
//add = static_cast<SDK::UClass*>(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/PoleLight/BR_PoleLight.BR_PoleLight_C"));
//Functions::addRecipe(add);
//add = static_cast<SDK::UClass*>(Functions::loadObjectFromPak(SDK::UClass::StaticClass(), L"/Game/FactoryGame/LightItUp/Lamps/WallLight/BR_WallLight.BR_WallLight_C"));
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,6 +22,8 @@ FactoryGame:
*
StreetLamp:
*
CeilingLamp:
*
Power:
*
PanaMod:
Expand Down

0 comments on commit 9ff7af2

Please sign in to comment.