June 06, 2023, 10:26:15 pm

The Gang Garrison 2 Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

NOTICE: Due to a rise in bot activity, new posters need to be approved before posting.

Join the community Discord server!

Pages: 1 ... 4 5 [6]

Author Topic: Teambalance...  (Read 17448 times)

Dusty

  • 2012 Haxxy Award Winner
  • *
  • Karma: -78
  • Offline Offline
  • Posts: 11006
  • Dust in a box under a table
Re: Teambalance...
« Reply #75 on: December 12, 2010, 02:49:05 pm »

Originally yes, it was a bug, but we're trying to decide how to fix it.

Lemonade

  • Apprenticecrastinator
  • Seasoned Member
  • *****
  • Karma: 1
  • Offline Offline
  • Posts: 2466
  • BACK FROM THE DEAD (for now)
Re: Teambalance...
« Reply #76 on: December 14, 2010, 09:32:54 am »

so a bad team will quickly get scrambled, especially if they're playing badly as it'll  be easier to cap their flag
80% of the time, the next map loads while the winning (and losing) team's douches keep pressing M1 on the previously winning team door / pressing 3 or 4, and they manage to stay in / enter the the team which stays at 1v0 until someones less stupid enters the previously losing team. Then it repeats.
Logged
i already have a pet that follows me around 24/7
it's called  :z4:
you may have seen it

trog

  • member of intel's squad of garbagemen against the yakuza
  • Veteran Member
  • ******
  • Karma: 27
  • Offline Offline
  • Posts: 10072
  • i am uberdeath
Re: Teambalance...
« Reply #77 on: December 14, 2010, 03:58:14 pm »

What's your point?
Logged

PM me your apps for my clan

92% of people who see this will not
have the guts to repost it. When Goku
died in the explosion Cell tied to destroy Earth with, he did it for you and me. If you're not ashamed to love Goku, post this as your status and show everyone. Thank you, Goku. I lifted up my arms for the spirit bomb every time you asked for my energy.

Shiggyru Miyamoto

  • Seasoned Member
  • *****
  • Karma: 0
  • Offline Offline
  • Posts: 2939
  • Yes
Re: Teambalance...
« Reply #78 on: February 17, 2011, 06:20:02 pm »

it happens. I join on the winning team, add to my potential failure by capping, then I suddenly get switched.
« Last Edit: February 17, 2011, 06:53:31 pm by 23452721907826943642 »
Logged
[bp]pg 1 & 2 for sale. Ask about prices if you're interested.

NAGN

  • Developer
  • ******
  • Karma: 146
  • Offline Offline
  • Posts: 16385
  • Yeah so now I have an idea
Re: Teambalance...
« Reply #79 on: February 17, 2011, 06:34:16 pm »

the way it works is that it just switches who has the lowest score, it's much more obvious now cause I fixed autobalance in normal grav
Logged

MTK5012

  • 2011 Haxxy Finalist
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 773
  • if (ping <= 150) jaw.y += 100;
Re: Teambalance...
« Reply #80 on: February 18, 2011, 07:50:16 am »

how about:

in Player object: Alarm 1 :
Code: [Select]
if object = -1 || global.Server_Respawntime <= 0 //prevent autobalance in server that instant respawn
{
if team = TEAM_BLUE
team = TEAM_RED
else
team = TEAM_BLUE
}
else
alarm [1] = 1
then in ServerBalanceTeams:
replace :
Code: [Select]
 if(balanceplayer.team==TEAM_RED) {
            balanceplayer.team = TEAM_BLUE;
        } else {
            balanceplayer.team = TEAM_RED;
        }
        
        if(balanceplayer.object != -1) {
            with(balanceplayer.object) {
                instance_destroy();
            }
            balanceplayer.object = -1;
            balanceplayer.alarm[5] = global.Server_Respawntime;
        }

with this:
Code: [Select]
with (balanceplayer)
alarm [1] =  1

just a flash idea  :hehe: and im a rookie to GML

EDIT:

some fix to stop autobalance refresh
Character End Step:
Code: [Select]
with(GameServer) {
    if balancing = 0
        ServerBalanceTeams();
    }

GameServer obj
add alarm 0 that switch balancing to 0
add balancing=0 in GameServerCreate
and fix
Code: [Select]
with (balanceplayer)
alarm [1] =  1
with (GameServer)
{
balancing = 1
alarm [0] = 200 //maybe
}

NAGN

  • Developer
  • ******
  • Karma: 146
  • Offline Offline
  • Posts: 16385
  • Yeah so now I have an idea
Re: Teambalance...
« Reply #81 on: February 18, 2011, 10:12:04 pm »

I think it may be fixed in 2.3... but I can't really sift through all those bugfixes to know
Logged

MTK5012

  • 2011 Haxxy Finalist
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 773
  • if (ping <= 150) jaw.y += 100;
Re: Teambalance...
« Reply #82 on: February 19, 2011, 04:13:39 am »

i post it on my signature
how ever im not tested it yet

Haxton Sale

  • The only true
  • Haxxy Organizer
  • *
  • Karma: 18
  • Offline Offline
  • Posts: 3541
  • HAXTON SAAAAAAAAAAALE!
Re: Teambalance...
« Reply #83 on: April 03, 2011, 07:55:47 am »

Bumping, couse it's still not fixed.
Can't you just make it wait for one of the players with lowest score to die?
Logged
THIS POST GOT SIGNED BY

trog

  • member of intel's squad of garbagemen against the yakuza
  • Veteran Member
  • ******
  • Karma: 27
  • Offline Offline
  • Posts: 10072
  • i am uberdeath
Re: Teambalance...
« Reply #84 on: April 03, 2011, 11:00:58 am »

Report it on launchpad.
Logged

PM me your apps for my clan

92% of people who see this will not
have the guts to repost it. When Goku
died in the explosion Cell tied to destroy Earth with, he did it for you and me. If you're not ashamed to love Goku, post this as your status and show everyone. Thank you, Goku. I lifted up my arms for the spirit bomb every time you asked for my energy.

Haxton Sale

  • The only true
  • Haxxy Organizer
  • *
  • Karma: 18
  • Offline Offline
  • Posts: 3541
  • HAXTON SAAAAAAAAAAALE!
Re: Teambalance...
« Reply #85 on: April 12, 2011, 07:13:28 pm »

It's not a real bug, so I don't think it's worth it.
Logged
THIS POST GOT SIGNED BY
Pages: 1 ... 4 5 [6]
 

Page created in 0.049 seconds with 35 queries.