Commit graph

78 commits

Author SHA1 Message Date
569ef037ec Added lesser variants to shock core and biorifle ammo for balance.
Added "dropped ammo" properties to all weapons, also for balance.
Silence warnings about floating point truncation.
2018-06-13 13:24:57 +02:00
884bbab247 Fix autoaim behavior on pulsegun beams. 2018-06-13 12:18:02 +02:00
a1ad5a7463 Don't store secplanes directly on biogel, fixes inability to save since secplanes can't be serialized. 2018-06-12 14:08:03 +02:00
c60336b950 hotfix: sniper rifle zoom and guided redeemer should hide crosshair. 2018-06-11 19:38:58 +02:00
07915ea7c2 Added first person visual effects to all weapons.
Added "instant rocket" mode to RL, toggleable with reload button.
Various adjustments to offsets and scales.
Fixed a bug where other armors wouldn't absorb damage if at least one of them is depleted.
Reduced armor bonus pickup amount to 1, and made it absorb more damage the more you have, up to a 75% cap at max amount.
Tweaked vibration on the Chainsaw.
More particles for rockets and flak slugs.
Reduced delay for rocket launcher refire.
Fixed Pulse balls having no XY billboarding.
Tweaked Pulse bolt visual effects.
Reduced shake of Shock Rifle and Enhanced Shock Rifle to more bearable levels.
Fixed clipping on the Ripper after offsets were changed.
2018-06-11 18:25:09 +02:00
9561ca57b1 Corrected footstep sound behavior when walking on bridge actors over a liquid. 2018-06-09 23:08:30 +02:00
c5a79e45e3 Biorifle sludge now properly follows wall, ceiling and floor movement.
Redeemer shockwaves properly respect actor mass and the DONTTHRUST flag.
All weapons and projectiles have had their knockback adjusted.
2018-06-09 22:53:39 +02:00
c1e21988bb Allow refire of pulsegun and minigun during cooldown/unwind. 2018-06-09 14:49:55 +02:00
aa3fd89bcb Changed up all the model offsets again due to complaints about inconsistency with UT.
Added view-space effects to Enforcer and Biorifle, others will follow soon.
Added smoke particles to spent casings.
Added green smoke particles to biorifle sludge explosions.
Touched up how rockets and grenades are fired.
Fixed a VM abort when the game is loaded while there's a Redeemer blast active.
2018-06-09 14:21:13 +02:00
9ed6c9dea0 Adjusted projectile speeds across the board for more consistency.
Tweaked guided redeemer missile movement, no longer makes sharp turns.
Additional development notes so I don't forget what I should do next.
2018-06-08 16:01:12 +02:00
b69a5cfe05 Update the ZScript version too 2018-06-07 01:04:25 +02:00
c434d1ff3f GZDoom 3.4.0 has been released 2018-06-07 01:01:01 +02:00
5a80f170fa Missed the Pulsegun on previous fix. 2018-06-06 00:53:05 +02:00
729563f8ae Corrected thrust angle of all trace-based damages. 2018-06-06 00:47:10 +02:00
Marisa Kirisame
f5181637b5
Merge pull request #1 from OrdinaryMagician/blockasplayer
Add BLOCKASPLAYER to translocator modules
2018-06-05 21:46:06 +02:00
0df3c3c68d Fixed a big screwup with the flak chunk modeldef entries. In my defense, MODELDEF ought to be documented better. 2018-06-04 18:02:07 +02:00
7f6ee5dd0e Greatly simplified MODELDEF blocks. 2018-06-04 10:15:04 +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
b9e55b1363 Properly corrected the order weapon icons and ammo bars are drawn in. 2018-06-03 17:06:20 +02:00
fec0e03971 Reduced drain rate of Enhanced Shock Rifle.
Block switching to Enhanced Shock Rifle when out of ammo.
Reduced the minimum velocity for landing sounds, should help with repeated thumping when walking down stairs.
2018-06-03 16:27:08 +02:00
a73a2b2977 Reduced extra ammo cost of Enhanced Shock Rifle Combo from +2 to +1.
Changed the HUD ammo bar drawing so it skips weapons that are out of ammo.
Added bug note about the translocator and player blocking lines being ignored.
2018-06-03 16:17:54 +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
bd5561f181 Added missing alternate explosion sprites for biorifle gel. 2018-06-02 17:45:02 +02:00
315f336b1d Add missing decals for enhanced shock rifle combo. 2018-06-02 16:28:22 +02:00
1b72e1d335 Update Readme.md since GZDoom merged the fix PR. 2018-06-02 15:00:56 +02:00
c8df701f27 Add note about why invisibility breaks the weapon models. 2018-06-01 20:00:08 +02:00
9685bba79c Fix abort in MP when respawning. 2018-06-01 19:20:17 +02:00
be6c9f399c Added support for DamNums. 2018-06-01 18:56:41 +02:00
10f51e4414 Go into more detail about the pulse beam interpolation quirks. 2018-06-01 18:19:25 +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
413735dc24 Add automap HUD 2018-06-01 12:13:18 +02:00
e194f44ffd Fix Enforcer not being autoselected on pistol start.
Made "custom color" the default choice for HUD.
2018-06-01 11:40:04 +02:00
dd689c7962 Moved beta UDamage to an add-on. 2018-06-01 11:30:56 +02:00
9fe1ce2413 QZDoom has my PR merged in, notify about this. 2018-06-01 10:07:04 +02:00
0c8409ac29 I swear this is the last one 2018-05-31 22:44:12 +02:00
4a6b9df467 eeehhhh... 2018-05-31 22:43:32 +02:00
c358190a2a Fix up the readme 2018-05-31 22:43:01 +02:00
eb4cd4ca77 Rename readme to markdown. 2018-05-31 22:42:18 +02:00
8b4882335e Added note about required PR 2018-05-31 22:41:46 +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
eaa6f118d8 Alt razor blades were still dealing decapitation damage. 2018-05-30 23:04:46 +02:00
c786a82d82 Rocket Launcher should lose lock-on after firing. 2018-05-30 22:55:04 +02:00
8bfbc0e7cd Tweaked explosion radii to more reasonable scales.
Reduced spread of grenades. Increased size of rocket trail (looks a bit closer to UT now).
Increased radius of single bullet pickup, might have been too small for collision to work properly.
2018-05-30 22:12:49 +02:00
6a5eb5a6e6 Pulse beams should be fullbright. 2018-05-30 21:36:26 +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
f55abc40fb Tweaked some drawing behaviors. Added note about HUD customization. 2018-05-30 19:24:47 +02:00
d8412ec2a5 Merge branch 'master' of github.com:OrdinaryMagician/flak_m 2018-05-30 17:53:29 +02:00
5baca999b5 Made weapons switchable while selecting.
Added footsteps.
Some minor tweaks.
Listed known bugs in readme.
2018-05-30 17:52:20 +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
9cc4986d4a 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 14:38:03 +02:00