mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
Merge branch 'docs' of https://github.com/spice2x/spice2x.github.io into docs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<h2>beta downloads</h2>
|
||||
|
||||
<p>Last updated on: May 28th, 2024.</p>
|
||||
<p>Last updated on: May 29th, 2024.</p>
|
||||
|
||||
<p>Note that while beta releases are mostly stable, there may be some glaring bugs. If you experience any issues, please
|
||||
use the most recent stable release. Additionally, some of the new features and option flags may change. It is
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
[
|
||||
{
|
||||
"name": "Standard/Menu Timer Freeze",
|
||||
"description": "Freezes menu timer. va=180B28FA5",
|
||||
"gameCode": "LDJ",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 11699109,
|
||||
"dllName": "bm2dx.dll",
|
||||
"dataDisabled": "0F84",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "Monitor Adjust Offset",
|
||||
"description": "Changes base timing offset value. va=0x181274D38",
|
||||
"gameCode": "LDJ",
|
||||
"type" : "number",
|
||||
"patch": {
|
||||
"dllName": "bm2dx.dll",
|
||||
"offset" : 19347768,
|
||||
"size": 4,
|
||||
"min" : -1000,
|
||||
"max" : 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "Full Screen Monitor Check FPS Target",
|
||||
"description": "Changes full screen refresh rate. va=180AC9445",
|
||||
"gameCode": "LDJ",
|
||||
"type" : "number",
|
||||
"patch": {
|
||||
"dllName": "bm2dx.dll",
|
||||
"offset" : 11307084,
|
||||
"size": 2,
|
||||
"min" : 60,
|
||||
"max" : 1200
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,7 +1,6 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "M32",
|
||||
"dateCode": 2022102400,
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"type": "memory",
|
||||
@@ -17,8 +16,7 @@
|
||||
},
|
||||
{
|
||||
"gameCode": "M32",
|
||||
"dateCode": 2022102400,
|
||||
"name": "Infinite Stage 2022102400",
|
||||
"name": "Infinite Stage",
|
||||
"description": "Play forever",
|
||||
"caution": "Scores will not save",
|
||||
"type": "memory",
|
||||
@@ -40,7 +38,6 @@
|
||||
"patches": [
|
||||
{
|
||||
"name": "MOMENT (Default)",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "4D4F4D454E54",
|
||||
@@ -48,8 +45,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MOMENTO",
|
||||
"type": "union",
|
||||
"name": "MOMENO",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "4D4F4D454E4F",
|
||||
@@ -58,7 +54,6 @@
|
||||
},
|
||||
{
|
||||
"name": "SECOND",
|
||||
"type": "union",
|
||||
"patch": {
|
||||
"dllName": "game.dll",
|
||||
"data": "5345434F4E44",
|
||||
|
||||
Reference in New Issue
Block a user