Commit graph

32 commits

Author SHA1 Message Date
9e43bf8b8b Projectile physics hotfix from Demolitionist. 2022-11-11 21:07:13 +01:00
602a89cc68 1.2 update w/ GZDoom 4.9 features:
- Changeable player skins.
 - Ammo LEDs are now 1:1 with UT by using canvas textures.
 - Integrate some add-ons, including reskins.
 - Various fixes (some backported from Demolitionist).
 - Migrated from libeye to Gutamatics.
2022-11-05 23:59:16 +01:00
eaf19d3007 1.1.3 mini-update:
- Added hacky ammo displays.
 - Removed swingers.
 - Updated patron credits.
2021-01-24 14:32:13 +01:00
94cba843e4 1.1.1 update (to be made stable after GZDoom updates):
- Sound overhaul, migrated everything to A_StartSound, new sound channels, CHANF_OVERLAP where needed.
 - Fancy titlemap (two variants, one based on the ps2 menu, one based on the v222 menu).
2020-01-04 22:31:56 +01:00
6b248cd843 Some work in progress here.
- Upstreamed GetClipAmount() from Doomreal, for inter-compatibility.
- Fix missing unique pickup messages for clips and single flak shell.
- Implement ice death support.
- Fix frictionless corpses sliding around.
- Add support for a Red Heretic key, should work with any custom maps that use it.
- Added anti-bd feature, thanks to Skerion for letting me use this hilarious video.
- Fixed missing drown sound for Female skins.
- Added missing Redeemer altfire sound.
- Fix damage scaling of Biorifle alt.
- Flak Cannon altfire has been adjusted so it fires faster and reloads slower, like in UT.
- Voodoo dolls can now produce liquid splashes.
- Pain and death sounds will always be overriden by drowning when underwater, like in UT.
- Add player portraits to each class for the settings menu.
2019-11-27 21:27:34 +01:00
b79d29f071 1.0 release. Requires 4.2.3 or higher.
- Migrated screen projection code to libeye.
- Some pickups emit light, like in Doomreal.
- Backported map revealer item from Doomreal.
- Brand new Invulnerability and Night Vision powerups.
- Add option to allow Shield Belt and armors simultaneously.
- Backported armor bonus model from Doomreal.
- Added Dual Enforcers icon for HUD.
- Changed player class names to their character names, like in Doomreal.
- Terrain splashes.
- Translocator doesn't telefrag other players in coop.
- Reduced view shake from Impact Hammer.
- Various other updates and bug fixes.
2019-10-21 22:05:57 +02:00
a13fe014b1 Tweak Translocator modules so monsters lose aggro after it's been damaged. 2019-10-09 12:48:18 +02:00
416b15683e Implement particle mesh effects.
Append heal amount to health pickup messages.
2019-10-02 17:37:44 +02:00
fb96c7523e Portal awareness adjustments to various vector operations.
Got rid of the deprecated Matrix4.GetAxes method. Next step is to get rid of more stuff by migrating to libeye.
Mirrored Translocator model so it shows the actually detailed side. At some point in UT's development it got flipped around for some reason.
Weapon code cleanup (most noticeable on states).
Backported scope shader from Doomreal.
Added optional "dummied out" Sniper zoom sounds from a dubious source.
2019-09-28 20:06:51 +02:00
ada67df8c0 Another fix to something that can fail catastrophically if monsters spontaneously cease to exist in the middle of a DamageMobj call.
Small adjustment to translocator module (hitbox uses master rather than target pointer), for safety.
Removed some leftover sounds.
2019-08-19 20:19:26 +02:00
7d6d0f06f3 Add DONTBOUNCEONSHOOTABLES flag to various projectiles that seem to need it. 2019-08-13 02:50:35 +02:00
4f7117ff70 Small fix for translocator modules bouncing on bridge actors. 2019-08-11 17:25:51 +02:00
96411592b3 Finally add player models (sorta rudimentary but they work).
Updated blood and gore code, it's less WIP now.
Updated readme with some additional notes.
Removed Heretic compat player classes as they are no longer needed.
2019-07-22 02:58:48 +02:00
640231d920 Changed double tap dodge behavior when jumping is disallowed.
Added NOTELEPORT flag to many actors that might need it.
2019-07-20 14:05:59 +02:00
76df49e62b Added activatable items for Heretic, along with a full inventory bar.
Support new versions of Kinsie's test map.
Switch to new GetAxes implementation across the board.
Minor fixes here and there.
2019-05-01 22:32:59 +02:00
923970898e Localization work (spanish fully covered for now).
Added some new fonts for stuff.
Removal of RNG damage.
Instagib DM implemented through flak_instagib cvar.
Enhanced Shock Rifle spawns can be disabled in DM and replaced with UDamage.
Other things will come soon.
2019-04-13 19:18:07 +02:00
775172a7a8 Various changes to feel closer to vanilla UT, mainly in terms of projectile gravity and velocity.
Reduced the smoke on the minigun and casings for better performance.
Corrected the number of chunks (was 6, should be 8) fired by the flak cannon.
Reduced flak chunk spread (should be ~5.5 degrees, was double of that) on the weapon and slugs.
Reduced the size of the shock rifle combo shockwave mesh to be closer to vanilla UT.
Misc. tweaks to health item textures.
Reduced the blur in the Redeemer view shader, it was too strong.
Fix expiration messages on powerups appearing on level changes.
Address complaints about how I change Kinsie's test map. Shouldn't be too dark now.
2019-01-24 22:50:46 +01:00
4189150f17 Assorted changes, including some code cleanup and more accurate UT physics for various projectiles.
I also made the Kinsie's Test Map tweaks toggleable because someone didn't like them.
2019-01-21 22:57:56 +01:00
931f89832c Added Translocator ammo feature from UT2k4.
Prefixed mk_math classes for cross-compat with any other mods that use them.
Fixed incorrect uses of gametic.
Fixed crash caused by incorrect ordering of PendingWeapon checks.
2018-12-17 16:34:23 +01:00
816ccd7b37 Final batch of swingers implemented. 2018-09-15 16:11:37 +02:00
627177c58c Add BLOCKASPLAYER to translocator modules, will merge into master when the gzdoom PR is accepted. 2018-06-03 22:42:50 +02:00
6c096e1b0f Rebalanced things across the board, buffing relatively weak weapons.
Double capacity with backpack for all ammo (except Redeemer, it just gets one extra).
Made Enhanced Shock Rifle ammo drain over time (1 unit per second).
Uncapped health and armor numbers in the HUD.
Fixed Jump Boots not persisting between levels.
Increased duration of invisibility.
Made translocator toggleable (currently requires manually selecting "apply changes" under the menu option).
2018-06-03 16:04:00 +02:00
71b194c6c3 Renamed some sprites for compatibility with Smooth Doom.
Added water step/land sounds.
Made footsteps toggleable (in case the player is using another mod that adds them).
Added handling of liquid terrain on all actors that need it.
Fixed dual enforcers breaking after level transition.
Fixed some refire issues caused by the use of the Resurrect cheat.
Made guided redeemer missiles explode on player death.
Replaced pure particles on pulse gun effects with actor particles.
2018-06-01 17:49:49 +02:00
4c451de008 Reverted radius/height changes to items, it causes issues on many maps.
Implemented proper HUD rendering, along with toggling and resizing. Works just like in UT now.
Added "extended" version of the Beta menu music, quickly put together in OpenMPT. I really like it.
Added M_DOOM graphic and changed the titlemap texture.
Made various screen graphics additive now that I know how to.
Separated pickup and first person brightmaps for Pulse Gun, this is needed for beta skin packs (there will be skins for the Pulse Gun, Redeemer and Impact Hammer).
2018-05-31 22:02:03 +02:00
92ae39afba Various fixes and tweaks. Adjusted collision for most things (turns out projectiles with 0 height break with 3d floors).
Added brightmaps to flak chunks. Reverted chunk trail to be sprite-based.
2018-05-30 21:31:41 +02:00
b1b38561c1 Increased spread of rockets, increased tween time after firing (it looks weird for some fire animations, but it also did in UT anyway). 2018-05-30 17:49:31 +02:00
0a7587a19f Rocket Launcher has been added, and with that (and a couple more tweaks) this mod is ready for the public beta stage (as soon as coelckers/gzdoom#495 is merged). 2018-05-30 14:21:15 +02:00
a6ccec0997 Began working on Rocket Launcher.
Corrected some stuff and tweaked models and offsets again.
Added gib impact sounds (Droplets compat).
Made Translocator module throwing work like in UT (same math, even).
Corrected sludge wall sticking, uses projection now rather than a cheap trace.
2018-05-30 01:36:38 +02:00
a14e43481b Translocator implemented. Tweaked some little things about the HUD, too. 2018-05-27 01:28:35 +02:00
1ddda70712 Impact Hammer fully implemented. 2018-05-25 20:16:37 +02:00
7e38cfddd8 The HUD is complete (actually, I forgot to add key display, will do that later).
All weapon pickup models have been added in. Modeldef has been subdivided to make things easier for me.
2018-05-23 01:48:29 +02:00
d3da87cefe All misc items implemented. Enhanced Shock Rifle implemented.
Going to focus on the HUD now while at the same time doing the remaining weapons.
2018-05-21 20:28:17 +02:00