Project Zomboid

Project Zomboid

More Builds
Szynszyl 29 Mar, 2018 @ 2:07pm
Lamp post problem
Hello how to builc lamp post without power cord (hydrocraft item) i dont want add hydrocraft mod
< >
Showing 1-8 of 8 comments
Always Neutral 22 Jun, 2018 @ 8:11am 
you probably cannot do that as it would require the mod anyway. could also find a way to edit the mod yourself, but i have no clue how you would do that as i don't have experience modding PZ
EindBaaz 6 Nov, 2018 @ 4:17am 
Go to the mod and go to the file called ISMorebuildMenu.lua located in MoreBuild\media\lua\client\MoreBuildings\ISUI

then find
{
Material = "HCPowercord",
Amount = 1,
Text = getItemText("Powercord"),
},

and either replace it with something else or completely removel the whole shabang

Thats all
Last edited by EindBaaz; 6 Nov, 2018 @ 4:20am
Starman (Banned) 17 Apr, 2019 @ 5:48am 
This does not work on MP server but works in single player. I went into the file and deleted this line. I also made/extracted the Powercord from HC and made a separate mod to include it. In both cases, the lamp post shows, however it cannot be placed. It's red.
Last edited by Starman; 17 Apr, 2019 @ 8:11am
ProjectSky  [developer] 18 Apr, 2019 @ 1:12am 
Last edited by ProjectSky; 18 Apr, 2019 @ 1:12am
Starman (Banned) 20 Apr, 2019 @ 10:24am 
Originally posted by ProjectSky:
fix it and add fireplace
https://i.loli.net/2019/04/18/5cb830ebbed7b.png

I hope you can fix these issues. My community would be really happy to have official fix.

MoreBuild.neededMaterials =
{
{
Material = "Plank",
Amount = 2,
Text = getItemText("Plank"),
},

{
Material = "Nails",
Amount = 4,
Text = getItemText("Nails"),
},

{
Material = "Rope",
Amount = 1,
Text = getItemText("Rope"),
},

{
Material = "LightBulb",
Amount = 1,
Text = getItemText("LightBulb"),
},
{
Material = "HCPowercord",
Amount = 1,
Text = getItemText("Powercord"),
},

But in the same file you ask for this:

_lightPole.modData["need:Base.Plank"] = "2"
_lightPole.modData["need:Base.Nails"] = "4"
_lightPole.modData["need:Base.Rope"] = "1"
_lightPole.modData["need:Base.LightBulb"] = "1"
_lightPole.modData["need:Radio.ElectricWire"] = "1"
_lightPole.modData["need:Base.ElectronicsScrap"] = "5"
_lightPole.modData["xp:Woodwork"] = "5"
_lightPole.modData["xp:Electricity"] = "5"

You can see in the first list you are missing ElectricWire and Electronics Scrap, also Powercord is not consistent.

You have same problem with Brick Walls

If you do not have right ingredients they will say you can build, but you cannot.
ProjectSky  [developer] 20 Apr, 2019 @ 8:12pm 
Originally posted by Starman:
Originally posted by ProjectSky:
fix it and add fireplace
https://i.loli.net/2019/04/18/5cb830ebbed7b.png

I hope you can fix these issues. My community would be really happy to have official fix.

MoreBuild.neededMaterials =
{
{
Material = "Plank",
Amount = 2,
Text = getItemText("Plank"),
},

{
Material = "Nails",
Amount = 4,
Text = getItemText("Nails"),
},

{
Material = "Rope",
Amount = 1,
Text = getItemText("Rope"),
},

{
Material = "LightBulb",
Amount = 1,
Text = getItemText("LightBulb"),
},
{
Material = "HCPowercord",
Amount = 1,
Text = getItemText("Powercord"),
},

But in the same file you ask for this:

_lightPole.modData["need:Base.Plank"] = "2"
_lightPole.modData["need:Base.Nails"] = "4"
_lightPole.modData["need:Base.Rope"] = "1"
_lightPole.modData["need:Base.LightBulb"] = "1"
_lightPole.modData["need:Radio.ElectricWire"] = "1"
_lightPole.modData["need:Base.ElectronicsScrap"] = "5"
_lightPole.modData["xp:Woodwork"] = "5"
_lightPole.modData["xp:Electricity"] = "5"

You can see in the first list you are missing ElectricWire and Electronics Scrap, also Powercord is not consistent.

You have same problem with Brick Walls

If you do not have right ingredients they will say you can build, but you cannot.

These should be fixed next update.
Last edited by ProjectSky; 20 Apr, 2019 @ 8:13pm
Starman (Banned) 21 Apr, 2019 @ 8:47am 
Cool I look forward to the update. I believe as I said, brick walls has a similar problem.
EindBaaz 26 Apr, 2019 @ 6:18am 
Btw why do you use carpentry for metalwork related stuff like your fireplace for example?
< >
Showing 1-8 of 8 comments
Per page: 1530 50