aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut
diff options
context:
space:
mode:
authorzxcPandora <81985226+zxcPandora@users.noreply.github.com>2022-09-13 23:29:01 +0800
committerGitHub <noreply@github.com>2022-09-13 17:29:01 +0200
commit0e379c6509ee269b8ab1952248ec6886b542482f (patch)
tree510c932579c423999169df83f325b6b2e744f482 /Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut
parent6a9d495d7b98dee746c076eac0c905a5c90de704 (diff)
downloadNorthstarMods-0e379c6509ee269b8ab1952248ec6886b542482f.tar.gz
NorthstarMods-0e379c6509ee269b8ab1952248ec6886b542482f.zip
[FD]Ronin Phase Shift fix (#473)
* Ronin NoTarget Bug fix it'll case a Ronin Bug;Common in Frontier Defense Npc will ignore the player and other team player in the this titan Here's test log Normal: Start Phase Shift: ent.GetNoTarget() = false Start No target before: ent.GetNoTarget() = false Start No target after: ent.GetNoTarget() = true End Phase Shift: ent.GetNoTarget() = false Start Phase Shift: ent.GetNoTarget() = false Start No target before: ent.GetNoTarget() = false Start No target after: ent.GetNoTarget() = true End Phase Shift: ent.GetNoTarget() = false After trigger bug: Start Phase Shift: ent.GetNoTarget() = false Start No target before: ent.GetNoTarget() = false Start No target after: ent.GetNoTarget() = true Start Phase Shift: ent.GetNoTarget() = true Start No target before: ent.GetNoTarget() = true Start No target after: ent.GetNoTarget() = true End Phase Shift: ent.GetNoTarget() = false End Phase Shift: ent.GetNoTarget() = true * carry over the old state between phases * Update Northstar.CustomServers/mod/scripts/vscripts/weapons/sh_phase_shift.gnut Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> * Update Northstar.CustomServers/mod/scripts/vscripts/weapons/sh_phase_shift.gnut Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> * Update Northstar.CustomServers/mod/scripts/vscripts/weapons/sh_phase_shift.gnut thx Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> * Add convar "ns_use_phase_fix" make this toggleable through a convar, default to fixing ronin phase shift problem allow people to turn off the fix if they wanted Co-authored-by: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_fd.nut')
0 files changed, 0 insertions, 0 deletions