Author Topic: General Discussion  (Read 3821877 times)

0 Members and 24 Guests are viewing this topic.

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737

Offline Janmaba

  • Newbie
  • *
  • Posts: 4
Re: General Discussion
« Reply #7816 on: July 09, 2016, 06:37:29 PM »

Offline lamoli

  • Hero Member
  • *****
  • Posts: 553
Re: General Discussion
« Reply #7817 on: July 09, 2016, 09:37:25 PM »
Are you thinking something like this?
https://www.dropbox.com/s/wkog4qwmwscn5cg/sample-73cc4683401382a2cc1112efdc794d3d.jpg?dl=0


Yes closer to that but even higher class lol.. ( still looks like the average type there ) but i think with that and Dark more formal reference im getting closer )


Maybe im wrong but that type suits better the general pytfall environment ( backgrounds iv seen so far ) but of course when you have unique girls coming from across time and space ( they will have their own outfit types )

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #7818 on: July 10, 2016, 08:09:26 AM »
Skills and spells now use mp_cost, health_cost and vitality_cost instead of just cost. BE gui shows all cost when you select a spell. Also, if cost is not an integer, it serves as a relative value, ie health_cost=0.5 means 50% of max health.

You should add the same tooltips for normal attacks too btw, atm it only shows them for spells. I added a small vitality cost to them, so it's kinda important.

I capped health cost at 90% just in case. If 100% is used, the character dies, but BE doesn't clear him/her out, so additional coding will be needed for it if we'll have suicidal skills.
« Last Edit: July 10, 2016, 10:27:28 AM by DarkTl »

Offline lamoli

  • Hero Member
  • *****
  • Posts: 553
Re: General Discussion
« Reply #7819 on: July 10, 2016, 12:36:58 PM »
Not sure if ppl hate garter-belts maybe so few decent artist draw those so they are rare or not included in packs..


5 different types to start with..





Can modify gloves / stockings at will as they use transparency/occlusion map to reveal/hide the parts.. also could be any type of material ( cotton/lace/leather/latex ) this is also true for the body items as all use transparency/occlusion to change how clothing looks like


I do like Black clothing.. i did change 1 to another color.. but i can give all the color you want if needed lol
« Last Edit: July 10, 2016, 01:04:21 PM by lamoli »

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #7820 on: July 10, 2016, 02:20:24 PM »
Yeap. they look awesome. I don't like the violet one much, maybe red or white will be better.

Offline lamoli

  • Hero Member
  • *****
  • Posts: 553
Re: General Discussion
« Reply #7821 on: July 11, 2016, 05:53:49 AM »
Ok.. well atm other than those i have nothing that could fit the job description better.. ( i do have some more causal looking like ones that could do but rather save em for causal composition  ) will they do at start ? also they still seem to be lacking.. any idea on that i could add or change ?


Also once theyr ok i need to rework them from scratch for Vertex/weight/morphs/.. so let me know
« Last Edit: July 11, 2016, 06:43:42 AM by lamoli »

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #7822 on: July 11, 2016, 12:56:31 PM »
Lacking? No, I don't think so. If you want, you can make less transparent version with a different form, like https://www.dropbox.com/s/0uk2uduai9j5w9f/0194-nn-e5-ec-c2-c4-l2-pr.jpg?dl=0
It's not transparent but it shows enough skin, thus still suitable for whoring.

Offline lamoli

  • Hero Member
  • *****
  • Posts: 553
Re: General Discussion
« Reply #7823 on: July 12, 2016, 04:48:23 AM »
Yes i will make this 1.. looks good enough for lower class whore.. since we have jobs lvl/ranks this could be good to see a difference between higher class and lower one
« Last Edit: July 12, 2016, 04:49:57 AM by lamoli »

Offline lamoli

  • Hero Member
  • *****
  • Posts: 553
Re: General Discussion
« Reply #7824 on: July 13, 2016, 12:49:29 PM »
Some dimensions arent right but with the body shape so different its hard to get it right lol



Something looks strange in the lower end of skirt i think.. not sure

hmm and now host changed their thumb sizes lol >.<
« Last Edit: July 13, 2016, 01:10:10 PM by lamoli »

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #7825 on: July 13, 2016, 01:42:33 PM »
Something is wrong with shadows on her back, I think. Other than that, looks great.

Offline lamoli

  • Hero Member
  • *****
  • Posts: 553
Re: General Discussion
« Reply #7826 on: July 13, 2016, 02:12:06 PM »
I rotated model rather than camera so shadow doesnt come from where is should be for a back side


If you mean the strange shadow on her back where dress is open its shadow from the hair >.<
« Last Edit: July 13, 2016, 02:15:14 PM by lamoli »

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #7827 on: July 13, 2016, 02:26:23 PM »
Ah, I see. Yeah, from this angle the right part of the shadow doesn't look like her hairstyle  :)

Xela, take a look at be\core.rpy. Healing spells somehow were broken during rewriting formulas, "with get_attributes_multiplier() takes exactly 4 arguments (3 given)".

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #7828 on: July 13, 2016, 03:45:07 PM »
Xela, take a look at be\core.rpy. Healing spells somehow were broken during rewriting formulas, "with get_attributes_multiplier() takes exactly 4 arguments (3 given)".

You've needlessly added an extra argument which was a property of the class. It should now work.
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #7829 on: July 14, 2016, 05:07:21 AM »
Yeap. Too bad you also canceled all my pushes for the last 4 days or so with "Git went crazy" commit.
« Last Edit: July 14, 2016, 05:10:14 AM by DarkTl »