Description

It is an addon pack for CODBW. This addon pack contains 12 addons.

Preview
(220315) CODBW Addon Pack
Post comment Comments
YuyuK_05
YuyuK_05 - - 62 comments

Very nice. The Warzone ammo system actually did not make gameplay easier but harder a bit, as you has to constantly think using corresponding ammo to which weapon is effective at certain situations. Definitely added to my permanent CoD loader.

Reply Good karma Bad karma+2 votes
Wally0222 Author
Wally0222 - - 65 comments

Thank you for your comment.
Although the Warzone ammo system make the gameplay easier for me, but I don't know how other player's feel, so that's why this addon is experimental.

Reply Good karma+2 votes
YuyuK_05
YuyuK_05 - - 62 comments

So, it's my bad that forgot to suggest tone down the amount in one pickup unit and intergrating Warzone's ammo max amount, which you can probably finds on Google very easy. However, I do have some edits, mainly switching max value between Small and Mid Calibre:
- Handgun/SMG (Small Calibre): (Warzone: 150) 150/210. Pickup: Unchanged
- Assault/LMG (Mid Calibre): (Warzone: 210) 90/150. Pickup: 5/25
- Marksman/Sniper (High Calibre): (Warzone: 40) 25/40. Pickup: 2/10
- (Shotgun Shells): (Warzone: 40) *Unchanged*
- (Launcher Rounds): (Warzone: N/A) 8/20. Pickup: Backpacks only.

Reply Good karma Bad karma+2 votes
Wally0222 Author
Wally0222 - - 65 comments

Thank you for the suggest.
After the Addon Pack is updated, the "WZAmmoSystem" is no longer an experimental addon (there may be disagreements for somebody).

Reply Good karma+1 vote
Guest
Guest - - 690,598 comments

i have those addons but i dont know what to load first ?

Reply Good karma Bad karma0 votes
Wally0222 Author
Wally0222 - - 65 comments

There is no loading order for this addon pack, just load only your favorite addons.
However, these addons with named "extra" should load after its original counterpart. And some addons were seperated by folders for some reasons.

Reply Good karma+1 vote
Guest
Guest - - 690,598 comments

what VR addon is for ?

Reply Good karma Bad karma0 votes
Wally0222 Author
Wally0222 - - 65 comments

Just remove recoil and ADS zooming that causing screen glitches when playing in VR. Although it still can play in non-VR.

Reply Good karma+1 vote
Guest
Guest - - 690,598 comments

WZ Quickstart doesnt work can you help me?

Reply Good karma Bad karma0 votes
Wally0222 Author
Wally0222 - - 65 comments

Make sure you loaded "WZ_Quickstart" after "CODBW_WZAmmoSystem.pk3", and "CODBW_WZAmmoSystem_Extra.pk3" if you downloaded CODBW Extra Weapons.

Reply Good karma+1 vote
YuyuK_05
YuyuK_05 - - 62 comments

I'm attempting to restore the old loadout system from v0.85 but with no success because it still using the newer system. In my theory, the mod used more than just the "d_player" DECORATE script.
Is there a way to restore it?

Reply Good karma Bad karma+2 votes
Wally0222 Author
Wally0222 - - 65 comments

I guess you didn't add "addplayerclass CoDPlayer_MyLoadout" in KEYCONF lump.
If it still not work, maybe I will trying to restore the old loadout system.

Reply Good karma+1 vote
YuyuK_05
YuyuK_05 - - 62 comments

I will have a look into the KEYCONF file. I'm relatively new to modding scene, let alone knowing DECORATE/ZScript stuffs.
The only thing I was able to do with my limited knowledge is adding extra weapons into existing loadouts, which is not that hard considering only copy-pasting and editing lines of codes.

Reply Good karma Bad karma+1 vote
YuyuK_05
YuyuK_05 - - 62 comments

After some more digging, I found out that not just the KEYCONFIG file governs player classes, but also other ones as well. I haven't found the dependencies just yet (that requires more trials and errors).

Reply Good karma Bad karma+2 votes
Wally0222 Author
Wally0222 - - 65 comments

It would be MAPINFO, adding "PlayerClasses" in GameInfo section will override the previous one, while "AddPlayerClasses" is just simply add the new one.
ZScript also can override player classes/actors, but Zandronum source port does not support ZScript, which is based on the older ZDoom and Skulltag (and that why I have love-hate relationship with Zandronum).

Reply Good karma+1 vote
YuyuK_05
YuyuK_05 - - 62 comments

Bad news: I failed, as expected from a non-modder :D

Reply Good karma Bad karma+1 vote
Wally0222 Author
Wally0222 - - 65 comments

Zdoom.org
Maybe this link will help you to creating new player classes.

Drive.google.com
Or you can download my testing addons (NDPS stands for No Delayed Player Sound).
NOTE: The "NDPSTest_CoDBW.pk3" will revert the Brutal DOOM Player to the Vanilla one.

Reply Good karma+2 votes
YuyuK_05
YuyuK_05 - - 62 comments

When I tried to add my own loadout, I expected to have 8 slots, but instead, it always falls back to 4 no matter what I have done.
This is the very problem I am facing since the beginning.

Reply Good karma Bad karma+2 votes
Wally0222 Author
Wally0222 - - 65 comments

The "Gun3SV_Mode" and "Gun3SV" token is used for 4 Guns Mode.
For 8 Slots Mode, erase these 2 items/tokens, and remember to add "SlotXE" (X is number) for your added weapons.

Reply Good karma+1 vote
YuyuK_05
YuyuK_05 - - 62 comments

So I have this stroke of idea that *theoretically speaking* could resolve the missing/conflicting slot fill/weapon get sprite problem: Use weapon pickup sprite instead of traditional base mod line art. Basically worked the same way as vanilla mod, but with pickup sprite instead. I see you made your extra weapons finally worked with m8f's Gearbox mod, so why stop there?

Reply Good karma Bad karma+1 vote
YuyuK_05
YuyuK_05 - - 62 comments

Good news: I was able to make many small modifications to my customised CoD, but the codes are messy as hell (still having tons of duplicated actors).
- Drastically increased the ammo limit (only normal ammo for now).
- HUD numbers turn red from 24 and below.
- Consistent backpack behaviour (4 Weapon Slots backpack now mirrors with 8 Weapon Slots, sort of).
- Over-complicated ammo names. i.e: 9mm FMJ Ammo -> Luger 9x19mm Parabellum Full Metal Jacket Rounds
- Custom load-outs (10 for now).
- More difficulties (mainly inspired from Project Brutality 3.0 with a few extras).
Can't figure out how to change grenades and medkits limit yet. Maybe it was somewhere outside D_AMMO lump.

Reply Good karma Bad karma+1 vote
Devspar
Devspar - - 2 comments

Hi,

Here's my mod setting on gzdoom 4.7.1 :
Path=$PROGDIR/PK3/CODBW/CODBW_FileA_Brutal_v2.PK3
Path=$PROGDIR/PK3/CODBW/CODBW_FileB_HD_v2.PK3
Path=$PROGDIR/PK3/CODBW/CODBW_ExtraWeapons_LW.PK3
Path=$PROGDIR/PK3/CODBW/CODBW_ExtraWeapons_HDPatch.PK3
Path=$PROGDIR/PK3/CODBW/CODBW_Medikit_Adrenaline.PK3
Path=$PROGDIR/PK3/CODBW/CODBW_MW19_HUD.PK3
Path=$PROGDIR/PK3/CODBW/WZ/CODBW_WZAmmoSystem.PK3
Path=$PROGDIR/PK3/CODBW/WZ/CODBW_WZAmmoSystem_Extra.PK3

It seems that using wz ammo system and wz ammo system extra prevents the extra weapons from being spawned. Currently disabling both and the extra weapons can spawn normally. Any ideas why?

Reply Good karma Bad karma+2 votes
Wally0222 Author
Wally0222 - - 65 comments

Fixed, the extra weapons should spawn normally for now.
I don't have time to test those addons, so the previous updates was "rushed".

Reply Good karma+2 votes
Devspar
Devspar - - 2 comments

Fix confirmed working. Thanks, Wally0222.

Reply Good karma Bad karma+2 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags

(220315) CODBW Addon Pack has not been tagged yet.