Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Update AlwaysTransCollectMode.js #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Rydian
Copy link
Contributor

@Rydian Rydian commented Sep 27, 2017

Updating broken signature.

Updating broken signature.
@cursey
Copy link
Owner

cursey commented Sep 27, 2017

There seems to be an errant comma at the beginning of the signature string.

@ghost
Copy link

ghost commented Jan 12, 2018

This seems to already be integrated properly and referencing AlwaysTransCollectMode.js here in this repo:
(snippet as follows)

// Description:
// Automatically enable Transformation Mastery's Collect Mode and persist it through channel change and log out. (created by Rydian)

var pattern = scan('38 5F 78 0F 84 CF 02 00 00 8B CE');

patch(pattern.add(4), 0x85);

Versus and as per new kanan:
(snippet here)

 {
        "name": "Always Trans Collect Mode",
        "desc": "Automatically enable Transformation Mastery's Collect Mode.",
        "category": "Quality of Life",
        "patches": [
            {
                "pattern": "38 5F 78 0F 84 CF 02 00 00 8B CE",
                "offset": 4,
                "patch": "85"
            }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants