Did you make sure to save the plugin as DreamX_Options.js? Are you using a .json file for the plugin?I have tried your plugin, but when I try to access the options menu in-game, I just get a black tint, no options whatso ever.
I will rename it now, but what do you mean use a .json file?Did you make sure to save the plugin as DreamX_Options.js? Are you using a .json file for the plugin?
Please read the entire thread and help documentation for the plugin, it is explained there.I will rename it now, but what do you mean use a .json file?
How can I make it rescale images such as title screen and character busts?Please read the entire thread and help documentation for the plugin, it is explained there.
Not currently a feature, but something I'd like to do in the future.How can I make it rescale images such as title screen and character busts?
Oh okay.Not currently a feature, but something I'd like to do in the future.
"VARIABLES": {
},
I have added a few more resolutions, and it was fine until I scrolled through them (ingame) to the minimum. After that I couldn't go past the resolution in the middle (I ordered the resolutions from least to greatest), being stuck between the least and the middle.@Nirvis
Go into the json file and remove them.
For example:
"VARIABLES": {
"1": {
"step": "5",
"min": "100",
"max": "150",
"percent": "true"
},
"2": {
"step": "1",
"min": "10",
"max": "15"
},
"10": {
"step": "1",
"min": "1",
"max": "3",
"value_text": {
"1": "Low",
"2": "Normal",
"3": "Heavy"
}
}
},
into this:
"VARIABLES": {
},
If you can use this to make a demo showcasing this problem and upload it to dropbox.com, it would be very helpful for solving this problem.I have added a few more resolutions, and it was fine until I scrolled through them (ingame) to the minimum. After that I couldn't go past the resolution in the middle (I ordered the resolutions from least to greatest), being stuck between the least and the middle.
https://www.dropbox.com/s/9fi77ew3untnvjm/Demo.rar?dl=0If you can use this to make a demo showcasing this problem and upload it to dropbox.com, it would be very helpful for solving this problem.
Thanks, I'll try to check it out and fix/address the issue soon.
Thanks for helping me out, cheers dude.Thanks, I'll try to check it out and fix/address the issue soon.