diff options
| author | Matheus Willder <46294160+matheuswillder@users.noreply.github.com> | 2026-04-12 19:09:58 +0000 |
|---|---|---|
| committer | Matheus Willder <46294160+matheuswillder@users.noreply.github.com> | 2026-05-09 00:09:22 +0000 |
| commit | 9cc177cc79107a5d48afe1ee8b66e91f4673893c (patch) | |
| tree | 1734b0ac82a2a78fedeecb9e27e445a5715c6d83 /Data | |
| parent | 6ed8dec7ac6fd5113adc3664c10875fe452b4efe (diff) | |
AR/Gecko codes to unlock Black Edition and Collector's Edition in Need for Speed
It also updates a game's INI file, as per conversation in this PR
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GOW.ini | 2 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GOWE69.ini | 6 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GW5E69.ini | 6 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/RNSE69.ini | 5 |
4 files changed, 18 insertions, 1 deletions
diff --git a/Data/Sys/GameSettings/GOW.ini b/Data/Sys/GameSettings/GOW.ini index fd085a01b1..c24c374b66 100644 --- a/Data/Sys/GameSettings/GOW.ini +++ b/Data/Sys/GameSettings/GOW.ini @@ -1,4 +1,4 @@ -# GOWD69, GOWE69, GOWF69, GOWJ69, GOWP69 - NFS Most Wanted +# GOWD69, GOWE69, GOWF69, GOWJ69, GOWP69 - Need for Speed: Most Wanted [Core] JITFollowBranch = False diff --git a/Data/Sys/GameSettings/GOWE69.ini b/Data/Sys/GameSettings/GOWE69.ini new file mode 100644 index 0000000000..dcebb5a8aa --- /dev/null +++ b/Data/Sys/GameSettings/GOWE69.ini @@ -0,0 +1,6 @@ +# GOWE69 - Need for Speed: Most Wanted + +[Gecko] +$Unlock Black Edition [Xanvier] +C241EECC 00000001 +00000001 00000000 diff --git a/Data/Sys/GameSettings/GW5E69.ini b/Data/Sys/GameSettings/GW5E69.ini new file mode 100644 index 0000000000..156e63381b --- /dev/null +++ b/Data/Sys/GameSettings/GW5E69.ini @@ -0,0 +1,6 @@ +# GW5E69 - Need for Speed: Carbon + +[ActionReplay] +$Unlock Collector's Edition +0AB3E002 18000000 +045075B8 00000001 diff --git a/Data/Sys/GameSettings/RNSE69.ini b/Data/Sys/GameSettings/RNSE69.ini new file mode 100644 index 0000000000..b90af989de --- /dev/null +++ b/Data/Sys/GameSettings/RNSE69.ini @@ -0,0 +1,5 @@ +# RNSE69 - Need for Speed: Carbon + +[Gecko] +$Unlock Collector's Edition [TCRF] +006F9D5B 00000001 |
