Quote:
Originally Posted by Semwize
try
Spoiler:
Code:
sickel reboot timeout (20 sec):
- Enabled: no
- Description: increases sickel reboot time if no ping from 10s to 20s
- PatchGroup: sickel reboot timeout
- ReplaceBytes: {Offset: 0x0035BC, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
- ReplaceBytes: {Offset: 0x0035CE, FindH: 42 F2 10 71, ReplaceH: 44 F6 20 61}
- ReplaceBytes: {Offset: 0x00381A, FindH: 44 F6 20 61, ReplaceH: 49 F6 40 41}
sickel reboot timeout (30 sec):
- Enabled: no
- Description: increases sickel reboot time if no ping from 10s to 30s
- PatchGroup: sickel reboot timeout
- ReplaceBytes: {Offset: 0x0035BC, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
- ReplaceBytes: {Offset: 0x0035CE, FindH: 42 F2 10 71, ReplaceH: 47 F2 30 51}
- ReplaceBytes: {Offset: 0x00381A, FindH: 44 F6 20 61, ReplaceH: 4E F6 60 21}
|
Thanks! Question: Do you know how to increase the timeout value? Say that I want to increase it to 180 seconds (or more). Is it a simple matter of adding 180 to the value in hex? Or is there a trick (like it being a multiple of something)?