BastiAKA Posted June 30, 2021 Share Posted June 30, 2021 (edited) Updated it for you to work with Alpha 20 and made it even better. Most lamps and new lights from Alpha 20 are already there Feel free to try it out and please report any bug you will find. By the way this is a server side mod. You dont need to install in the players game. What can be expected for 1.5 - Adjusted Power Consumption - Rest of the lights from Alpha 20 - and any fix for a glitch etc you will find Changed with 1.4.1 - Fixed Progression XML (now contains a comma, does no longer ruin cement mixer) Changed with 1.4 - All items were renamed. They now start with modlight (Just search for them under receipes with modlight first) - Added already some of the new lights from Alpha 20 (Store light, recessed ceiling light) - Added working streetlights (inc the new ones from A20) - All new receipes to match the items crafted - Added Beamer (it cant display anything yet, but creates a lot of light) Changed with 1.3 - Updated to work with A19.5 - Modified some lamps light behaviour - Modified lamps to drop brass if they contain brass Changed with V1.2 -Updated the mod to work with A18 -Fixed Script collissions Added with 1.1 -Desk Lamp (Blockname: deskLampLight_Player) -Table Lamp (Blockname: tableLampLight_Player) -Work Light (Blockname: workLightPOI_Player) -Ceiling Fan Light (Blockname: ceilingFanLight_Player) -Exit Sign (Blockname: signExitLight_Player) -Red Industrial Light (Blockname: industrialLight02Red_Player) Content 1.0 -Industrial Light 01 (Blockname: industialLight01_player) -Industrial Light 02 (Blockname: industrialLight02_player) -Porch Light (Blockname: porchLight04_player) -Porch Light Brass (Blockname: porchLight04Brass_player) -Old Outdoor Light (Blockname: porchLight01_player) -Ceiling Light 05 Brass (Blockname: ceilingLight05Brass_player) -Ceiling Light 05 (Blockname: ceilingLight05_player) -Ceiling Light 044 (Blockname: ceilingLight04_player) -Ceiling Light 02 Brass (Blockname: ceilingLight02Brass_player) (Silver Dome Light) -Ceiling Light 02 (Blockname: ceilingLight02_player) -Ceiling Light 07 (Blockname: ceilingLight07_player) (Fluorescent Light) -Table Lamp (Blockname: endTableLampPlayer) (Lamp has its own table) Download for Alpha 20 Version (1.4.1) 1.4.1 Fixed Progession XML Download for Alpha 19 Version (1.3.1) Link Created by BastiAKA Special Thanks to @JaxTeller718 for helping me to create it. Edited February 11, 2022 by BastiAKA (see edit history) 2 Link to comment Share on other sites More sharing options...
BastiAKA Posted June 30, 2021 Author Share Posted June 30, 2021 Unfortunally i detected a small bug with the working light, not working properly. I fixed it asap, the fixed Link is in this post Fixed Version Link to comment Share on other sites More sharing options...
Opal_Sand Posted July 11, 2021 Share Posted July 11, 2021 Is this a server-side mod or something players will have to download? Thank you, Opal_Sand Hawk’s Nest Gaming – Information and support for Hawk's Nest Gaming, a 7 Days to Die server. (hawksnestgaming.com) Link to comment Share on other sites More sharing options...
BastiAKA Posted December 17, 2021 Author Share Posted December 17, 2021 Update for Alpha 20 is out now! Link to comment Share on other sites More sharing options...
BastiAKA Posted December 18, 2021 Author Share Posted December 18, 2021 1.4 had a faulty link, where i did a mistake while creating it. New link which should allow the download is in place Link to comment Share on other sites More sharing options...
Zacchaeus Posted December 24, 2021 Share Posted December 24, 2021 (edited) It would seem that for some reason this mod is preventing the Cement Mixer from unlocking at level 2 Advanced Engineering. I noticed this in actual gameplay but I had several mods running. I therefore cheat tested adding in one mod at a time until I added this one. I then started another game with just this mod running and gave myself sufficient xp to reach the require skill level and the cement mixer will not unlock. Workbenches unlock fine but not the cement mixer. Oh, and Aplha 20 stable by the way. Edited December 24, 2021 by Zacchaeus (see edit history) Link to comment Share on other sites More sharing options...
ocbMaurice Posted January 2, 2022 Share Posted January 2, 2022 There is a small bug lurking in the progression.xml <append xpath="/progression/perks/perk[@name='perkAdvancedEngineering']/effect_group/passive_effect[@level='2,5']/@tags">modLightPorchLight01,modLightPorchLight04Brass,modLightPorchLight04,modLightCeilingLight02,modLightCeilingLight02Brass,modLightCeilingLight05,modLightCeilingLight05Brass,modLightCeilingLight04,modLightEndTableLampPlayer,modLightDeskLampLight,modLightTableLampLight,modLightTableLampLightCentered,modLightWorkLightPOI,modLightCeilingFan,modLightSignExitLight,modLightIndustrialLight02Red,modLightTrackLight,modLightRecessedLight_small,modLightRecessedLight_large,modLightFluorescentLight,modLightFluorescentLightBayIntact,modLightSconce1Light,modLightstreetLight01,modLightStreetLightClassic,modLightprojectorCeiling,modLightprojectorTableTop</append> There should be an additional prefix comma in the list of items, since it is appending to another list: <append xpath="/progression/perks/perk[@name='perkAdvancedEngineering']/effect_group/passive_effect[@level='2,5']/@tags">,modLightPorchLight01,modLightPorchLight04Brass,modLightPorchLight04,modLightCeilingLight02,modLightCeilingLight02Brass,modLightCeilingLight05,modLightCeilingLight05Brass,modLightCeilingLight04,modLightEndTableLampPlayer,modLightDeskLampLight,modLightTableLampLight,modLightTableLampLightCentered,modLightWorkLightPOI,modLightCeilingFan,modLightSignExitLight,modLightIndustrialLight02Red,modLightTrackLight,modLightRecessedLight_small,modLightRecessedLight_large,modLightFluorescentLight,modLightFluorescentLightBayIntact,modLightSconce1Light,modLightstreetLight01,modLightStreetLightClassic,modLightprojectorCeiling,modLightprojectorTableTop</append> Otherwise the last item of the existing list will not be unlocked and `modLightPorchLight01` will also never be. 3 Link to comment Share on other sites More sharing options...
Pukitaki Posted January 3, 2022 Share Posted January 3, 2022 Any chance you could add the candle chandelier from the old Victorian house tower? I can't remember its specific name at the moment but can find out if you need it. Link to comment Share on other sites More sharing options...
HB_H4wk Posted January 20, 2022 Share Posted January 20, 2022 @BastiAKA Did you test out the mod after the latest fix? version 1.4 makes the cement mixer uncraftable. For the love of this game.....TEST YOUR MODS FIRST BEFORE RELEASING THEM!!!!!!!!!!!!!!!!! Link to comment Share on other sites More sharing options...
TangoDown Posted January 27, 2022 Share Posted January 27, 2022 spent 2 hours tracking down why cement mixer was un-craftable , Didn't notice it at first. The comma addition fixed it. Update The Mod Pls 1 Link to comment Share on other sites More sharing options...
Jay_ombie Posted January 30, 2022 Share Posted January 30, 2022 Illuminating stuff.. Link to comment Share on other sites More sharing options...
BastiAKA Posted February 11, 2022 Author Share Posted February 11, 2022 Fixed the issue with the comma, sorry i was not able to play the game for some weeks so i didnt check forum either. It now contains a comma, cement mixer should remain craftable On 1/3/2022 at 6:03 AM, Pukitaki said: Any chance you could add the candle chandelier from the old Victorian house tower? I can't remember its specific name at the moment but can find out if you need it. Will try to add it in the next view days, i am now back on now Link to comment Share on other sites More sharing options...
KorgX3 Posted February 12, 2022 Share Posted February 12, 2022 This ad placement had me spinning for a minute. 😆 1 Link to comment Share on other sites More sharing options...
Metalberlin Posted April 14, 2022 Share Posted April 14, 2022 Hi thanks for the work that caught my eye. Unfortunately, with many light sources, including the great exit sign, the power cable is in front of the light source and thus floating in the air, which unfortunately makes the optics and thus the use not so great. Likewise, e.g. with the red light, fan etc. But the lanterns, for example, are great :-D Link to comment Share on other sites More sharing options...
Wolves Hero Posted October 26, 2022 Share Posted October 26, 2022 Worked fine on Undead Legacy but many unlearned lights they don't have craft schematics in Research station, only vanilla 7DtD. Lack craft lights in Undead Legacy. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now