Page 1 of 1

NieR Replicant

Posted: Fri Oct 22, 2021 7:06 am
by aSwedishMagyar
Wanted to make my own table for this game. I think I have perfected my teleport functions which now can save the entire list of locations as a function table file ('locationList'). That table file gets loaded as soon as you enable the table and the function is called to regenerate the entire list. This allows you to keep a running list as you play without having to modify the functions by hand. The table saves your location by zone so you don't end up accidentally teleporting to a fake location.


Current Table:
NieR Replicant ver.1.22474487139.CT
22-10-2021
v1.22474487139
(53.46 KiB) Downloaded 1209 times

Current Options:
  • Pointers
    • Game
      • ActorPlayable
        • Coordinates
          • X
          • Z
          • Y
        • CPlayerParam
          • Max Health
    • CPlayerParam:Current
      • Health
      • Magic
      • XP
      • Money
  • Scripts
    • Inf Health
    • Inf Mana
    • Inf Money
    • Inf Jump
    • Rapid Fire
    • Modify Damage
      • Multiplier
    • Modify Experience Gain
      • Multiplier
    • Teleport Scripts
      • Teleport To Location
      • Save Current Location

Re: NieR Replicant

Posted: Fri Oct 22, 2021 7:25 am
by yaodm2020
Thank you for your table

Re: NieR Replicant

Posted: Fri Oct 22, 2021 7:38 pm
by aSwedishMagyar
Needed to fix a small thing in the teleport saving script to account for the first save in a zone.