Mikor987

Active Member
May 20, 2020
501
547
Heyy guys, can you help me with this one View attachment 756278
When i click on the save file it doesnt open and makes the same sound of the empty ones, idk what to do...
Check if the file physically exists, its name is Defaultfile1.rpgsave.

Location depends on your Operating System:

Windows: The save files are located in: \Users\<Your User Name>\AppData\Local\User Data.
Mac: Users/Username/Library/Application Support
Android: The save files are in android/data but are only accessible in rooted phones.
Linux: ~/.config/KADOKAWA/RPGMV
 
  • Like
Reactions: LOKI89

wicked 035

Member
Dec 12, 2018
214
135
How much is the money cap now? Now that its way easier to get money I want to spray for a few expensive items at Squalmart. :LOL:
 

oCATo

Well-Known Member
Aug 21, 2018
1,965
2,080
Ok im totaly stuck i have fixed camera but Ash wont apper. According to guide he should be at sualmark but no dice.
Yes, this different, if you not play exactly like walkthrough.
By me, he was sometime also standing by Church.
Look also by Library, Doctors Office, Full Mast Bar, Parlor.
If you not found, you need go back in saves 1 % or 2 % and play exactly like walkthrough.

if this not help, you have a bug and need delete the game together with the path User Data and start new.
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,561
7,329
How much is the money cap now? Now that its way easier to get money I want to spray for a few expensive items at Squalmart. :LOL:
Should be infinity or close to. Though getting that far up would take months IRL and serve no purpose aside you emptying the stuff at the shop and potentially crapping future builds. Aside from that, it's been pretty high for a while (like v25 or such)
 
  • Like
Reactions: wicked 035

HK Cln

New Member
Feb 9, 2020
5
11
There is an error in the Linux version:
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf

I believe it is the version of fontconfig-13, where the cache files conflict.
To resolve, create the folder "fonts" in the game directory. Inside the new directory create the file "fonts.conf" with the following content:

<fontconfig>
<dir>/usr/share/fonts</dir>
<cachedir>fonts</cachedir>
</fontconfig>
To run the game, always use the command below:
FONTCONFIG_PATH=fonts ./nw

"./nw" is the launcher's path.
Another solution would be to delete the cache files from the "var/cache /fontconfig" directory, but I don't know the effects.
 

Hoschimitzu

Newbie
Apr 2, 2018
24
9
This game is something else xD

Using Ubuntu so i downloaded Linux Version whivh wont Start at all (even with Terminal)
Downloaded Windows version and the game runs just fine

When i got more time i will look into that.
 

Mikor987

Active Member
May 20, 2020
501
547
This game is something else xD

Using Ubuntu so i downloaded Linux Version whivh wont Start at all (even with Terminal)
Downloaded Windows version and the game runs just fine

When i got more time i will look into that.
you have to make nv and launcher.sh executable:

chmod +rx nv
chmod +rx launcher.sh

then

./launcher.sh

if it does not work what is the result of getfacl launcher.sh
 

Surplouf

Member
May 5, 2020
203
197
This game is something else xD

Using Ubuntu so i downloaded Linux Version whivh wont Start at all (even with Terminal)
Downloaded Windows version and the game runs just fine

When i got more time i will look into that.
Have a problem with the new Ubuntu 20. The Game exec do not work. Is probably a library problem. Create a new launch file.

Put this code:
Code:
#!/usr/bin/env bash

./nw
Save it as launcher.sh and use it for new launcher. In graphic environment

Is not the most elegant way. But the most easiest for all. Only NW do not work in graphic environment. You need to be in shell script. With this small script. You can launch it from graphic environment.
 
4.50 star(s) 537 Votes