From fb62a1fb877194c73799384f34f0a5e3c3aad030 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:37:18 +0100 Subject: [PATCH] Update README.md (#2468) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb47fff5..2b6fd104f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ We do not distribute any assets from the game - you must use your own legitimate ## Project Description -This project is to port Jak 1 (NTSC, "black label" version) to PC. Over 98% of this game is written in GOAL, a custom Lisp language developed by Naughty Dog. Our strategy is: +This project is to port the original Jak and Daxter and Jak II to PC. Over 98% of the games are written in GOAL, a custom Lisp language developed by Naughty Dog. Our strategy is: - decompile the original game code into human-readable GOAL code - develop our own compiler for GOAL and recompile game code for x86-64 - create a tool to extract game assets into formats that can be easily viewed or modified @@ -76,7 +76,7 @@ We support both Linux and Windows on x86-64. ### Current Status -Jak 1 is largely playable from start to finish with a handful of bugs that are continually being ironed out. +Jak 1 is largely playable from start to finish with a handful of bugs that are continually being ironed out. Jak 2 is in development. ![](./docs/img/promosmall1.png) ![](./docs/img/promosmall2.png)