- Apr 4, 2020
- 24
- 7
Usually that means you've installed mods in the wrong order or the wrong place.anyone know how to solve this error?
the mega download is no longer availableHere you go. Only things I changed from RTTrue's guide were I uninstalled cumflation since it was acting funny and I pre-installed myYou must be registered to see the linksfor NamelessDEV's mods which covers around 85 lines mostly in the CityPark and Slum Service mods (and a few fixes in Contraction Preventer and Birth Delayer).
Not sure what the issue is on your end, but it's definitely working fine for me.the mega download is no longer available
js/plugins.js
which could cause conflicts, I'm also starting to come up with ideas on how mod load order can be handled (and how to properly handle multiple mods modifying the same CommonEvent)/* MOD_Preboot
* Written by Phillip 'Antidote' Stephens
* USAGE:
* Modify index.html and add `<script type="text/javascript" src="mod_preboot.js"></script>` after plugins.js
*/
(function(){
'use strict'
const fs = require('fs')
const path = require('path')
const preboot_plugins = fs.readdirSync('./preboot_plugins')
preboot_plugins.forEach(plugin => {
const plugin_data = fs.readFileSync(path.join('./preboot_plugins', plugin));
$plugins.push(JSON.parse(plugin_data.toString()))
});
// TODO: Add other preboot hooks that may be necessary
})();
www/preboot_plugins
for example{
"name":"TDDP_PixelPerfect",
"status":true,
"description":"1.1.1 Enable pixel perfect scaling mode for your game",
"parameters": {
"enableIngameOptions":"true",
"labels":"",
"en":"Pixel Perfect Mode",
"ja":"ピクセルパーフェクトモード",
"zh":"像素完美模式",
"ko":"픽셀 퍼펙트 모드",
"ru":"Режим Pixel Perfect"
}
}
Interesting !I just created a script to add plugins without having to modifyjs/plugins.js
which could cause conflicts, I'm also starting to come up with ideas on how mod load order can be handled (and how to properly handle multiple mods modifying the same CommonEvent)
All you need to do is drop a properly formatted plugin json file (same exact format from RPG Maker) inJavaScript:/* MOD_Preboot * Written by Phillip 'Antidote' Stephens * USAGE: * Modify index.html and add `<script type="text/javascript" src="mod_preboot.js"></script>` after plugins.js */ (function(){ 'use strict' const fs = require('fs') const path = require('path') const preboot_plugins = fs.readdirSync('./preboot_plugins') preboot_plugins.forEach(plugin => { const plugin_data = fs.readFileSync(path.join('./preboot_plugins', plugin)); $plugins.push(JSON.parse(plugin_data.toString())) }); // TODO: Add other preboot hooks that may be necessary })();
www/preboot_plugins
for example
JSON:{ "name":"TDDP_PixelPerfect", "status":true, "description":"1.1.1 Enable pixel perfect scaling mode for your game", "parameters": { "enableIngameOptions":"true", "labels":"", "en":"Pixel Perfect Mode", "ja":"ピクセルパーフェクトモード", "zh":"像素完美模式", "ko":"픽셀 퍼펙트 모드", "ru":"Режим Pixel Perfect" } }
No idea what this means but it sounds like more stability!I just created a script to add plugins without having to modifyjs/plugins.js
which could cause conflicts, I'm also starting to come up with ideas on how mod load order can be handled (and how to properly handle multiple mods modifying the same CommonEvent)
All you need to do is drop a properly formatted plugin json file (same exact format from RPG Maker) inJavaScript:/* MOD_Preboot * Written by Phillip 'Antidote' Stephens * USAGE: * Modify index.html and add `<script type="text/javascript" src="mod_preboot.js"></script>` after plugins.js */ (function(){ 'use strict' const fs = require('fs') const path = require('path') const preboot_plugins = fs.readdirSync('./preboot_plugins') preboot_plugins.forEach(plugin => { const plugin_data = fs.readFileSync(path.join('./preboot_plugins', plugin)); $plugins.push(JSON.parse(plugin_data.toString())) }); // TODO: Add other preboot hooks that may be necessary })();
www/preboot_plugins
for example
JSON:{ "name":"TDDP_PixelPerfect", "status":true, "description":"1.1.1 Enable pixel perfect scaling mode for your game", "parameters": { "enableIngameOptions":"true", "labels":"", "en":"Pixel Perfect Mode", "ja":"ピクセルパーフェクトモード", "zh":"像素完美模式", "ko":"픽셀 퍼펙트 모드", "ru":"Режим Pixel Perfect" } }
I get this same bug on Rich House. Hard Locks the game the mod has been installed along with the patch and it's pre-requisites.Anyone knows what causes this thing to happen,trying to enter rich house
anyone have link fully moded??the mega link is dead
Yeap I've tried a handful of things such as updating mods related to it. 2.0 is the latest version correct?I get this same bug on Rich House. Hard Locks the game the mod has been installed along with the patch and it's pre-requisites.
I can't but getting 'way too much money' is just a matter of writing down the cafe orders and doing the perfect clear a few times.Can anyone give me a file that have a 9999999999 money for Hazumi and Pregnation?
just use mtool broCan anyone give me a file that have a 9999999999 money for Hazumi and Pregnation?
Seriously, just do the cafe job a few times.Can anyone provide a money mod?
How to activate this Zip file to the game. Because it's not working if I saved it as RPGsave file?Start of the game save with 999999999 bucks.