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

Commit

Permalink
Add Wall Lamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Sep 1, 2019
1 parent 9ff7af2 commit a757f46
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 @@ -46,6 +46,8 @@ class LightItUp : public Mod {
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/WallLamp/Recipe_WallLamp.Recipe_WallLamp_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 @@ -24,6 +24,8 @@ FactoryGame:
*
CeilingLamp:
*
WallLamp:
*
Power:
*
PanaMod:
Expand Down

0 comments on commit a757f46

Please sign in to comment.