From d36e4d06f99e15a3c1803ab5e0aba0af194645c7 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Tue, 20 Mar 2018 19:12:26 +0100 Subject: [PATCH] Add sdvx4 timer freeze (closes #14) --- sdvx4.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sdvx4.html b/sdvx4.html index f1110a2..d43bc11 100644 --- a/sdvx4.html +++ b/sdvx4.html @@ -75,7 +75,7 @@ }, { // Created by runner38 - name: 'Non-Effective Rate gauges Start at 0%', + name: 'Non-Effective Rate gauges start at 0%', tooltip: 'This affects all "Hard" Gauge types', patches: [{offset: 0x11ACD0, off: [0x10, 0x27], on: [0x01, 0x00]}] }, @@ -95,7 +95,13 @@ name: 'Omega Dimension Matching scene as default', tooltip: 'Replaces stock matching scene with Omega Dimension matching', patches: [{offset: 0x358B40, off: [0xDC, 0x5F, 0x30, 0x10], on: [0x38, 0x54, 0x30, 0x10]}] - } + }, + { + // Created by runner38 + name: 'Freeze timer in all modes', + tooltip: 'Useful to play with Omega Dimension Ex-Track', + patches: [{offset: 0x75C1B, off: [0x8B, 0x43, 0x60, 0x85, 0xC0, 0x74, 0x04], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}] + }, ]) })