jak-project/goal_src/jak2/engine/target
Tyler Wilding db66ae4627
g/j2: Dynamic speedrun mode categories and implement a significant amount of a practice mode (#3378)
For example, `AppData/OpenGOAL/jak2/features/speedrun-categories.json`
is defined as such:
```json
[
  {
    "cheats": 0,
    "completed_task": 0,
    "continue_point_name": "",
    "features": 0,
    "forbidden_features": 992,
    "name": "Gunless",
    "secrets": 0
  },
  {
    "cheats": 1,
    "completed_task": 29,
    "continue_point_name": "ctypal-shaft",
    "features": 1024,
    "forbidden_features": 0,
    "name": "Turbo Jetboard - After Praxis 1",
    "secrets": 0
  }
]
```
> These entries can be created using the in-game menu as well.


https://github.com/open-goal/jak-project/assets/13153231/9b17a116-4aa9-40ad-b9f5-02b04e0ad4f3

---------

Co-authored-by: dallmeyer <2515356+dallmeyer@users.noreply.github.com>
2024-02-23 19:04:44 -05:00
..
board g/j2: Dynamic speedrun mode categories and implement a significant amount of a practice mode (#3378) 2024-02-23 19:04:44 -05:00
gun [high fps] Increase input buffer size and fix cloud scroll speed (#3178) 2024-02-23 18:58:45 -05:00
mech [jak2] implement statistics tracker (#3288) 2024-01-11 22:49:41 +00:00
collide-reaction-target.gc decompiler: obj -> this, set-time! and time-elapsed? macros (#3026) 2023-09-26 15:17:00 +01:00
darkjak-h.gc deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
logic-target.gc rename joint node and art element macros (#3111) 2023-11-01 23:16:00 +00:00
sidekick.gc decompiler: obj -> this, set-time! and time-elapsed? macros (#3026) 2023-09-26 15:17:00 +01:00
surface-h.gc deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
target-anim.gc decompiler: obj -> this, set-time! and time-elapsed? macros (#3026) 2023-09-26 15:17:00 +01:00
target-carry.gc [high fps] Increase input buffer size and fix cloud scroll speed (#3178) 2024-02-23 18:58:45 -05:00
target-darkjak.gc fix dark jak punch sound and some samos sounds (#3214) 2023-11-19 11:35:07 +00:00
target-death.gc deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
target-gun.gc [high fps] Increase input buffer size and fix cloud scroll speed (#3178) 2024-02-23 18:58:45 -05:00
target-h.gc deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
target-handler.gc decompiler: better automatic detection of art groups and joint-node-index macro detection (#3061) 2023-10-06 16:42:16 +02:00
target-part.gc decompiler: obj -> this, set-time! and time-elapsed? macros (#3026) 2023-09-26 15:17:00 +01:00
target-swim.gc [high fps] Increase input buffer size and fix cloud scroll speed (#3178) 2024-02-23 18:58:45 -05:00
target-tube.gc [high fps] Increase input buffer size and fix cloud scroll speed (#3178) 2024-02-23 18:58:45 -05:00
target-turret-shot.gc deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
target-turret.gc rename joint node and art element macros (#3111) 2023-11-01 23:16:00 +00:00
target-util.gc deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
target.gc [high fps] Increase input buffer size and fix cloud scroll speed (#3178) 2024-02-23 18:58:45 -05:00
target2.gc [high fps] Increase input buffer size and fix cloud scroll speed (#3178) 2024-02-23 18:58:45 -05:00