Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,319
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
23
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
546
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
 

13mpty

Member
Aug 31, 2019
420
280
Any walkthrough? im so lost with the snake in the cave and also I have seem other snake puzzl;e that I have never seen
 

Surplouf

Member
May 5, 2020
195
190
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) 507 Votes