UGX-Mods

Call of Duty 5: World at War => General => Topic started by: Undeadmetal on December 14, 2023, 08:56:33 am

Title: Web Based - CoD Style OTP Zombies Game [WIP]
Post by: Undeadmetal on December 14, 2023, 08:56:33 am
Not really sure where to post this or if anyone would be interested. I don't have a title for it, yet... no maps, only some collision but no mapping collision yet.
 
Core-System: Incomplete
Core-Progress: 12%
 
Planned:
Map Creation Tool
Map Creation Guide
Etc....TBD [Feel free to comment some likes or needs I may have them planned/not listed]
WaW/Black ops 1/2/3 based weapons
Custom Perk system [Will see about bo1/bo2]
Local Co-op 1-2 maybe 1-4
Titlescreen
GUI - Progess: Initial Text Displays for testing.
Powerup Drops.
 
Weapon System: Incomplete
Progress: 35%
 
 
Implemented Weapons:
M1911
 
Planned Needs:
Per-shot-sounds
 
The weapons are defined in Weapons/weapons.js but are still missing needed features but for now look kind of like this
"
 M1911: {
        bulletType: 'pistolBullet',
        clipSize: 8,
        maxAmmo: 80,
        shootingSpeed: 1, // shots per second
    },
    // Add more weapons if needed
"
Will be built to define more gun features as I go such as sounds/etc.
 
 
Zombie System: Needs work currently collision based hitting timed with invulnerability for a split moment to attempt to allow better knifing. will later make the zombies wield zombie arms of different variants from their own weapon list,
Zombie Variants: Crawlers, Zombies, Sprinters, Dogs <---so far
With different mapped art
Coding needs to be redone into their own set of js as of now it's mostly all sitting in one html file. :/
 
I plan to finish this in way where it will be capable of mimicking the CoD Zombies style while still being its own little style.
 
 
Overall Progress: 10%
 
Planned Release: TBA
 
Current lines of Code: 580+
 
Current Languages: HTML, JS
 
Video: Very Early Alpha
 
 
Current Written Structure Stability: Medium
Code Extendibility: Low-Medium [Will be adjusted to try to make it more editable/extendable]
 
 
Early Release Options: None, please don't ask.
 
 
I want to prove I can code, but most of the things I've coded I don't want to take credit for....lol. This isn't useful in most cases.
 
So I am starting with this nice simple web zombies game.
 
 
Let me know your thoughts! Sorry video is 720p.
 
THIS IS IN NO WAY AN ACCURATE REPRESENTATION OF THE FUTURE VARIANTS. As much will be adjusted/built onto.
 
Lines of coding when done. Hopefully less then 12k or something like 4k but idk.
 

Double Post Merge: December 14, 2023, 09:07:17 am

As for the art.....an artist or someone stellar would be awesome as I already had to rig up the zombies/dogs/etc myself and I use paint.net ...so like I'm not the best but I get by.
 
Will post weekly updates so you can see it evolve into a little game based ontop of building from this concept.