Project Zomboid

Project Zomboid

Panopticon's Miscellaneous Tweaks
 This topic has been pinned, so it's probably important
Panopticon  [developer] 4 Apr, 2023 @ 11:37am
Bug Reports
Report your issues here.
< >
Showing 1-9 of 9 comments
kirito solo 4 Apr, 2023 @ 12:29pm 
I fixed it by making a private version of the mod without the sandbox options, I don't know why did that happen
Panopticon  [developer] 4 Apr, 2023 @ 2:32pm 
Originally posted by allanzoka:
I fixed it by making a private version of the mod without the sandbox options, I don't know why did that happen
The sandbox option code is not being properly handled by the server, I will have to look into this.
kirito solo 4 Apr, 2023 @ 5:06pm 
Ok, thanks
kirito solo 4 Apr, 2023 @ 7:40pm 
hey friend, can you pls tell me how do i remove the sandbox options from my edited version of your mod on the part of removing the van from snake, i put it like this and it's not working:
kirito solo 4 Apr, 2023 @ 7:40pm 
if VehicleZoneDistribution then
VehicleZoneDistribution.parkingstall.vehicles["Base.VanSnakeneta"] = nil
VehicleZoneDistribution.bad.vehicles["Base.VanSnakeneta"] = nil
VehicleZoneDistribution.trailerpark.vehicles["Base.VanSnakeneta"] = nil
VehicleZoneDistribution.junkyard.vehicles["Base.VanSnakeneta"] = nil

VehicleZoneDistribution.snakeneta.vehicles["Base.VanSnakeneta"] = nil
VehicleZoneDistribution.snakeneta.spawnRate = 0

VehicleZoneDistribution.taxiarg.vehicles["Base.CarTaxiArg"] = nil -- wtf is this vehicle?
VehicleZoneDistribution.taxiarg.spawnRate = 0

VehicleZoneDistribution.advert.vehicles["Base.TrailerAdvertMod"] = nil -- ditto
VehicleZoneDistribution.advert.spawnRate = 0

VehicleZoneDistribution.normalburnt.vehicles["Base.VanSnakenetaBurnt"] = nil
VehicleZoneDistribution.specialburnt.vehicles["Base.VanSnakenetaBurnt"] = nil

VehicleZoneDistribution.burned = VehicleZoneDistribution.burned or {}
VehicleZoneDistribution.burned.vehicles = VehicleZoneDistribution.burned.vehicles or {}
VehicleZoneDistribution.burned.vehicles["Base.VanSnakenetaBurnt"] = nil
end

Events.OnNewGame.Add(removeSnakeneta)
Panopticon  [developer] 4 Apr, 2023 @ 7:45pm 
Originally posted by allanzoka:
Events.OnNewGame.Add(removeSnakeneta)
Remove this line and it should run without errors.
kirito solo 4 Apr, 2023 @ 7:57pm 
Thanks!
cutt. 20 Jul, 2023 @ 4:06am 
If I use castom main menu wallpaper, your mod "stop reloading lua" broke wallpapers (standard wallpapers are superimposed on custom ones). Please add the ability to disable this feature or fix this bug. Thank you!
Panopticon  [developer] 20 Jul, 2023 @ 4:31am 
Originally posted by cutt.:
If I use castom main menu wallpaper, your mod "stop reloading lua" broke wallpapers (standard wallpapers are superimposed on custom ones). Please add the ability to disable this feature or fix this bug. Thank you!
That option is not working as intended, so don't use it and you'll be fine.
Last edited by Panopticon; 20 Jul, 2023 @ 4:31am
< >
Showing 1-9 of 9 comments
Per page: 1530 50