Project Zomboid

Project Zomboid

Brita's Armor REVAMPED
 此主題已被置頂,因此它可能很重要
Пампкерино  [開發人員] 2023 年 9 月 27 日 上午 11:41
BUGS REPORT
Please, any bug post it here and I will do my best to help~

RULES
  • Please have the mod loaded AFTER Brita's Armor!
  • Please give as most detail possible
  • JUST RELATED TO MY MOD, because I'm new in modding lol
< >
目前顯示第 1-15 則留言,共 33
CoffeeBomber 2023 年 10 月 2 日 下午 1:31 
It seems like if you're wearing the adidas leggings under another pair of pants, the pants you're wearing over them just get deleted when you quit and reload the save, I don't know if it's intended to wear things over the leggings but it's happened with rolled pants consistently
Пампкерино  [開發人員] 2023 年 10 月 2 日 下午 1:41 
Let me check, BRB
Пампкерино  [開發人員] 2023 年 10 月 2 日 下午 2:35 
@CoffeBomber Silly me lol forgot to add a "," to a pant, besides Fast Pants the rest of them work normally, just fast pants are the ones that disappear after reloading because of not having the option of being rolled or backed. I tried with pants rolled and non-rolled and the only one was 5.11 FAST-TAC Urban Pants. Let me update it and it should be fixed my brother~
Пампкерино  [開發人員] 2023 年 10 月 2 日 下午 3:18 
Fixed.
CoffeeBomber 2023 年 10 月 2 日 下午 8:11 
ty for the quick response! I'm really enjoying the tweaks btw, great mod :>
Пампкерино  [開發人員] 2023 年 10 月 2 日 下午 8:16 
No problem~ I'm glad you're enjoying my mod :3
Vladi Zarth 2023 年 10 月 19 日 上午 2:21 
For some reason when i patch holes, the protection in protection tab is still the same, its red even though the hole is gone
Пампкерино  [開發人員] 2023 年 10 月 19 日 上午 2:42 
My brother, that's from the base game, you need tailoring level 8 to restore a piece of clothing original state.
★ S o L a i r e ★ 2023 年 10 月 30 日 上午 10:41 
Hey ! I wanted to bring to you that the wolf hound jacket has no stats with the rebalance enabled ( completely empty panel) and cause error also can't be equipped anymore. You may wanna take a loot at it ! Cheers
最後修改者:★ S o L a i r e ★; 2023 年 10 月 30 日 上午 10:41
Пампкерино  [開發人員] 2023 年 10 月 31 日 上午 7:46 
item Wolf_Jacket
{
Type = Clothing,
DisplayName = Hound Wolf Squad's Jacket,
ClothingItem = Wolf_Jacket,
BodyLocation = Neck;Jacket,
BloodLocation = Jacket,
Icon = Wolf_Jacket,
Weight = 2.65,
ScratchDefense = 70,
BiteDefense = 30,
Insulation = 0.55,
WindResistance = 0.7,
WaterResistance = 0.65,
FabricType = Leather,
WorldStaticModel= W_Wolf_Jacket,
}

That's the copy paste of that part of the jacket you're talking about... I'm checking it and it, even comparing it to the original Brita's value, and it's okay... what other mods do you have?
★ S o L a i r e ★ 2023 年 10 月 31 日 上午 10:03 
Too many mods to count but even then, i've disabled those mods completely and just ran brita armor pack,/weapon pack and your rebalance mod and the problem still persist. I'm not sure what's causing it. If i remove the rebalance, the jacket goes back to normal
最後修改者:★ S o L a i r e ★; 2023 年 10 月 31 日 上午 10:03
Пампкерино  [開發人員] 2023 年 10 月 31 日 上午 10:04 
Does checking the item give you an error? if so, can you provide it?
★ S o L a i r e ★ 2023 年 10 月 31 日 上午 10:08 
Yes it does give me an error ! And yes i can send you that error. i can provide screenshots too if necssary
最後修改者:★ S o L a i r e ★; 2023 年 10 月 31 日 上午 11:12
Пампкерино  [開發人員] 2023 年 10 月 31 日 上午 10:13 
nah, you can open the text file, search "STACK TRACE" and copy paste all the code between those two giants "STACK TRACE" because I don't use DC xD
★ S o L a i r e ★ 2023 年 10 月 31 日 上午 10:37 
Callframe at: se.krka.kahlua.integration.expose.MultiLuaJavaInvoker@4a0bb23
function: render -- file: ISToolTipInv.lua line # 78 | Vanilla

ERROR: General , 1698773784599> ExceptionLogger.logException> Exception thrown java.lang.reflect.InvocationTargetException at GeneratedMethodAccessor510.invoke.
ERROR: General , 1698773784600> DebugLogStream.printException> Stack trace:
java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.GeneratedMethodAccessor510.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at se.krka.kahlua.integration.expose.caller.MethodCaller.call(MethodCaller.java:62)
at se.krka.kahlua.integration.expose.LuaJavaInvoker.call(LuaJavaInvoker.java:198)
at se.krka.kahlua.integration.expose.MultiLuaJavaInvoker.call(MultiLuaJavaInvoker.java:60)
at se.krka.kahlua.vm.KahluaThread.callJava(KahluaThread.java:182)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1007)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:163)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1980)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1827)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:38)
at zombie.ui.UIElement.render(UIElement.java:1534)
at zombie.ui.UIManager.render(UIManager.java:446)
at zombie.gameStates.IngameState.renderFrameUI(IngameState.java:1183)
at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83)
at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:130)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81)
at zombie.gameStates.IngameState.renderframeui(IngameState.java:1172)
at zombie.gameStates.IngameState.renderInternal(IngameState.java:1324)
at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83)
at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:130)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81)
at zombie.gameStates.IngameState.render(IngameState.java:1271)
at zombie.gameStates.GameStateMachine.render(GameStateMachine.java:37)
at zombie.util.lambda.Invokers$Params1$CallbackStackItem.run(Invokers.java:37)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.core.profiling.AbstractPerformanceProfileProbe.lambda$invokeAndMeasure$0(AbstractPerformanceProfileProbe.java:83)
at zombie.util.lambda.Stacks$Params3$CallbackStackItem.invoke(Stacks.java:230)
at zombie.util.lambda.Stacks$GenericStack.invokeAndRelease(Stacks.java:26)
at zombie.util.Lambda.capture(Lambda.java:130)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:81)
at zombie.GameWindow.renderInternal(GameWindow.java:340)
at zombie.GameWindow.frameStep(GameWindow.java:774)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: unknown location "Neck;Jacket"
at zombie.characters.WornItems.BodyLocationGroup.getLocationNotNull(BodyLocationGroup.java:29)
at zombie.characters.WornItems.BodyLocationGroup.isExclusive(BodyLocationGroup.java:61)
at zombie.inventory.types.Clothing.DoTooltip(Clothing.java:235)
at zombie.inventory.InventoryItem.DoTooltip(InventoryItem.java:619)
... 45 more
最後修改者:★ S o L a i r e ★; 2023 年 10 月 31 日 上午 10:38
< >
目前顯示第 1-15 則留言,共 33
每頁顯示: 1530 50