xapican

Devoted Member
May 11, 2020
9,568
14,424
deja vu what?
You posted the same in MB thread, anyway if you go to the provided link you find some convos about false positives or if you misstrust don't play the games, (anyway I never had a problem with malware or similar from this site)
and a web search about what does that warning mean helps you to make a decision, anyway you do you don't listen to a dude (me) writing in a Pirate porn forum.
No ofense nor atack intended from my side.
 
  • Like
Reactions: whichone

therealmrwolf

Active Member
Dec 28, 2020
984
774
You posted the same in MB thread, anyway if you go to the provided link you find some convos about false positives or if you misstrust don't play the games, (anyway I never had a problem with malware or similar from this site)
and a web search about what does that warning mean helps you to make a decision, anyway you do you don't listen to a dude (me) writing in a Pirate porn forum.
No ofense nor atack intended from my side.
i just want to know what that means and thats why i ask here what it meant
 
  • Like
Reactions: xapican

paulphoenix

Member
Jun 2, 2018
113
28
View attachment 2173301

Overview:
Inspired by the Fallout and the S.T.A.L.K.E.R. series, this game offers an original storyline, involving different factions and side-stories that explore romance, violence and everything in between, sprinkled with a lot of adult oriented content. It has been a long since the apocalypse. You play as a Desert Stalker who scours the violent remnants of an civilisation scattered through sand dunes and destroyed cities in what was once the former Egypt.
The aftermath of the war still plagues the lands even after so long, and although your family at home offers a safe and calm haven, you will occasionally be thrown into harsher environments. How you treat others is up to you, as is what alliances you forge, what activities you participate in, and whether you are a self-centered or a more generous character.​

Thread Updated: 2023-07-08
Release Date: 2023-06-30
Developer: ZetanDS - - -
Censored: No
Version: 0.13c
OS: Windows, Linux, Mac, Android
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

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

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

Note: All saves of versions prior to 0.05 will not work with later releases of the game. Also, to avoid potential issues, always unpack new full releases to their own folder and do not overwrite old ones.

DOWNLOAD
Win/Linux: - - MEGA - - PIXELDRAIN
Mac: -
- MEGA - - PIXELDRAIN
Android: - - MEGA - - PIXELDRAIN

Extras: Gallery MOD - Sigs - Walkthrough MOD - PDF Walkthrough - Spanish Translation - Russian Translation - Chinese Translation -
Video Enhancement Mod *

View attachment 1577065 View attachment 1577066 View attachment 1577067 View attachment 1577068 View attachment 1577069 View attachment 1577070 View attachment 1577071 View attachment 1577072 View attachment 1577073 View attachment 1577074 View attachment 1577075 View attachment 1577076
Hello

when i run it on linux /DesertStalker.sh , it says

DesertStalker-0.13c-pc/lib/py2-linux-i686/DesertStalker not found.

this game may not support the linux-i686 plateform.

how can we run this game on 32 bit PC.

it works on windows 32 bit, but not 32 bit linux. is there a way to fix that ? i have no 64 bit processor.

thanks for your help.
 

slashimus

Member
Mar 2, 2019
103
61
Hey any idea how to block the attack in Shani's scene in the zone fighting the bandits? There isn't anything on the screen to tell me how to do it.

Thanks in advance.
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,512
Hello

when i run it on linux /DesertStalker.sh , it says

DesertStalker-0.13c-pc/lib/py2-linux-i686/DesertStalker not found.

this game may not support the linux-i686 plateform.

how can we run this game on 32 bit PC.

it works on windows 32 bit, but not 32 bit linux. is there a way to fix that ? i have no 64 bit processor.

thanks for your help.
This game runs on Ren'Py 7.5.3, so you should be able to download the 7.5.3 SDK and launch the game using the SDK. If that works, then you could either stick to that approach, or build a 32-bit Linux distribution of the game for yourself so that you can launch it normally.

This is basically how I play Ren'Py games that doesn't have Linux build, but I am using 64-bit so I can't help with 32-bit, except the steps should be similar. In summary:
1. Find out Ren'Py version of the game.
2. Download the SDK for that version.
3. Launch or build the game yourself.

Hope that helps. If you need further assistance, you probably should be asking in special threads like this for example, or directly ask the game developer via the appropriate support channels, to avoid getting off-topic on this game thread. The moderator or uploader aren't expected to provide technical support related to the game:HideThePain:.
 

wsnlndr

Newbie
May 20, 2023
98
454
This is exactly how I have solved that problem when some dev removes the files to run his game in linux.
After all, removing linux executables doesn't save much space on disk, just 22-25mb.

I usually do is download the corresponding SDK, the version is in the file "script_version.txt", and in the "lib" folder I add the folder with the executables, in my case -> py3-linux-x86_64, but for 32 bit it should be -> py3-linux-i386 or something similar.

You have to check that the new files are executable, then I also copy renpy.sh in the main folder and with that you can now run games without the need to use wine.
 
  • Yay, new update!
Reactions: JohnF95zone

paulphoenix

Member
Jun 2, 2018
113
28
This game runs on Ren'Py 7.5.3, so you should be able to download the 7.5.3 SDK and launch the game using the SDK. If that works, then you could either stick to that approach, or build a 32-bit Linux distribution of the game for yourself so that you can launch it normally.

This is basically how I play Ren'Py games that doesn't have Linux build, but I am using 64-bit so I can't help with 32-bit, except the steps should be similar. In summary:
1. Find out Ren'Py version of the game.
2. Download the SDK for that version.
3. Launch or build the game yourself.

Hope that helps. If you need further assistance, you probably should be asking in special threads like this for example, or directly ask the game developer via the appropriate support channels, to avoid getting off-topic on this game thread. The moderator or uploader aren't expected to provide technical support related to the game:HideThePain:.
i will try to download this SDK

This is exactly how I have solved that problem when some dev removes the files to run his game in linux.
After all, removing linux executables doesn't save much space on disk, just 22-25mb.

I usually do is download the corresponding SDK, the version is in the file "script_version.txt", and in the "lib" folder I add the folder with the executables, in my case -> py3-linux-x86_64, but for 32 bit it should be -> py3-linux-i386 or something similar.

You have to check that the new files are executable, then I also copy renpy.sh in the main folder and with that you can now run games without the need to use wine.
in my case it seems to be py2-linux-i686 (this is what was provided for this game in its zip file inside)

i am not familiar with launching games with SDK, i am just a basic linux user, i can only launch somes commands, and some basic .sh files. how can extract the games files to put it inside the sdk to launch it ?
 

Noonwraith

Newbie
Oct 24, 2022
55
97
i am not familiar with launching games with SDK, i am just a basic linux user, i can only launch somes commands, and some basic .sh files. how can extract the games files to put it inside the sdk to launch it ?
Other way around, you want to copy py2-linux-i686 from the SDK's lib folder into the game's lib folder.

I looked in the game folder and it looks like the 32 bit Python 2 is there but it's just missing the binary, just like the error message tells you. I don't think you have to copy the whole folder, all you need to do is copy the renpy-7.5.3-sdk/lib/py2-linux-i686/renpy file from the SDK into DesertStalker-0.13c-pc/lib/py2-linux-i686/ and rename that copy from renpy to DesertStalker so you end up with DesertStalker-0.13c-pc/lib/py2-linux-i686/DesertStalker.

Hope that was clear enough.
 

paulphoenix

Member
Jun 2, 2018
113
28
Other way around, you want to copy py2-linux-i686 from the SDK's lib folder into the game's lib folder.

I looked in the game folder and it looks like the 32 bit Python 2 is there but it's just missing the binary, just like the error message tells you. I don't think you have to copy the whole folder, all you need to do is copy the renpy-7.5.3-sdk/lib/py2-linux-i686/renpy file from the SDK into DesertStalker-0.13c-pc/lib/py2-linux-i686/ and rename that copy from renpy to DesertStalker so you end up with DesertStalker-0.13c-pc/lib/py2-linux-i686/DesertStalker.

Hope that was clear enough.
your solution is a lot easier and worked, to copy just one file.

now the game works, for my x86 old computer. i had to do a chmod a+x on the Renpy renamed as DesertStalker. i do not know why this file in the SDK has not the executable attribute. Thank you so much DIqNiCoqcBsmOVbD

i do not know why the developers have removed the Renpy x86 linux 32 bit executable, it is a very small file 13672 bytes. it is quite unlikely they wanted to free some space.

For those who oneday as the same issue as me here is the executable to put inside /DesertStalker-0.13c-pc/lib/py2-linux-i686/ (remove or rename without the ".txt" extension)
 
Last edited:
  • Red Heart
Reactions: Noonwraith

Noonwraith

Newbie
Oct 24, 2022
55
97
i had to do a chmod a+x on the Renpy renamed as DesertStalker. i do not know why this file in the SDK has not the executable attribute.
My best guess is that you either downloaded the SDK in an archive format that doesn't store Unix-style permissions (usually ZIP or other historically Windows-y archive formats) or extracted without preserving permissions (AFAIK that's not the default when invoking tar x, you have to manually specify the option which I doubt you did on purpose).

Either way, I downloaded the tar.bz2 version, extracted the renpy binary and it had the correct 755 permissions (read write execute for user, read and execute for group, read and execute for other), just how it should be.

i do not know why the developers have removed the Renpy x86 linux 32 bit executable, it is a very small file 13672 bytes. it is quite unlikely they wanted to free some space.
Again, just a guess, but it's probably a mistake or an oversight on the developer's part; there's no reason to leave it out deliberately like you said, especially when it's literally the smallest file in that folder.

Either way, good to know you got it working. Enjoy! :geek:
 
  • Like
Reactions: paulphoenix

paulphoenix

Member
Jun 2, 2018
113
28
My best guess is that you either downloaded the SDK in an archive format that doesn't store Unix-style permissions (usually ZIP or other historically Windows-y archive formats) or extracted without preserving permissions (AFAIK that's not the default when invoking tar x, you have to manually specify the option which I doubt you did on purpose).

Either way, I downloaded the tar.bz2 version, extracted the renpy binary and it had the correct 755 permissions (read write execute for user, read and execute for group, read and execute for other), just how it should be.
i have download the zip version of SDK, that is maybe why. linux is sometimes a deep pain in the ass.

yes thanks again, it works quite well on my linux suse tumbleweed i686 pc :) i hope than renpy new version will still support the i686 32 bit architecture

have a nice day
 
  • Red Heart
Reactions: Noonwraith

HarryJSON

Member
Apr 7, 2023
117
195
Love the game, I just hope we can impregnate the Queen soon.
To do that Zaton will have to become something like a king because the queen is seen as a revered figure in zeta society and as such it is not suitable for her to be in a relationship with a man so for Zaton to do that he will have to become a very powerful force in the city. But yes impregnating her would really be enticing but I am more excited to knock up Kateryna and Ain.
 
4.80 star(s) 613 Votes