Create and Fuck your AI Cum Slut -70% OFF
x

LeRohlik

New Member
Jun 9, 2022
1
0
58
View attachment 66519

Overview
:
In the ancient age of myth and legend a horrid war between Man and Elves led to the near annihilation of all sapient life by the dreaded Curse. Now the lonesome goddess Gaia awakens her last champion in hopes of resurrecting the world. Play as her chosen one, and choose which races survives by re-population, while discovering the truth behind the Curse. Rebuild society with all the actions of the player becoming the founding of the cultures, myths and legends of today. The game incorporates ancient Greek, Norse, Japanese, Hindi, Celtic, ancient Egyptian, African, and Mesopotamian mythology.

You don't have permission to view the spoiler content. Log in or register now.
Thread Updated: 2022-11-02
Game Updated: 2022-11-02
Developer/Publisher: Faldir
Censorship: Partial
Version: 3.2
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.

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

Additional Content:
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD
MAIN: - MEGA - PIXELDRAIN
Update 3.2: - - PIXELDRAIN -
WORKUPLOAD
Other: Unofficial Bugfix

Extras: -

*This port is not released by developer, Download at your own risk

View attachment 36289 View attachment 168279 View attachment 36321 View attachment 36322 View attachment 36290 View attachment 36291 View attachment 66526
How the fuck do I start the game?
I downloaded it but now it's just a zip file waiting to be extracted and when I extract it idk how do I turn it on ☠☠ am on mobile btw
 

KaelKadenLTB

New Member
Jan 14, 2019
3
0
40
ok i dont know if im stupid or what. i have the newest adam&gaia but when i try to play it it has no pics. i used an old save and also tried to start new. i saw people talking about the img file but i dont get that all i get is the html file to open. so is there a way someone could explain it for me since i am unaware of whats going on? please and thank you
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
ok i dont know if im stupid or what. i have the newest adam&gaia but when i try to play it it has no pics. i used an old save and also tried to start new. i saw people talking about the img file but i dont get that all i get is the html file to open. so is there a way someone could explain it for me since i am unaware of whats going on? please and thank you
Please check my post above for a reply to a similar query
https://f95zone.to/threads/adam-and-gaia-v3-2-faldir.6362/post-11593002
 
  • Like
Reactions: KaelKadenLTB

jahall

Well-Known Member
Feb 20, 2019
1,836
1,211
340
I discovered this game a couple of days ago and am greatly enjoying it.

I've constructed a drying hut in the village, but how can I use it? Unlike other items shown under facilities, it's not clickable, and there doesn't seem to be any way to assign anyone to work there. Searching this thread for "drying" didn't turn up anything. I now have the 3.2.1 bugfix installed, so that isn't a fix.
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
I discovered this game a couple of days ago and am greatly enjoying it.

I've constructed a drying hut in the village, but how can I use it? Unlike other items shown under facilities, it's not clickable, and there doesn't seem to be any way to assign anyone to work there. Searching this thread for "drying" didn't turn up anything. I now have the 3.2.1 bugfix installed, so that isn't a fix.
A drying hut means as well as the village producing food it will also product preserved food
 

cmacleod42

Engaged Member
Game Developer
Aug 29, 2017
3,419
2,190
470
Thanks, but don't I need to explicitly assign any girls to working there for that to happen?
I have not checked in detail but from what I saw it is a passive effect, if the building exists then you generate some preserved food as well as any other output for the village.
 

Khaitoh

Well-Known Member
Feb 28, 2018
1,305
899
206
Installation:

4. Impregnate everything you see.

How can I impregnate my monitor so I can finally play this game? :KEK:
Jokes aside, let's see what this game has to offer.
 
  • Haha
Reactions: Dark51

oliverq

Newbie
Dec 27, 2021
27
25
87
if you refuse to become anansi's slave does that instantly lock off the spider girls from the game?
 

EternalSession12

New Member
Jul 25, 2021
7
0
60
I've always been interested in adding a feature that lets you see a family tree. The game already recognizes lineage it seems and keeps track of who has given birth to who.

Does anyone know how this could be coded in or have some expertise to add on a function like this?
 

guest1492

Member
Apr 28, 2018
385
328
174
I've always been interested in adding a feature that lets you see a family tree. The game already recognizes lineage it seems and keeps track of who has given birth to who.

Does anyone know how this could be coded in or have some expertise to add on a function like this?
I'd thought about that before but did not implement it because of the ability to release girls into the wild. In order to reduce save bloating, any girls sent into the wild are deleted. Each girl's data only contains a reference to their mother instead of their full family tree. That means it is impossible to get a correct family tree for a girl with a mother (or more distant ancestor) that was released into the wild, because the chain of references is broken.

In order for it to work, the full family tree of a girl has to be stored with each girl's data, which would also increase bloat.
 

gruntlord?

Newbie
Aug 27, 2020
96
163
43
In order for it to work, the full family tree of a girl has to be stored with each girl's data, which would also increase bloat.
Well, why not set up as a optional setting anyway? Incase people have the rigs that can handle the needed processing power & save date?
 

EternalSession12

New Member
Jul 25, 2021
7
0
60
I'd thought about that before but did not implement it because of the ability to release girls into the wild. In order to reduce save bloating, any girls sent into the wild are deleted. Each girl's data only contains a reference to their mother instead of their full family tree. That means it is impossible to get a correct family tree for a girl with a mother (or more distant ancestor) that was released into the wild, because the chain of references is broken.

In order for it to work, the full family tree of a girl has to be stored with each girl's data, which would also increase bloat.

Ah damn. Cool that you looked into it though. Thanks.
 

guest1492

Member
Apr 28, 2018
385
328
174
So I did some brainstorming and actually started working on code for family trees yesterday, but then gave up...

Actually storing the familial relationships is easy. It involves creating a new variable specifically to track relationships which will look something like this:
You don't have permission to view the spoiler content. Log in or register now.

The hard part is actually displaying the family tree. I wrote some code to create a crude family tree like so:
1696871722585.png
(imagine that instead of numbers, these are names)

But after this, there are a ton things to do:
  • Turn all those numbers (ie names) into links so that you can visit the girl
  • Figure out how to make the tree look nicer when I can't use images in place of the names (otherwise I would have to create thumbnails of the faces on the portraits of the girls, which is tedious and would be incompatible with alternative image packs)
  • Include ability to expand or collapse subtrees because of just how large the entire tree will get
  • Make it so that the tree's colors corresponded to whatever color scheme was chosen in the settings
  • And other things that I haven't though of yet
The tree's size is the biggest issue. Look at of a CK2 family tree. I can't imagine how to make a family tree for this game that would work without a ton of scrolling on mobile devices.
 
4.20 star(s) 56 Votes