JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

v1.3.22 Release To Do List #295

Closed DarthFutuza closed 4 years ago

DarthFutuza commented 5 years ago

Changes to be in v1.3.22

New Features

Bug Fixes and Balance Changes

Optional (if we have time)

eezstreet commented 5 years ago

Ion blaster ammo exists, it just doesn't spawn in shops.

DarthFutuza commented 5 years ago

~I fixed most of the Ion blaster ammo efx, just need to have the item put into shops now and make sure its doing correct damage, it seems to be doing a lot against organics. Tried to fix the medicinal healing slugs, but for some reason they keep doing damage even when damage is overriden to be set to 0 or a negative number. Did get it to apply a healing debuff though.~ Its working now.

Silverfang22 commented 5 years ago

Buying a new jetpack or shield should probably automatically replace the old one, this will be less confusing to someone who isn't famaliar with the inventory system.

DarthFutuza commented 5 years ago

While I'm still willing to try and fix the rest of these optional items, I think they can wait for a patch later as they are all code edits that should be small. We're only missing bacta grenades at this point as far as asset based stuff I wanted done. (The grenades are implemented, but just need the correct model in place).

DarthFutuza commented 5 years ago

Initial preview release we tested with Smoo did not go well, Linux builds are evidently really screwy.

DarthFutuza commented 5 years ago

~grenade_bacta_antidote-e will crash the server, need to debug. Doesn't happen on my debug copy so its possibly caused by a missing asset.~ Fixed.

DarthFutuza commented 5 years ago

eezstreet fixed bacta nades, added a few last things in the optional like Noodle's armor sets. Linux builds are still screwy and need investigating.

DarthFutuza commented 5 years ago

Properly added ion ammo overrides, and shield/jetpack autoequipping. Also fixed a major bug with MOD ammo overrides.

DarthFutuza commented 5 years ago

Found a bug with certain types of ION ammo apparently removing/replacing the normal gun's ammo. eg: ELG ION is fine, but any of the ION Power Paks are messed up. Once you ammo cycle to the ion ammo, you can't cycle back to the regular ammo. I think its probably an issue with the power pak ammo type, but requires more investigation.

DarthFutuza commented 4 years ago

~Seems shields are only blocking the default weapon stun, a q2 stun is still applying even with a shield present, but shields do block the default weapon's stun mode. Might need to add damage type to q2 and potentially other weapons missing it.~ Fixed, affected items were missing "meansofdeath": "MOD_STUNNED", from their .wpn definitions.

DarthFutuza commented 4 years ago

Buying a new jetpack or shield should probably automatically replace the old one, this will be less confusing to someone who isn't famaliar with the inventory system.

Okay fixed with 2b1b1bf077875ec5b6752d4b2ad94b46f3d4e039

DarthFutuza commented 4 years ago

Linux builds are fixed, however...currently the client will crash during a map load unless you are using the debug binary. So...that's what I'm doing for now until I have time to investigate. More importantly dedicated binary release works just fine.

DarthFutuza commented 4 years ago

0f73b877 fixed most of the ammo pricing issues, this was caused by an int that should have been a float.

DarthFutuza commented 4 years ago

293dde4 fixed the rest of the ammo price issues, everything is working* as it should finally.

*Till we find more issues during a playtest, lol.

DarthFutuza commented 4 years ago

Map Pack 2 is basically ready, just waiting on Noodle for final changes and then I need to do a readme.

DarthFutuza commented 4 years ago

Map Pack #2 is out, need to submit to JKHub.

DarthFutuza commented 4 years ago

Fixed tripmines in 480180b

DarthFutuza commented 4 years ago

Okay I think I got everything I want that's possible in v1.3.22, just doing a last test before release. Going to close this out and move the unfinished issues to the next patch.