UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - John_Banana

Preview:
 

 
Release:
 
drive.google.com

  • Supplied are the 6 above shaders and 2 options for the gamefont
    • Option 1: FULL HD - 1024 x 1024 upscale
    • Option 2: HD BLUR - 1024 x 1024 upscale w/ slight blur applied so the font is not "too high quality" and will still fit in with other WaW assets. However, it will still look way better than the original
    • Depending on which one you choose, make sure you correct the filename so it is just "gamefonts_pc.iwi"

 
Usage:
  • Drag & drop into "images" folder of any World at War custom zombies map or mod and the textures will automatically be replaced
  • Make sure to leave appropriate credit if used in a released mod or map

 
Notes:
  • Original upscaled perk & powerup shaders were created by user Fusorf
    • 2x Double Points updated with official font (Tahoma Bold)
    • All 4 of his perks were modified to match original WaW look (especialy Speed Cola)
  • WaW font (ITC Legacy Bold)
    • Original 512 x 512 font file was upscaled using Gigapixel​ AI that was trained for text (done by user Embis), then downscaled to only x2 (1024 x 1024), and manually corrected for any minor artifacts/errors

1 year ago
Add:
Code Snippet
cpp
    level thread level_start_vox();
in your nazi_zombie_mapname.gsc  main() function
 
Then paste this in at the bottom:
Code Snippet
cpp
level_start_vox()
{
    wait( 5 );
   
    players = get_players();

    for( i = 0; i < players.size; i++ )
    {
        players[i].has_talked = 0;
       
        for(;;)
        {
            zombies = getaiarray("axis" );
            close_zombies = get_array_of_closest( players[i].origin, zombies, undefined, undefined, 600 );
           
            for( j = 0; j < zombies.size; j++ )
            {
                if ( (players[i] IsLookingAt(zombies[j]) || close_zombies.size > 0 || players[i].score_total > 500) && players[i].has_talked == 0 )
                {
                    players[i].has_talked = 1;
                    index = maps\_zombiemode_weapons::get_player_index( players[i] );
                    plr = "plr_" + index + "_";
                    players[i] thread create_and_play_dialog( plr, "vox_level_start", 0.25 );
                    break;
                }
                else
                {
                    wait(0.1);
                    continue;
                }
            }
            if(players[i].has_talked == 1)
            {
                break;
            }
            wait(0.05);
        }
    }
}
- You can easily change the cooldown at the start, I put it at 5 seconds so the intro sounds start to finish before the player can talk
 
- This code also has 2 fallbacks in case IsLookingAt doesn't activate, even if you look at a zombie (it happens). First it checks if there is a close proximity zomb, and then it also checks if you have gained score (damaged a zombie), either way, it will force the dialogue so it feels natural when you see a zombie
 
- I think the classic Der Riese "we need to turn the power on" is getting a bit old eh? There's lots of cool un-used VOX that could work here, like the characters saying "Here they come" or "incoming" etc.
2 years ago
   A mod by John_Banana
 
Project started: 7/30/2020
 
Description
    This mod is a "remastered patch" for the Call of Duty: World at War stock zombie maps. The aim of this project is to modify these maps with bug fixes, quality-of-life tweaks, fixed inconsistencies, new features inspired by Black Ops 1, and a few creative additions such as adding back cut content or storyline-related Easter Eggs.
    However, the mod does not seek to entirely overhaul each map to the point where they feel completely different, as they just meant to act as a more polished "alternative vanilla" experience. In the case of any substantial gameplay change, such as the removal of the 24-zombie limit on solo, there will always be a setting available in Game Options to toggle the change back to "Classic" if desired.
    Due to the nature of WaW modding and extent of changes, it made more sense to make each map have their own mod file. Simply launch the desired map in your mods list, and then press play on the menu. This works in co-op as well, just make sure all players have the same version of the mod launched & T4M installed!  
 
Additional Credit
* Numan, Phil81334, cristian_m, Gympie5, Tristan, MrJayden585, psulions45 - General scripting help
* Jbird632 - Working sticky grenades on AI & "Reward All Perks" scripts
* Bunz1102 - New secret animations
* ege115 - Walking animation script
* GKILLA - Updated FG42 viewmodel
* Fusorf - HD perk icons
* Inspired by JBleezy's Black Ops 1 Reimagined mod
* Thank you to the UGX WaW Discord members for helping me along the way

Feature Showcase

Character Bios, new settings, Achievements, scrapped radio re-added
 
 

New weapons, new zombie animations & eye glow, working solo Quick Revive, fixed Wunderwaffe-Jug glitch
 
 

Random character on solo, new starting pistols, accurate viewmodel hands
 
 

New vision file, HD perk & power icons, fixed grenade icon, new Monkey Bomb icon
 
 

Mission intro text, Ray Gun accessible at first box location, new weapons, new zombie animations, Perk Machine swamp textures
 
 

Deployable MGs, smoke grenades--each DLC gets a unique special grenade, occasional zombies with gear, updated FX, new weapons


github.com

 

  • Includes:
    • All 4 mods & T4M .dll file
      • This is my own fork of T4M. It re-enables the video intro & fixes LAN https://github.com/JBShady/T4M
      • Optionally, T4M comes with an improved .bmp logo made by the original creator, if you want your external console to look nicer
    • Optionally, LAN fixed .exe launcher for LAN play
    • Desktop shortcuts with custom icons, made by me

Installation Instructions (Watch this video, or follow the 3 easy steps):
  • Download the all-in-one .rar file.
  • Uncompress the file using something like Winrar or 7-Zip. Drag & drop the mod(s) into your game's mod folder (AppData\Local\Activision\CoDWaW\mods)
  • Finally, simply drag & drop the T4M dll file onto your root World at War  (Program Files (x86)\Steam\steamapps\common\Call of Duty World at War)
    • My own fork of T4M is already included in your .rar (which has fixed LAN), but the original post can also be found here

Overall Changelist (Note: Mod has continued to be updated and improved, list is incomplete)
General
  • Added Achievement completion notifications for Shi No Numa and Der Riese, which were originally only on the console version. Toggleable in Game Options.
  • Added screen shake when barriers are broken and repaired, similar to future zombie games.
  • Repairing barriers only plays the point sound effect when you are actively earning +10, similar to future zombie games.
  • Electric traps are now on a 30 on / 30 off cycle, similar to future zombie games. However, on Shi No Numa the cooldown is kept longer for balance reasons, but now just at 60 seconds.
  • Stinger sound effect when picking up Wonder Weapons now execute through scripts, like future zombie games, instead of VOX. Fixes issues where it would sometimes not play.
  • Slightly increased Easter Egg song volume.
Player & Characters
  • Player spawns as a random character on solo, with accurate 1st person viewhands, pistols, and corresponding points color.
    • Dempsey -- Colt -- Marine bare hands with rolled up sleeves -- taken from Campaign
    • Nikolai -- Tokarev -- Russian jacket sleeves with custom yellowish-tan colorization, Soviet buttons, and added blood splatters -- edited from Campaign
    • Takeo -- Nambu -- Japanese jacket sleeves with custom bluish-grey colorization -- edited from Multiplayer
    • Richtofen -- Walther -- German tan sleeves and black gloves recolored from the "Black Cats" pilot hands -- edited from Campaign
  • Splash damage is equal on all maps using Der Riese's system (non-instant down).
  • Increased backwards and sideways movement speed to match closer with the console version of WaW.
  • First-person walking animation tweaked. Weapon now sways instead of just lowering, which both looks better and is similar to future zombie games.
  • Buffed bleedout time from 30 seconds to 45 seconds, like future zombie games.
  • Added unused sniper pickup VOX found in the game files.
  • Added unused dog kill VOX found in the game files, with a 25% chance of it playing per kill.
  • Added unused VOX that plays when a player downs.
  • Added unused reload VOX that has about a 50% chance of playing during an *empty* heavy LMG reload, with a cooldown of 1-2 minutes to prevent repetitiveness (Adds to atmosphere, but also can be useful for teammates to hear).
  • Added unused pain VOX that plays about 75% of the time a player is damaged.
  • Added unused exert VOX that plays about 75% of the time a player damages a zombie with melee, and 100% of the time when a player kills a zombie with melee (Unless other dialogue VOX is queued, in which case it over rules the exert sound).
  • Added several unused VOX lines that play after a player is revived, instead of only alternating between 2 possible lines.
  • Added unused Takeo Panzershrek VOX.
  • Unlocked just a few unused VOX lines for weapons that were never loaded in the scripts but were included in the soundaliases (MP40, BAR, Shotgun, Wunderwaffe, Monkey Bomb).
  • Reworked "no money" sounds and VOX for purchasable items when a player does not have enough points:
    • Wall Weapons: Now have a chance of saying an unused VOX line, the standard VOX groan, or nothing.
    • Mystery Box: Now have a chance of saying two unused VOX lines, the standard VOX groan, or nothing. Also added "no purchase" sound effect, the same sound that plays when you cannot afford a wall weapon or door.
    • Perk/PaP: Now has a chance of playing the VOX groan instead of only playing the VOX dialogue to make it less repetitive.
  • VOX interactions disabled on solo to prevent non-present characters from talking.
  • VOX is disabled while in solo last stand.
  • Disabled leaning while downed to fix a bug.
  • Player respawn does not reset FOV back to 65.
  • Vision file is no longer reset during game over screen, so now the map looks the same as when you were playing on it.
HUD
  • The accurate Steilhandgranate grenade icon replaces the American Mk2 grenade icon.
  • Monkey bomb icon updated to look more recognizable while still in the greyscale WaW icon art style.
  • Perk and powerup icons updated with accurate higher resolution versions.
  • (T4M) Pressing tab in solo now shows the scoreboard.
  • (Console command) "health_hud" can be used to enable or disable a health counter, effective after a restart. Intended for testing/development purposes.
Menu & Settings
  • Solo play button added to the main menu which will automatically run the loaded map. This also prevents the player from accidentally starting the wrong map.
  • Redesigned main menu to remove non-Zombiemode related buttons and references. Also, added a reminder for all players to install T4M before playing co-op.
  • Added Character Bios, which were only present on the console version. Slight grammatical fixes and layout design changes to adapt it for PC.
  • Added Map Intel page, which includes an image and description of the loaded map (This info is no longer accessible because of the "start button" changes).
  • Entirely new settings, including an FOV slider, FPS settings, controller support settings, gametype/AI options, and toggles for the HUD, Achievements, and Fog - all accessible through the main menu or pause menu.
Perks & Powerups
  • Quick Revive now works on solo, details as follows: 3 lives until the machine disappears, player equips their upgraded starting pistol while down (Or the Ray Gun, if applicable), it takes 10 seconds to self revive, and zombies run away from the player while in last stand. Added a progress bar that fits well with the WaW visual style.
  • Perks have proper hintstring in every map and "Quick Revive" is no longer offered as just "Revive."
  • Jugger-Nog abilities and regen is the same on all maps, using the improvements from Der Riese.
  • Carpenter available on all maps (Disabled when playing in "Classic" gametype setting for high-rounders).
  • Max Ammos now refill equipment on all maps (Bouncing Betties & Molotovs).
  • Slightly increased Insta-Kill active loop sound.
  • Double Points changes:
    • Carpenters and Nukes are now affected by an active Double Points, able to give +800 and +400 respectively.
    • Picking up 2 Double Points at the same time will now scale together giving x4 points, like the first few WaW maps (rare case). This x4 scaling works with kills, barrier repairs, and other power ups.
Loadout
  • There are 9 new WaW weapons taken from Campaign/Multiplayer that have never been seen in zombies. As it stands, every stock weapon in WaW is now obtainable in some form through this mod.
  • All maps have the same weapon loadouts excluding the following discrepencies:
    • Shi No Numa has the Arisaka instead of the Kar98k
    • Each of the 4 maps has a unique scoped rifle in the Mystery Box
    • Unique Wonder Weapons like the Wunderwaffe or Monkey Bombs will stick to their original maps
  • This means weapons will not differ in stats or attachments between maps.
Weapons Added (All from WaW)
For new upgraded variants, all official sounds, effects, stats, and textures were used if they existed, otherwise custom versions had to be made (Described where applicable).
 
Starting Pistols
Colt M1911 / Tokarev T-33 / Type 14 Nambu / Walther P38 (The 3 new pistols are used as starting weapons for non-American heroes)
- All have identical stats and upgrade to explosive pistols
- Not in Mystery Box, only obtainable through default spawn loadout
- (Walther) Removed first raise animation so it is uniform with the other pistols
- (Upgraded) Increased reserve ammo from 40 to 42 so it is actually divisible by the magazine capacity (6)
- (Upgraded) Custom camos made in Treyarch's style using the official textures
- (Upgraded) All have unique names, either inside jokes or easter eggs relating to the weapon's faction
- (Upgraded) Changed the _lastshot animation so the pistol slides do not go back and then glitch forward
- (Upgraded) Added muzzle flash effects
- (Upgraded) Added both the unused PaP sounds (so all 4 upgraded pistols sound unique) and the grenade sound upon impact
- (Upgraded) Buffed fire rate and damage to make keeping your starting pistol a little more rewarding. In combination with the above sound changes, these tweaks make the pistols feel a little more akin to the Mustang and Sally from Black Ops 1.
 
Type 99
- Added to the Mystery Box
- Stats slightly buffed from their default SP stats to fit for zombies. Weapon now sits as a mid-tier LMG, above the BAR and FG42, but slightly below the MG42 and Browning
- Increased ADS FOV from 30 to 40 to give more visibility
- (Upgraded) Custom camos made in Treyarch's style using the official textures
- (Upgraded) New variant created with a custom name (name inspired by cut upgraded Type 99 Arisaka rifle), increased damage, fire rate, better multipliers, and more ammo
 
DP-28
- Added to the Mystery Box
- Rebalanced empty reload speed to closer match animation
- (Upgraded) Custom camos made in Treyarch's style using the official textures
- (Upgraded) New variant with my own custom name and stats as a mid-tier LMG
 
SVT-40
- Added to the Mystery Box
- (Upgraded) Custom camos made in Treyarch's style using the official textures
- (Upgraded) New variant with my own custom name and stats based on a mixture of the upgraded Gewehr 43 & M1 Carbine.
 
Scoped Snipers
- Added to the Mystery Box accordingly: the Scoped Springfield will be on Verruckt, the Scoped Arisaka is on Shi No Numa, the Scoped Mosin is on Der Riese, and the Scoped Kar98k remains on Nacht
- Names tidied up for more historical accuracy. All have identical relevant stats in terms of relevant damage, range, ammunition, etc. All have unique in-scope textures
- (Upgraded) New variants with my own custom names, camos, and stats based on a mixture of the upgraded Kar98k & PTRS-41
Weapon Changes
I have adjusted many of the existing weapons, usually for balance reasons as a result of Treyarch not giving adequate Pack-a-Punch buffs, upgraded weapons not having properly calculated reserve ammunition (ending up with half filled magazines), some weapons having bugs, or me wanting to add my own personal tweaks.  
 
.357 Magnum
- Decreased reserve ammo from 80 to 78 so it is actually divisible by the weapon capacity (6)
- (Upgraded) Slightly buffed damage
- (Upgraded) Slightly increased fire rate
- (Upgraded) Increased reserve ammo from 80 to 90 so it actually receives a decent ammo buff upon upgrading
 
Kar98k
- Fixed Bowie Knife missing sound when knifing with this weapon
- (Upgraded) Fixed missing muzzle flash effect
- (Upgraded) Increased reserve ammo from 60 to 64 so it is actually divisible by the magazine capacity (8)
 
Gewehr 43
- (Upgraded) Increased reserve ammo from 170 to 180 so it is actually divisible by the magazine capacity (12)
 
M1A1 Carbine
- Renamed to M1 Carbine for historical accuracy (non-folding stock variant)
- Slightly nerfed damage as this weapon should be similar, if not worse, at raw damage than the M1 Garand
- Slightly buffed mobility to suit this weapon better, being lighter than other rifles in real life
- (Upgraded) Increased magazine size from 15 to 30 so it actually receives a decent ammo buff upon upgrading
 
M1 Garand
- Slightly buffed base rifle damage
- Slightly buffed weapon spread accuracy to balance with the Rifle Grenade version (which makes the rifle "heavier")
- (Upgraded) Increased reserve ammo 150 to 156 so it is actually divisible by the clip capacity (12)
- (Upgraded) Slightly buffed headshot multiplier so it is the highest out of all regular semi-automatic rifles, which fits with its superiority in WWII
 
M1 Garand w/ Launcher
- Slightly buffed base rifle damage
- Decreased mobility to compensate for Rifle Grenades
- Nerfed maximum ammo to balance with regular M1 Garand and compensate for Rifle Grenades
- When equipping the launcher, the name changes to the name of the grenade, M17 Rifle Grenade, for historical accuracy
- (Upgraded) Nerfed maximum ammo to balance with regular M1 Garand and compensate for added Rifle Grenades
- (Upgraded) Renamed equipped launcher to M7000
- No longer shares reserve ammo with the regular M1 Garand to fix a reload bug
 
Double-Barreled Shotgun
- (Upgraded) Fixed capitalization in the name
- (Upgraded) Increased stock ammo from 60 to 70 so it actually receives a decent ammo buff upon upgrading
- (Upgraded) Fixed ADS FOV being way too low
 
Sawed-Off Double-Barreled Shotgun
- Added to the Mystery Box
- Removed "w/ Grip" from the name
- Small damage boost to both un-upgraded and upgraded version; a little stronger than the normal double barrel but with a wider and less accurate fire spread
- (Upgraded) Increased reserve ammo from 60 to 70 so it actually receives a decent ammo buff upon upgrading
- (Upgraded) Scrapped variant created by Treyarch
 
Trench Gun
- (Upgraded) Increased stock ammo from 60 to 70 so it actually receives a decent ammo buff upon upgrading
 
Thompson
- Renamed to M1A1 Thompson for historical accuracy
- (Upgraded) Increased reserve ammo from 250 to 280 so it is actually divisible by the magazine capacity (40)
 
MP40
- (Upgraded) Increased stock ammo from 192 to 256 so it actually receives a decent ammo buff upon upgrading
 
Type 100
- Fixed dry fire sound effect not being the SMG sound effect
- Increased reserve ammo from 160 to 180 so it is actually divisible by the magazine capacity (30)
- (Upgraded) Increased reserve ammo from 220 to 240 so it is actually divisible by the magazine capacity (60)
- (Upgraded) Updated weapon model and first person model with the newer Pack-a-Punch texture, as for some reason this weapon still used Treyarch's original silver texture (less shiny, only found on scrapped weapons)
 
PPSh-41
- (Upgraded) Decreased reserve ammo from 700 to 690 so it is actually divisible by the drum mag capacity (115)
 
STG-44
- Fixed capitalization of the "t" to be lowercase for historical accuracy
 
BAR
- Renamed to M1918 BAR for historical accuracy
- Slightly decreased mobility to suit its weapon category better
- (Upgraded) Increased stock ammo from 180 to 240 so it actually receives a decent ammo buff upon upgrading (also, not being a wall weapon)
- (Upgraded) Increased magazine size from 30 to 40
 
FG42
- Updated viewmodel to look more complete for when playing on higher FOVs
 
Browning M1919
- Name rearranged to M1919 Browning for historical accuracy
- (Upgraded) Fixed capitalization in the name
- (Upgraded) Like the MG42, the Browning now also recieves a 3.5x damage multiplier buff upon upgrading
 
MG42
- Nerfed drum mag capacity from 125 to 100 to differentiate its unupgraded version from the Browning, which also better represents its lower historically accurate capacity
 
PTRS-41
- Nerfed reserve ammo to 50 max instead of 60 to match other similar rifles, and also so that the upgraded reserve ammo feels more earned
- Now plays cut sniper VOX instead of PPSH VOX, which also makes the PPSH VOX more special being for just one weapon
- (Upgraded) Increased reserve ammo from 60 to 64 so it is actually divisible by the clip capacity (8)
 
M2 Flamethrower
- Fixed knife delay
- Fixed ADS glitching when using Toggle ADS settings
- Fixed Bowie Knife missing sound when knifing with this weapon
 
Knife
- Knife lunging is more smooth and occurs less often
 
Bouncing Betty
- Decreased delay from 2 seconds to 1 second before activation
- Fixed capitalization in the instruction hintstring
 
Molotov Cocktails
- Received a substantial buff. They are moderately better than normal grenades now, but still not as useful as Monkey Bombs
 
Stielhandgranate
- Fixed plurality on hintstring
- Grenade suicide does not magically give you an extra grenade when falling into last stand
 
Ray Gun
- (Upgraded) Fixed Ray Gun VOX not playing
- (Upgraded) Fixed last stand giving you more than one ammo cartridge
 
Wunderwaffe DG-2
- Does not remove Jugger-Nog health buff in any capacity
 
Mystery Box
- Changed hintstring to say "use Mystery Box" instead of "for a random weapon"
- Ray Gun is obtainable from the first Mystery Box location on all maps now, and you are not required to get a Teddy Bear first
- Gewehr 43 & regular M1 Garand are no longer excluded from the box
 
Last Stand Pistols
- Solo Revive: Upgraded starting pistol (Hierarchy: Ray Gun , Default)
- Co-op: Starting pistol (Hierarchy: Ray Gun , Explosive Pistol , .357 , Default)
- Before downing, if the player has a pistol that is better than their default pistol, then that pistol will overwrite it while down. Upgraded variants take precedent over their regular counterparts, as expected
- Ammo: Player receives 3 magazines for regular pistols and only 1 cartridge for both the un-upgraded and upgraded Ray Gun
Map Specific Changelist
Shi No Numa
  • Added "mission intro" in bottom left corner at the start of the game.
  • Added "level start" VOX using generic Zombie quotes.
  • Added unused jap_walk_v4 animation.
  • Added unused (rarely occuring)  jap_run_v5 animation.
  • Added unused (rarely occuring)  jap_run_v6 animation.
  • Added unused swamp perk machine textures from the game files.
  • Added cut hellhound round start "howling" sound that was only used on the PS3 version.
  • Perk hintstrings now have unique messages, like the other maps.
  • Hellhound functionality includes improvements made in future maps, including a health buff, but slightly lower than Der Riese to account for no Pack-a-punch.
  • Carpenter VOX uses additional repurposed lines that were originally made for general barrier repairing.
  • When picking up a powerup, characters choose from 3 lines instead of 1.
  • When opening the second or third hut, there is a 50% chance of the closest player commenting on the randomization of perks.
  • When a perk is decided, the closest player within a small radius of the perk will shout the perk name.
Der Riese
  • Changed vision file to give the map a bluer and dark tint, rather than the original greyish-green look.
  • Updated 'mission intro' in bottom left corner to include the storyline accurate date.
  • Added unused walk_v9 animation. (Used Black Ops 1)
  • Added unused (rarely occuring) unused run_v1 animation. (Used on IOS version)
  • Added unused 5th Maxis radio from the game files. (Used on IOS version)
  • Der Riese Easter Egg/Storyline changes & additions:
    • Increased percent chance for VOX when interacting with Easter Egg items and added one unused Takeo line to the Corkboard cycle. (50% chance)
    • Increased percent chance for general storyline VOX early game. (5% chance)
    • Added unused rare VOX that can play after teleporting. (5% chance)
    • Added unused rare VOX that can player after picking up a power up. (3% chance)
    • Added new Easter Egg VOX when aiming down sights at the barrier near the "Teddy is a liar" wall writing.
    • The Fly Trap Easter Egg now spawns in a random power up as an award.
    • Proning at a perk will now randomly either give you one, two, or three "+10 points" instead of always just "+25." This not only adds some nice variety and mirrors how each perk is supposedly worth "10 cents," but it also fixes an issue where WaW only displays points rounded to the nearest tenth, meaning a player may think they have more points than they actually do.
       
  • Increased PaP "waiting" VOX odds to play 50% of the time you upgrade, rather than 8%, which is more similar to future zombie games.
  • Fixed "seeing Pack-a-Punch" VOX so players no longer talk about how to get to the door open once all teleporters are linked.
  • Added several unused VOX lines when a player picks up the Carpenter power up.
  • Player surrounded VOX now also plays in solo, but without the responses from other characters and at a lower % chance.
  • Player no longer receives a free Colt when they have 0 weapons from leaving a weapon in the Pack-a-punch machine, instead the screen is just blank, similar to future zombie games.
  • Removed teleporter vision effect that causes FOV to reset back to 65.

Feel free to use any of the assets in my mod for your own map/mod, but make sure to give credit if you release it.
2 years ago
In Black Ops 1 onwards, Treyarch made it so the "cha ching" money sound only played when you were actively earning +10 from barriers, and once you stopped then only the wood board sound played. So, today I just fixed this for WaW and it's super simple.
 
1) Go to _zombiemode_blockers gsc
 
 
2) Find this:
Code Snippet
cpp
            chunk play_sound_on_ent( "rebuild_barrier_piece" );

3) And replace it with:
Code Snippet
cpp
            if( player.rebuild_barrier_reward < level.zombie_vars["rebuild_barrier_cap_per_round"] )
            {
                chunk play_sound_on_ent( "rebuild_barrier_piece" );
            }
This tests for if your current reward level is less than the cap set per round, and if it is then it will keep playing the +10 points sound effect.
 
 
4) Scroll down a bit and comment this out, because we need to move it up to before our new if statement. That way the score level is updated right before playing the sound and won't accidently play the sound longer than it should.
Code Snippet
cpp
            player.rebuild_barrier_reward += cost;

5) So, it should now look like:
Code Snippet
cpp
            player.rebuild_barrier_reward += cost;
            if( player.rebuild_barrier_reward < level.zombie_vars["rebuild_barrier_cap_per_round"] )
            {
                chunk play_sound_on_ent( "rebuild_barrier_piece" );
            }
That's all, I'm still a bit new so feel free to let me know if I did something wrong,  to me it looks good and works fine. Tested it on Der Riese.
2 years ago

Mod Released HERE!

Description
    This mod, currently only for Der Riese, is the first part in a 'remastered patch' for all four WaW zombie maps. The other maps will come in the future. The aim of this project is to modify WaW stock maps with bug fixes, quality-of-life tweaks, fixed inconsistencies, and some new features inspired by Black Ops 1. However, this mod will not overhaul each map or drastically change their original gameplay; they are meant to act as a slightly-more-polished alternative to the vanilla experience. Due to the nature of WaW modding, it was easier to make each map have their own mod file. When they are all finished, you will be able install whichever ones you want. Simply launch the desired map in your mods list, and then press play on the menu. This works in co-op as well, just make sure all players have the same version of the mod launched & T4M installed!
 
Additional Credit
  • cristian_m - General scripting help & teaching me how to mod
  • Phil81334, Numan, MrJayden585, psulions45, SPi - General scripting help
  • ege115 - Walking animation script
  • Fusorf - HD perk icons
  • Inspired by JBleezy's Black Ops 1 Reimagined mod
  • Thank you to the UGX WaW Discord members for helping me along the way

Feature Showcase (See release thread for full showcase of features)

 
Some things I still wanna fix:
  • Improve Quick Revive exit so the machine triggers & bumps disappear as well
  • Fix heart beat spam on red screen
  • Update Waffe model with the one from Shi No Numa (uses ammo clip)
4 years ago
From default marine sleevs to:
    -Dempsey: viewmodel_hands_cloth_marine_bare (No changes, these are just the rolled up sleeve versions)
    -Nikolai: viewmodel_rus_guard_padded_arms (No change, looks like BO1)
    -Takeo: viewmodel_jap_infantry_arms (Japanese arms, but I need to recolorize texture to blue-grey)
    -Richtofen: viewmodel_hands_cloth_pbycrew (Recolorized black gloves, tan sleeves)

Anyone know how I can add this to my WaW Remastered mod? I'm unsure on two things:

-I need to edit the textures of 2 out of the 4 files, how can I get the texture file?
-How do I repackage the new textures into the playerhands?
-Then finally, how do I give each WaW character their own unique hands?
4 years ago
I am a beginner and I have gotten all the asset extracting tools, modding tools, maya tools, etc. I am wondering if anyone has any help on how to do this, because all guides online are only WaW to BO3, which has extra steps because of some changes in the way animations/hands work or something.
5 years ago
Before I start: I have all the mod tools and some other programs to work with ff and gsc files

I've been trying to add pack a punch, bo1 perks, and more weapons (WaW weapons that are already in the game, but not the map) to Verruckt.

How do I start this project? Are there any tutorials to help with this kind of modding because all I can find is mapping and nobody has made a tutorial on how to add perks to a stock map --but it is possible because I have seen a Natch remastered and Der Riese 2.0 with more.

Also, what tools and other resources could be helpful?
6 years ago
Loading ...