devolution

Author Topic: General Discussion  (Read 3821778 times)

0 Members and 19 Guests are viewing this topic.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1170 on: October 13, 2013, 06:36:31 PM »


Going to get some sleep, better than before but still a long way to go, even before the general makeover...
     
Like what we're doing?

Offline KaiSakurai

  • Newbie
  • *
  • Posts: 30
Re: General Discussion
« Reply #1171 on: October 15, 2013, 09:28:16 AM »
btw dude could u change the girls list screen?
i have more than 23 girls
and evry girl's name from the 24th in the girls list is beyond the screen and i cant scroll down........
i have to go into girls sheet of 23rd girl and click next until i get to the girl i want........

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1172 on: October 15, 2013, 04:18:52 PM »
btw dude could u change the girls list screen?
i have more than 23 girls
and evry girl's name from the 24th in the girls list is beyond the screen and i cant scroll down........
i have to go into girls sheet of 23rd girl and click next until i get to the girl i want........

Been busy for past two days...

In library/screens/pyt - screen - girlslist.rpy, replace the screen "pyt_girlslist" part with:

Code: [Select]
screen pyt_girlslist:

    if len(hero.girls) > 0:

        side "c r":
            align(0.0, 0.2)
           
            viewport id "girlslistvp":
                draggable true
                mousewheel true
                maximum(1270, 700)
                hbox:
                    box_wrap true
                    spacing 10
                    for girl in hero.girls:
                        textbutton '[girl.name]':
                            minimum(230, 30)
                            maximum(230, 30)
                            xfill true
                            action Return(['choice', girl])

            vbar value YScrollValue("girlslistvp")
           
    use r_lightbutton(img=im.Scale("content/gfx/interface/buttons/shape69.png", 40, 40), return_value =['control', 'return'], align=(0.99, 0))
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #1173 on: October 17, 2013, 01:04:17 PM »
I'm down with flu this week, so I cannot be much of a help. Hopefully, I'll feel better close to the weekend.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1174 on: October 17, 2013, 01:32:59 PM »
I'm down with flu this week, so I cannot be much of a help. Hopefully, I'll feel better close to the weekend.

:(

Make sure you do get better, not just feel better, with shitty thing like flu it may escalate... I've been busy for past couple of days but plan is to put some good time into the arena code this weekend.
Like what we're doing?

Offline KaiSakurai

  • Newbie
  • *
  • Posts: 30
Re: General Discussion
« Reply #1175 on: October 17, 2013, 02:06:16 PM »
I'm down with flu this week, so I cannot be much of a help. Hopefully, I'll feel better close to the weekend.
kissing/sex helps healing..........
not kidding.............

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1176 on: October 17, 2013, 02:29:34 PM »
kissing/sex helps healing..........
not kidding.............

Might also help spreading it around a bit...
Like what we're doing?

Offline KaiSakurai

  • Newbie
  • *
  • Posts: 30
Re: General Discussion
« Reply #1177 on: October 19, 2013, 09:54:44 AM »
Might also help spreading it around a bit...
acceptable side-effect =P

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #1178 on: October 19, 2013, 01:38:27 PM »

Offline KaiSakurai

  • Newbie
  • *
  • Posts: 30
Re: General Discussion
« Reply #1179 on: October 19, 2013, 06:35:02 PM »
I really hope you are trolling or something
since u r sick i wanted to brighten the mood a bit by joking around a little(though kissing rly helps healing since u give part of ur illness to ur kissing partner...)
so dont be an itachi who's killing the mood again.........

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: General Discussion
« Reply #1180 on: October 20, 2013, 07:25:34 AM »
Sorry, it doesn't seem funny to me. Because that's how I got it in the first place ("part of the illness", right; more like a copy  ).
I wonder if we should add something like that in the game for MC  :)

I have looked for bg removers, the best free offline one is probably imagemagick. I'll see if it can be of any use for packs.
« Last Edit: October 20, 2013, 07:59:20 AM by DarkTl »

Offline KaiSakurai

  • Newbie
  • *
  • Posts: 30
Re: General Discussion
« Reply #1181 on: October 20, 2013, 10:35:13 AM »
Sorry, it doesn't seem funny to me. Because that's how I got it in the first place ("part of the illness", right; more like a copy  ).
I wonder if we should add something like that in the game for MC  :)
lol then dont play lovey-dovey if the other one is sick xD
and see? i gave u another idea for the game... spreading illnesses........

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1182 on: October 20, 2013, 04:19:04 PM »
I was thinking about spreading stds in the future, when city model is more advanced. RL sh!tz came up so I didn't manage to get a lot done this weekend. Just two new methods for the Arena + learned some stuff on UDD and Python.

Basically, autocombat and ladder placing is done but not yet tested. Healing/recovering will prolly be a part of PyTFallWorld class. For the Arena, player challenge for ladders still needs to be done, but that's very easy, I don't want player to be able to form all girl teams to fight in arena before Alpha.

@CW: Any progress on girlsmeets texts or have you been slacking off as well?
Like what we're doing?

Offline CherryWood

  • Hero Member
  • *****
  • Posts: 643
Re: General Discussion
« Reply #1183 on: October 20, 2013, 05:49:31 PM »
@CW: Any progress on girlsmeets texts or have you been slacking off as well?
Yes, you can say that. It turned out that I'm just terrible with this kind of stuff. Hard to speak about any progress at all...


What are your expectations?

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: General Discussion
« Reply #1184 on: October 20, 2013, 06:16:21 PM »
Well, my plan was to take lines that you've gathered from different games and put them in pytfall :)

Start with the basics and build up...
Like what we're doing?