mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Updated to mkxp-z v2.3.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Using mkxp-z v2.2.3 - https://gitlab.com/mkxp-z/mkxp-z/-/releases/v2.2.3
|
# Using mkxp-z v2.3.0 - https://gitlab.com/mkxp-z/mkxp-z/-/releases/v2.3.0
|
||||||
$VERBOSE = nil
|
$VERBOSE = nil
|
||||||
Font.default_shadow = false if Font.respond_to?(:default_shadow)
|
Font.default_shadow = false if Font.respond_to?(:default_shadow)
|
||||||
Graphics.frame_rate = 40
|
Graphics.frame_rate = 40
|
||||||
|
|||||||
@@ -581,6 +581,6 @@ def pbScreenCapture
|
|||||||
t = pbGetTimeNow
|
t = pbGetTimeNow
|
||||||
filestart = t.strftime("[%Y-%m-%d] %H_%M_%S.%L")
|
filestart = t.strftime("[%Y-%m-%d] %H_%M_%S.%L")
|
||||||
capturefile = RTP.getSaveFileName(sprintf("%s.png", filestart))
|
capturefile = RTP.getSaveFileName(sprintf("%s.png", filestart))
|
||||||
Graphics.snap_to_bitmap.to_file(capturefile)
|
Graphics.screenshot(capturefile)
|
||||||
pbSEPlay("Pkmn exp full") if FileTest.audio_exist?("Audio/SE/Pkmn exp full")
|
pbSEPlay("Pkmn exp full") if FileTest.audio_exist?("Audio/SE/Pkmn exp full")
|
||||||
end
|
end
|
||||||
|
|||||||
21
mkxp.json
21
mkxp.json
@@ -20,12 +20,18 @@
|
|||||||
//
|
//
|
||||||
// "rgssVersion": 1,
|
// "rgssVersion": 1,
|
||||||
|
|
||||||
|
// Render using Metal instead of OpenGL, if possible. It should
|
||||||
// Create a debug context and log
|
// be far more reliable across all kinds of Macs.
|
||||||
// OpenGL debug information to the console
|
|
||||||
// (default: disabled)
|
|
||||||
//
|
//
|
||||||
// "debugMode": false,
|
// Using Metal requires macOS 10.13+ and a compatible GPU.
|
||||||
|
// Any machine supporting 10.14+ or newer should automatically
|
||||||
|
// support Metal.
|
||||||
|
//
|
||||||
|
// Unless there's some kind of problem, you should really leave
|
||||||
|
// this on. OpenGL will cause trouble, such as blitting problems,
|
||||||
|
// the Steam overlay not working, and v-sync failing completely.
|
||||||
|
|
||||||
|
// "preferMetalRenderer": true,
|
||||||
|
|
||||||
|
|
||||||
// Continuously print average FPS to console.
|
// Continuously print average FPS to console.
|
||||||
@@ -94,7 +100,6 @@
|
|||||||
|
|
||||||
|
|
||||||
// Enforce a static frame rate
|
// Enforce a static frame rate
|
||||||
// This option may be force-disabled at build time.
|
|
||||||
// (0 = disabled)
|
// (0 = disabled)
|
||||||
//
|
//
|
||||||
// "fixedFramerate": 0,
|
// "fixedFramerate": 0,
|
||||||
@@ -209,7 +214,6 @@
|
|||||||
|
|
||||||
// Define raw scripts to be executed before the
|
// Define raw scripts to be executed before the
|
||||||
// actual Scripts.rxdata execution starts
|
// actual Scripts.rxdata execution starts
|
||||||
// This option may be force-disabled at build time.
|
|
||||||
// (default: none)
|
// (default: none)
|
||||||
//
|
//
|
||||||
// "preloadScript": ["my_win32_wrapper.rb",
|
// "preloadScript": ["my_win32_wrapper.rb",
|
||||||
@@ -222,6 +226,7 @@
|
|||||||
//
|
//
|
||||||
// "pathCache": true,
|
// "pathCache": true,
|
||||||
|
|
||||||
|
|
||||||
// Add 'rtp1', 'rtp2.zip' and 'game.rgssad' to the
|
// Add 'rtp1', 'rtp2.zip' and 'game.rgssad' to the
|
||||||
// asset search path (multiple allowed)
|
// asset search path (multiple allowed)
|
||||||
// (default: none)
|
// (default: none)
|
||||||
@@ -346,6 +351,6 @@
|
|||||||
"z": "Special",
|
"z": "Special",
|
||||||
"l": "(unused)",
|
"l": "(unused)",
|
||||||
"r": "(unused)"
|
"r": "(unused)"
|
||||||
},
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user