- Jan 3, 2018
- 4,915
- 10,328
lol Ask any woman, I am highly inexperienced!the other one is also more expirienced than me
lol Ask any woman, I am highly inexperienced!the other one is also more expirienced than me
HelloView 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: ZetanDSYou must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
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:You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN
Mac:You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN
Android:You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links- 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
Not shure if you play the "inexpierenced" card with them, because the old fox knows more because he is old than because of being a fox!!lol Ask any woman, I am highly inexperienced!![]()
No comment, guv'.Not shure if you play the "inexpierenced" card with them, because the old fox knows more because he is old than because of being a fox!!![]()
![]()
![]()
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.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.
i will try to download this SDKThis 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.
in my case it seems to be py2-linux-i686 (this is what was provided for this game in its zip file inside)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.
Other way around, you want to copy py2-linux-i686 from the SDK's lib folder into the game's lib folder.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 ?
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
.your solution is a lot easier and worked, to copy just one file.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 therenpy-7.5.3-sdk/lib/py2-linux-i686/renpy
file from the SDK intoDesertStalker-0.13c-pc/lib/py2-linux-i686/
and rename that copy fromrenpy
toDesertStalker
so you end up withDesertStalker-0.13c-pc/lib/py2-linux-i686/DesertStalker
.
Hope that was clear enough.
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 invokingi 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.
tar x
, you have to manually specify the option which I doubt you did on purpose).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.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.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.
i have download the zip version of SDK, that is maybe why. linux is sometimes a deep pain in the ass.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 invokingtar x
, you have to manually specify the option which I doubt you did on purpose).
Either way, I downloaded the tar.bz2 version, extracted therenpy
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.
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.Love the game, I just hope we can impregnate the Queen soon.
pretty much, wouldnt call it being sub but you can be less dominating.Can you be a sub or dominate the Queen?![]()