Create and Fuck your AI Cum Slut –70% OFF
x
1.00 star(s) 1 Vote

Kayzuku

New Member
Nov 11, 2024
3
0
45
I open the game and reviced this error in archlinux, wayland.
Required value 'name' is missing or invalid.

I fixed the error like this, open "package.json" and replace this:
{
"name": "",
"main": "www/index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}

The variable "nome" without an attribute returns an error in my system, I changed it to this:
{
"name": "V-Tuber [v0.5]",
"main": "www/index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}


You don't have permission to view the spoiler content. Log in or register now.

The missing file causing the error is here: "data/Map018.json" named "1_beging" without the ".png".

Since it returned an error even when I added a PNG. In file "data/Map018.json" i removed the "1_beging":
"parameters":[20,"1_beging",0,0,0,420,100,100,255,0]}

and it looks like this in the "data/Map018.json" file and no longer returns an error, but the character doesn't appear when clicking on "bed" in the "skull icon", it only appears during the sex action:
"parameters":[20,"",0,0,0,420,100,100,255,0]}

You don't have permission to view the spoiler content. Log in or register now.
 

Kayzuku

New Member
Nov 11, 2024
3
0
45
Idk how to install the game on Android, help please
You need the Joiplay LINK app to run it on Android.

It's possible to create an installable app on Android, but it's complex and tedious. You'd need Java, the Android SDK, Cordova, and you'd have to modify the game files to make the resolution fill the entire Android screen. When I generated an APK of another game, clicking in one place was interpreted as a left click, but clicking in more than one place was interpreted as a right mouse click. Some RPG Maker games require keyboard buttons, which would make the process more difficult because it would require an RPG Maker plugin to simulate a keyboard or controller. It's better to use Joiplay because it supports clicks, has a built-in controller and keyboard, and is more discreet against curious people who want to see your installed APKs.
 
1.00 star(s) 1 Vote