Chalwk77 / HALO-SCRIPT-PROJECTS

:white_check_mark: Halo PC|CE - Add-ons for Phasor V2+ and SAPP :new_zealand:
Other
32 stars 13 forks source link

Replace Weapon Projectile #55

Closed Dark3211 closed 5 years ago

Dark3211 commented 5 years ago

Script For: Halo CE/PC

Extension: SAPP

SAPP Version: 10.2.1

Script Run On Custom Maps: Yes

Will the script need to be map and/or gametype specific? No

Details:

(Replace Weapon Projectile) Examples:

Sniper fires Tank shells

Gun fires Sniper shells

Shotgun fires Rocket Launcher shells

Among others..

(If possible) to be able to change the shells of each weapon.

(I hope it is possible to create this script)

Thanks!!

Chalwk77 commented 5 years ago

Completed

link to mod

NOTE: The replacement projectile will still appear as the original projectile (but function properly).

If you want to be able to see replacement projectiles, let me know.

It's quite an involved process.

Dark3211 commented 5 years ago

Like this is ok, Thanks!!

Dark3211 commented 5 years ago

@Chalwk77 Could you add the grenade projectile change and add be able to modify the damage of each projectile?

Note If you do the "see replacement projectiles", would this not crash on custom maps?

Chalwk77 commented 5 years ago

Note If you do the "see replacement projectiles", would this not crash on custom maps?

No. This script will not crash your server. However, projectiles with non-stock tag ids (custom tag ids) will need to be added to the projectiles table manually (one by one) in order to change the respective weapon.

To actually "see" the replacement weapon projectiles, I have to write some object Dependency Swapping logic which is very time consuming and rather a pain but doable. I actually do this in my Snipers Dream Team mod which is in Miscellaneous directory.

Regarding the Grenade Projectiles and Damage multipliers -> I'll do that now. Will post an update when finished.

Chalwk77 commented 5 years ago

Mod updated.

Added: Grenades + Damage Multipliers Changed: Tag lookup function

Dark3211 commented 5 years ago

@Chalwk77 Oh, I thought that "seeing replacement projectiles" would crash.

Thanks for the explanation!

Dark3211 commented 5 years ago

@Chalwk77 I would like to "see the projectile replacement". I will wait for the time that be necessary. :v

Dark3211 commented 5 years ago

Is it possible to add projectile speed change?