From what it sounds like looking at the discord. It doesnt seem like there is a "ton" in the update. Seems like .8 is more about getting ready for the next updates which add alot.
Dont get me wrong the dev here is usually more interactive with questions comments and whatnot but .. if you say end of october then post a message.. or dont give a time frame thats all
Dont get me wrong the dev here is usually more interactive with questions comments and whatnot but .. if you say end of october then post a message.. or dont give a time frame thats all
after playing game until Jan 26th no matter how I advance time the game stops working as soon as the clock hit 12 to advance to the next day (some Cinderella shit I suppose). any solutions ?
P.S : all the logs seem to be empty
one thing i remember it happened i.e. when i recruited a model for staff member who was still waiting for a studio shoot; so the game couldn't find the expected model what was switched to the staff section.
mbmb any chance you can squeeze a charisma modifier to the casting interviews?
if anything an interview is a battle of charms XD
and right now there is no point in leveling charisma, other than to hire from the streets. so after reputation level 1... it's kind of useless.
@ Bendit_X you cant - unfortunately - also the banker girl. Maybe in the future, i think i read something that there might be more story elements someday
by the way quite some download links are dead so for linux i have to do with a prior to barbershop version what i found on another site
Dont get me wrong the dev here is usually more interactive with questions comments and whatnot but .. if you say end of october then post a message.. or dont give a time frame thats all
i never post the download links here. i dont know it just feel wrong to do it, while people are paying for it. it's like a weird honor code.
but i dont mind if others share it.
after playing game until Jan 26th no matter how I advance time the game stops working as soon as the clock hit 12 to advance to the next day (some Cinderella shit I suppose). any solutions ?
P.S : all the logs seem to be empty
mbmb any chance you can squeeze a charisma modifier to the casting interviews?
if anything an interview is a battle of charms XD
and right now there is no point in leveling charisma, other than to hire from the streets. so after reputation level 1... it's kind of useless.
i've changed the initial values for casting , you can get:
max 20 from charisma
max 20 from your right hand PA if you have one
25 from starting perk if you have one
max 30 based on your reputation and chick level. low lvl chick will be impressed to work for high reputable company, so she'll get +30
high level ones kinda expect that so that bonus would be lower. lvl10 chick can get max 15
so even without the perk you can get to 50% without making any promises. anything higher would make them meaningless.
-ui is on canvas layer, it just doesnt scale. probably the way i implemented the zoom and back then i couldnt find an option to ignore ui.
-main ui is on autoload or did you have something else in mind
-sure
-agree with happiness and sickness being exposed, will make it. probably some small icons top right or someting
-well i didnt took out that requirement lol. but it's nice to know...
i never post the download links here. i dont know it just feel wrong to do it, while people are paying for it. it's like a weird honor code.
but i dont mind if others share it.
although would be nice to skip dev1 lol
probably it's something that was mentioned. girls was removed/deleted but she was scheduled in something.
it's almost always something like that.
no
i've changed the initial values for casting , you can get:
max 20 from charisma
max 20 from your right hand PA if you have one
25 from starting perk if you have one
max 30 based on your reputation and chick level. low lvl chick will be impressed to work for high reputable company, so she'll get +30
high level ones kinda expect that so that bonus would be lower. lvl10 chick can get max 15
so even without the perk you can get to 50% without making any promises. anything higher would make them meaningless.
-ui is on canvas layer, it just doesnt scale. probably the way i implemented the zoom and back then i couldnt find an option to ignore ui.
-main ui is on autoload or did you have something else in mind
-sure
-agree with happiness and sickness being exposed, will make it. probably some small icons top right or someting
-well i didnt took out that requirement lol. but it's nice to know...
I pretty much referred to the sex scene UI. if you also autoload it, or load it to the scene tree independently of the 2d scene, it should ignore any camera zoom on the 2d scene XD
right now when you zoom in. it's is zoomed along with the scene. so separating it completely from the 2d scene should do the trick.and if as you mentioned you have it in an UI canvas... it weird since those work completely separate from camera zoom, but it should work even inside the scene.
just in case. I did this a while back like this.
-put the UI inside a canvas layer node.
-add a camera as a child of the root
you would jus need to add a funct to the camera to follow the player. XD
also I used the input map. but you can use the unhandled input too.
if you do autoload it. you can hide it. and change the mouse attribute to "ignore" on the elements. that should take care of any unwanted click or mouse block.