Project Zomboid

Project Zomboid

Project Fallout: GunRunner
81 条留言
tinyPause 10 月 11 日 下午 1:18 
so no .32 revolver? smh my freakin head.....

but seriously, good shit.
AnthonyNVII 9 月 30 日 下午 7:32 
actually tested out a bunch of guns from the mod from the 10MM to lucky and "that gun" and each for some reason leads to crashes. sometimes not right away but after a few shots they crash
AnthonyNVII 9 月 30 日 下午 7:05 
got a crash when using the rat slayer rifle. shot a zombie in the head then it crashed:(
KiwiCupraR 9 月 23 日 上午 12:58 
okay gets deinstalled today...intention is great, but the interface and combination of standard weapons is bad
Ajajane 9 月 7 日 下午 11:36 
I don't know what mod is causing the lag, but I'm having roughly the same issue as Rats and QuiteACynic. Whatever it is though, it's making this mod, and EVO, unusable.

At least for me, the lag starts once the gun can be fired. If there's no mag and I fire the last round in the chamber, everything starts running smoothly again. I'm sure it's an awesome mod, but I can't get it to quick lagging long enough for me to find out. Any ideas why it's screwed it up? (Or more likely, how I screwed it up?)

Also, probably unrelated, but if I place AWCWF, this mod and EVO at the bottom of the load order, Clean Hotbar no longer works.
KiwiCupraR 9 月 7 日 下午 1:43 
so the mod implements all guns, right? how do i unequip attatchments? it wont work the regular way and not via weapon viewer
EtherealShigure  [作者] 8 月 24 日 下午 11:47 
@rats
sounds new to me, not something i have experienced yet
Rats 8 月 14 日 下午 2:39 
im getting the same issue as Quite, my game lags whenever i equip the rifles and some of the pistols and it drops frames liike hell when i shoot them, do we know of a fix or work around?
Alon 7 月 13 日 下午 4:23 
I LOVE DURABILITY MECHANICS
Blink 7 月 7 日 下午 11:37 
gunther that's from fallout 3...
۵camXO۵ 6 月 14 日 上午 11:15 
I may have went over it when reading through,,, but do these guns replace Vanilla weapons?
QuiteACynic 6 月 1 日 上午 7:20 
Hmmm, I have weird bug. Everytime I try to use Fully-loaded rifle my game laggs like hell, but when I use full-loaded pistols there is no lagg. I really don't get if it's conflict or something else. I don't have any other weapon mod.
Andagor 5 月 20 日 上午 12:04 
Is this really from Fallout?)) It looks like everything)
Gunther 5 月 18 日 下午 12:39 
Using the Fallout 4 10mm is HERESY!!!!
Maxene 5 月 16 日 下午 9:16 
How to rotate attachments for vanilla guns???
Maxene 5 月 14 日 下午 12:25 
When trying to add a reflex sight to the 10mm, the tooltip is blank and I can't do anything. Even with the gun in my inventory...
https://i.vgy.me/RngaRm.jpg
Maxene 5 月 13 日 下午 1:50 
It seems there is a conflict with either this mod, or the mod it's using, with the Clean Hotbar mod. Is there anyway to fix that?
ARTEM 5 月 1 日 上午 11:44 
grenade launcher is a shotgun with futuristic skin
Rusty #DopeRust 4 月 30 日 下午 2:59 
Users talking about the jamming weapons, should at least read or see the images, second image shows what is your problem.

Cheers.
SaneStatue319 4 月 30 日 下午 2:47 
is there some compatibility issue? all guns jam and dont unjam
Lazy Invincible General 4 月 23 日 下午 10:27 
is there a reason why the police pistol keeps spitting a bullet back into my inventory if I have 6 rounds? (like a incompatibility or something known)
Larkspur 4 月 20 日 上午 7:29 
@pointblank98 have you tried searching for the firing bolt? I think it is stated in the mod description that weapons spawned in the map would not have the firing bolt installed, so you have to find the bolt in the world.
pointblank98 4 月 19 日 上午 9:49 
I'm coming across a weird bug where all my guns are jammed. Even when you unjam them, they remain jammed. This applies to all weapons from this mod.
G.young 4 月 9 日 下午 11:42 
Bug Report: Scene Object Already Exists – Base.Clip_PFO_Hunting_Revolver

Hey, thanks for your awesome work on AWCWF. I’ve encountered a recurring error when trying to inspect the Hunting Revolver using the risky inspect system.

💥 Error Details:
pgsql
복사
편집
Caused by: java.lang.IllegalStateException: scene object "Base.Clip_PFO_Hunting_Revolver" exists
at zombie.vehicles.UI3DScene.fromLua2(UI3DScene.java:4678)
🔍 Call Stack:
sql
복사
편집
function: getpartmodel -- risky_inspect_core.lua:385
function: createChildren -- risky_inspect_core.lua:467
function: inspectOnKey -- risky_inspect_set.lua:62
🧩 What seems to be the issue:
When the inspect UI is triggered, getpartmodel() tries to spawn "Base.Clip_PFO_Hunting_Revolver" into the 3D scene without checking if it already exists. This causes the UI3DScene.fromLua2() method to throw an exception due to duplicate object creation.
EtherealShigure  [作者] 4 月 9 日 上午 7:40 
Gunrunner has been updated to V0.6

@G.young
These changes are implemented :) Read the changelog for more info
G.young 4 月 8 日 上午 2:41 
Suggested Fixes:
Ensure that Clip_PFO_Hunting_Revolver has correct MaxAmmo and Capacity (should be 6 for the revolver).

Consider giving the Hunting Revolver a unique clip item instead of sharing a generic one.

Add a safe check before calling UI3DScene.fromLua2() in the inspect code, to avoid duplicate model registration.

Thanks for the great mod — just hoping to help improve compatibility and stability for others using both mods together. Let me know if I can provide logs or test more!
G.young 4 月 8 日 上午 2:41 
Root Cause (after investigation):
The Clip_PFO_Hunting_Revolver seems to be registered multiple times or shared across multiple weapons.

Its definition appears to have an incorrect MaxAmmo or Capacity value, which causes:

Overloaded capacity on reload

Model re-registration crash inside the 3D scene

This may also be tied to how MagazineType is referenced in the Hunting Revolver’s item definition.
G.young 4 月 8 日 上午 2:40 
Hi! I'm currently using both AWCWF (Advanced Warfare Community Weapons Framework) and Project Fallout: GunRunner, and I found a specific issue that seems to be caused by how these two mods interact.

🔧 The issue:
When inspecting the Hunting Revolver, the UI throws 60+ errors related to UI3DScene.fromLua2() — the message is:
"scene object 'Base.Clip_PFO_Hunting_Revolver' exists"

This only happens with the Hunting Revolver, not other weapons.

On top of that, when reloading, the Hunting Revolver (which should hold 6 rounds) ends up accepting 11 or more bullets.
EtherealShigure  [作者] 4 月 4 日 下午 11:53 
@Sir Zeus

Spawns work in a tandem system for B42 & This Mod,

to explain in detail,


Spawns Will Trigger for Z Kill Loot Distribution (OnDeath)
kill a z, and it 'May' have some goodies! but remember, sandbox settings are paramount,

There is also a severe B42 bug with Null Values Affecting the games ability to save & Load sandbox data
at current even in B42.6 now,

This error will result in the game setting a value of 1^e, or 2^e, or Several Trillion rarity.
i cant fix that one, as its a PZ bug issue, so make sure to check your sandbox values
and see if they are '0.0004' or similar instead of 1^e, or 2^e, if they are, just tweak and save back to default, or tune to your liking again :)
EtherealShigure  [作者] 4 月 4 日 下午 11:49 
i Opted for a Co-Existing Format for the mod as is, But the End goal is to Overhaul PZ into a fallout theme,

So, to that end, if there is no such mod to disable or mess with them,

i shall plan that accordingly :) as a small seperate mod


@DeathMeowza
Yes! Indeed there is a bonus Module EWF For this very purpose ^_^
in B41 it was an experimental edit to the (non fallout related) 'Gauss' Mod by a PFO team member, Cosmic/Pallontras

when B42.0.0 came out, the edits i had done in B41's unreleased EWF ver, turned out to already been added as well to the base Gauss mod,
Which was nice as i didnt have to go nuts redoing my old code edits.., so from there it was only a small matter of asking an update to the permissions etc, to continue a fork for PFO ( which we do still have perms for ) And editing it to the fallout theme!

I'll add some updated info to our discord on EWF for you :)
Larkspur 3 月 31 日 上午 8:46 
Is there a way to fully replace vanilla weapons and ammo with this mod?
DeathMeowza 3 月 29 日 下午 11:37 
Are the energy weapons going to have effects in the future and maybe more energy based reloading options like charging or using car batteries to power the cells.
Sir Zeus 3 月 26 日 下午 7:41 
I put the spawn rate as high as possible so i could try the mod out and see if i like it. But all i can find is the fnv 10mm and parts. Do the rest of the guns spawn on zombies or do i have to find them elsewhere?
[1stBdC] Papa Chow 3 月 25 日 上午 2:37 
@EtherealShigure 100% correct no part on my service rifle only found yesterday like 10 mins after you posted that comment about the parts, I apologize for my lack of info other than that I am loving the mod thx.
EtherealShigure  [作者] 3 月 24 日 上午 2:02 
as for the firing up Muzzle FX part,
Muzzle FX isnt set on some guns in V0.4 still,

B42 has a habit of making the bullet...not obey direction based on that info.
muzzle FX not set up is 10x the size, and if left at 0,0 makes guns flash it on screen. which is worse.


the good news atleast is, it is on purpose. and does get fixed per gun when i get back to them :)
EtherealShigure  [作者] 3 月 24 日 上午 1:40 
ALL GUNS. WILL. JAM. WITHOUT. FIRING. RELATED PARTS.
They Do that In real life Too.

its Both Visually apparent On the gun In 3D, In the Item Mod Panel UI, & Also on the script Tooltip.

These Guns Are not Low effort tier. if they jam, they are meant to. Because you have ZERO Firing Mechanism. Installed.


RECOILPAD maybe. check the UI before
浣熊市新人警察 3 月 22 日 下午 5:58 
上面的兄弟,武器一直卡壳可能是缺配件的问题,得把套筒slide或枪栓bolt之类的装上配件装上才能用,模型可以看得出有明显的缺失的
普通人,别看了 3 月 22 日 上午 5:57 
武器一直是卡壳状态,不能使用
the living dead 3 月 14 日 上午 6:12 
I fixed that issue by correcting the loot spawn chances for the mod, only ammo had a real number... but every gun is entirely broken. It either is permanently jammed (I found the slide for it thinking that was it but it had one already and just doesnt work, and I've found like 3 guns that are like this) and any gun that works just fires the bullets directly into the air and can't hit anything
the living dead 3 月 14 日 上午 3:10 
I can't find the guns anywhere but zombies have tons of ammo, is this normal?
caraea 3 月 12 日 上午 8:41 
Error found in LUA file: C:/Program Files (x86)/Steam/steamapps/workshop/content/108600/3434691822/mods/PFO_GUNRUNNER/common/media/lua/server/items/PFO_DIST.lua
ERROR: General f:0, t:1741793233756> ExceptionLogger.logException> Exception thrown
se.krka.kahlua.vm.KahluaException: PFO_DIST.lua:67: unexpected symbol near `1` at LexState.lexerror(LexState.java:278).
Stack trace:

병신같은 몯
UNDERTAKER 3 月 9 日 上午 9:57 
I found the same problem as Papa Chow. A jammed gun will stay jammed, and cannot be unjammed
[1stBdC] Papa Chow 3 月 9 日 上午 9:30 
@Johnexe o-o
So anyways... I went to fallas lake to find vanilla guns day1 and I START BLASTING!!!!
Johnexe 3 月 9 日 上午 8:18 
weapons dont deal damage in week one, you cant aim, you cant kill
[1stBdC] Papa Chow 3 月 9 日 上午 7:54 
I´m having a bug where i found a service rifle, loaded it with ammo, and when i went to fire it just jams and after un-jamming it stays jammed. Any tips on how to fix?
Thx.
Nepenthe 3 月 9 日 上午 3:41 
PFO_DIST.lua has a stray "1" on line 67 which causes the whole file to not load.
普通人,别看了 3 月 9 日 上午 1:22 
大部分武器一直显示卡壳,请问这是为什么
=FAKE= 3 月 8 日 上午 10:39 
Doesn't work with vanilla weapons? Everything I equip on them simply doesn't appear, scope, muzzle, nothing
EtherealShigure  [作者] 3 月 6 日 下午 11:58 
very much so.
every single one is custom everything
SalesMan 3 月 6 日 下午 5:08 
Do the weapons have custom firing sounds?