Others Completed Fluffy Planet [Final] [Under_Formatman]

Under_Formatman

Member
Game Developer
Jan 21, 2019
164
212
when i load up the game it all runs fine, but once your character is looking at the environment at the start, aka where it says click on a point on the map, its all blank?
1st Is your save file from an old version if so please start a new game
2nd Have you tried clicking on the markers at the map
3rd If none of those work can you please share a screenshot.
 
May 6, 2019
188
212
That's indeed very weird :unsure:
1620571743206.png
this one is the marker you should be clicking at this stage of the game. Probably a dumb idea of me, but could you try to click around where it should be to see if it's a visual bug only or if it's something else ?
 

Silva-Boi

New Member
Jun 12, 2020
14
2
i managed to click it, yet everything is still blank as shown in the screenshot, but ima try redownload, see if that works
 

Under_Formatman

Member
Game Developer
Jan 21, 2019
164
212
yea it appears, even after a fresh download, it doesnt work for some reason, dam
To be honest with you this is more of a problem on your end.
I looked at the possible thing that may do something but nothing came up on my end.
 

Hallucination

Member
Apr 9, 2018
259
287
Can we get a little flavor blurb or something for the traits, maybe when clicking on them we get a larger popout? I'm assuming the Bloodline trait means they're one of your children. Also the whole pregnancy thing feels a bit detached, how does it work? Do they give birth the next day? We get no indication of when a girl is pregnant other than having sex with them earlier. Also the main room and the habitat are kind of unclear.
 

Under_Formatman

Member
Game Developer
Jan 21, 2019
164
212
Can we get a little flavor blurb or something for the traits, maybe when clicking on them we get a larger popout? I'm assuming the Bloodline trait means they're one of your children. Also the whole pregnancy thing feels a bit detached, how does it work? Do they give birth the next day? We get no indication of when a girl is pregnant other than having sex with them earlier. Also the main room and the habitat are kind of unclear.
You can already hover over the traits for info, and the pregnancy overall is just in the name rn, and yes they do give birth the next day. I am constantly working to make it more clearer dont worry v0.0.3 will clear some stuff like this.
 

Muityek

Newbie
Jul 6, 2018
66
51
You should probably add the pregnancy tag to this thread. Impregnation and Pregnancy share a tag on F95. Given Impregnation is the central concept of the game you'd probably get a lot more attention from the audience that would be interested in this game if you add the tag.
 

Furmilk

Active Member
Nov 27, 2019
736
605
You should probably add the pregnancy tag to this thread. Impregnation and Pregnancy share a tag on F95. Given Impregnation is the central concept of the game you'd probably get a lot more attention from the audience that would be interested in this game if you add the tag.
This is true by the site rules, however might I also suggest adding specifically impregnation to your genre spoiler? People such as myself have been called by the tag, but shall not stay as what we crave is full blown pregnancies. That is unless this is something you're looking to add in the future, in which case please clarify.
 
  • Like
Reactions: Muityek

Strbrvsky

Newbie
Apr 26, 2019
81
134
Hey there folks! I came here for the pregnancy tag!
Unfortunately, it's not yet polished ... well, let see how it goes.
 

Under_Formatman

Member
Game Developer
Jan 21, 2019
164
212
This is true by the site rules, however might I also suggest adding specifically impregnation to your genre spoiler? People such as myself have been called by the tag, but shall not stay as what we crave is full blown pregnancies. That is unless this is something you're looking to add in the future, in which case please clarify.
Full blown pregnancies will be available for future, rn i am just adjusting the general game and the system.
I am thinking of giving each race its own birth cycle and such and housing your own children instead of just releasing them the moment they are born, but these are to come around 0.0.6 or 0.0.7.

I will change the tag to Impregnation for now tho thanks for the info.
 
  • Like
Reactions: Furmilk

KapitanDupa

Member
Aug 5, 2016
434
833
FFS is this written in pure .net? that's hardcore.

Game just crashed, I clicked on titles, didn't select anything and confirmed, got NRE. Also from stacktrace I see it's in winforms, nice :eek:
 
Last edited:

KapitanDupa

Member
Aug 5, 2016
434
833
Under_Formatman also bunnykin image 12 is png not jpg so game crashes on trying to load it. Wouldn't be easier to just call

var directory = new DirectoryInfo(path);
var masks = new[] { "*.png", "*.jpg" };
var files = masks.SelectMany(directory.EnumerateFiles);

or similar instead of forcing user to put file with images count?