May 16, 2024, 04:27:21 am

The Gang Garrison 2 Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

NOTICE: Wondering where all the forums have gone?

Join the community Discord server!

Pages: 1 ... 6 7 [8] 9 10 ... 16

Author Topic: Gang Garrison 2.7.2  (Read 35163 times)

Derpduck

  • 2011 Haxxy Finalist
  • *
  • Karma: 42
  • Offline Offline
  • Posts: 5752
Re: Gang Garrison 2.7.2
« Reply #105 on: April 02, 2014, 06:01:20 pm »

Got this on joining a server. I had no plugins, server was using chat_v2.
Code: [Select]
ERROR in
action number 1
of  Step Event
for object ControlPoint:

Error in code at line 202:
   
        capping = (capping/lastCapTime) * capTime;
                              ^
at position 29: Division by 0.


ERROR in
action number 1
of Draw Event
for object ArenaHUD:

Error in code at line 24:
   
    draw_sprite_ext(ControlPointStatusS, teamoffset+floor(ArenaControlPoint.capping/ArenaControlPoint.capTime*30),
                                                                                                         ^
at position 104: Division by 0.
if the server is running that truearena or whatever plugin this can happen
that's my current assumption
capTime isn't supposed to be 0 when that code runs
It happened many times on 2 different servers, so I'm guessing it's not a plugin.

Bluez

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 411
Re: Gang Garrison 2.7.2
« Reply #106 on: April 02, 2014, 06:15:57 pm »

pyro's damage point = Heavy's damage point :3
Logged

Phantom Brave

  • All Hail Classicwell
  • Designer
  • *****
  • Karma: 70
  • Offline Offline
  • Posts: 12532
  • Another one --
Re: Gang Garrison 2.7.2
« Reply #107 on: April 02, 2014, 06:16:19 pm »

honestly derp considering how many servers ran that gate plugin I wouldn't be surprised
Logged

http://steamcommunity.com/id/wareya/
ladies and gentlemen i would like to announce that the fact of the matter is up that the fact of the matter is a fact and it matters

Valence

  • Ancient Lurker
  • *
  • Karma: 11
  • Offline Offline
  • Posts: 232
Re: Gang Garrison 2.7.2
« Reply #108 on: April 02, 2014, 06:26:30 pm »

Looks good boys
Logged
Rip in peace Avanti: Map of the year all years

horseglue

  • Junior Member
  • **
  • Karma: 2
  • Offline Offline
  • Posts: 144
  • social cannibalism streamer
Re: Gang Garrison 2.7.2
« Reply #109 on: April 02, 2014, 06:34:34 pm »

Two things.

Sometimes, gates won't let players through for a few moments. Guess that has something to do with the new behavior of gates (not letting people stand inside them and shoot).

And sometimes rockets only deal the base 25 damage. Might just be me, but I think rockets deal the blast damage after they deal the base damage now; which would indicate that there are times when the blast damage doesn't register at all. This happened a lot, with me on both the giving and the receiving end.
« Last Edit: April 02, 2014, 06:37:36 pm by Poniman »
Logged

ZaSpai

  • Ray Bann's Minion
  • *
  • Karma: 14
  • Offline Offline
  • Posts: 2175
  • "Eeh?! We're just allies!"
Re: Gang Garrison 2.7.2
« Reply #110 on: April 02, 2014, 06:40:16 pm »

Two things.

Sometimes, gates won't let players through for a few moments. Guess that has something to do with the new behavior of gates (not letting people stand inside them and shoot).

And sometimes rockets only deal the base 25 damage. Might just be me, but I think rockets deal the blast damage after they deal the base damage now; which would indicate that there are times when the blast damage doesn't register at all. This happened a lot, with me on both the giving and the receiving end.

I've eaten two direct rockets in succession as a scout and didn't die, so I second Poniman's comment here.

Wareya the error has happened on your own server which isn't running AAM :P
Logged
Right behind you when you most expect it | classicwell master race

notarctic

  • just arctic, what gives?
  • ******
  • Karma: 8
  • Offline Offline
  • Posts: 4888
  • 👎👀 bad aim ba̷̶ ԁ aIm 👎 thats❌ some bad 👎👎aim
Re: Gang Garrison 2.7.2
« Reply #111 on: April 02, 2014, 06:47:24 pm »

Got this on joining a server. I had no plugins, server was using chat_v2.
Code: [Select]
ERROR in
action number 1
of  Step Event
for object ControlPoint:

Error in code at line 202:
   
        capping = (capping/lastCapTime) * capTime;
                              ^
at position 29: Division by 0.


ERROR in
action number 1
of Draw Event
for object ArenaHUD:

Error in code at line 24:
   
    draw_sprite_ext(ControlPointStatusS, teamoffset+floor(ArenaControlPoint.capping/ArenaControlPoint.capTime*30),
                                                                                                         ^
at position 104: Division by 0.
if the server is running that truearena or whatever plugin this can happen
that's my current assumption
capTime isn't supposed to be 0 when that code runs
yes, but since capping isnt synced, its entirely possible for the client to be a frame or 2 ahead of the server and divide by 0(i think)
« Last Edit: April 02, 2014, 06:48:03 pm by arctic777 »
Logged
[1:37:51 PM] Derpduck: arctic u need to quote ppl that make shit posts in case they edit them
[4:20:15 PM] Rubeus Hashgrid: i cant discover anything fuck you imageshack

ZaSpai

  • Ray Bann's Minion
  • *
  • Karma: 14
  • Offline Offline
  • Posts: 2175
  • "Eeh?! We're just allies!"
Re: Gang Garrison 2.7.2
« Reply #112 on: April 02, 2014, 06:58:48 pm »

Got this on joining a server. I had no plugins, server was using chat_v2.
Code: [Select]
ERROR in
action number 1
of  Step Event
for object ControlPoint:

Error in code at line 202:
   
        capping = (capping/lastCapTime) * capTime;
                              ^
at position 29: Division by 0.


ERROR in
action number 1
of Draw Event
for object ArenaHUD:

Error in code at line 24:
   
    draw_sprite_ext(ControlPointStatusS, teamoffset+floor(ArenaControlPoint.capping/ArenaControlPoint.capTime*30),
                                                                                                         ^
at position 104: Division by 0.
if the server is running that truearena or whatever plugin this can happen
that's my current assumption
capTime isn't supposed to be 0 when that code runs
yes, but since capping isnt synced, its entirely possible for the client to be a frame or 2 ahead of the server and divide by 0(i think)
Would explain why the server never crashed when others got the error
Logged
Right behind you when you most expect it | classicwell master race

Phantom Brave

  • All Hail Classicwell
  • Designer
  • *****
  • Karma: 70
  • Offline Offline
  • Posts: 12532
  • Another one --
Re: Gang Garrison 2.7.2
« Reply #113 on: April 02, 2014, 07:00:34 pm »

o ok
Logged

http://steamcommunity.com/id/wareya/
ladies and gentlemen i would like to announce that the fact of the matter is up that the fact of the matter is a fact and it matters

GraveBear

  • New Member
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 30
Re: Gang Garrison 2.7.2
« Reply #114 on: April 02, 2014, 07:18:35 pm »

Well.
I got lag problems now ;/
And it keep crashing
I suggest coming back to old version and problem solve? :woot:
Logged

Phantom Brave

  • All Hail Classicwell
  • Designer
  • *****
  • Karma: 70
  • Offline Offline
  • Posts: 12532
  • Another one --
Re: Gang Garrison 2.7.2
« Reply #115 on: April 02, 2014, 07:20:50 pm »

are you running 30fps
Logged

http://steamcommunity.com/id/wareya/
ladies and gentlemen i would like to announce that the fact of the matter is up that the fact of the matter is a fact and it matters

Narudan(BRZ)

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 278
  • Now i study Girl,a fighting style of japan.
Re: Gang Garrison 2.7.2
« Reply #116 on: April 02, 2014, 09:00:20 pm »

the pyro now can kill all if is near they can doo 50000 kills if 50000 peoples is near he please fix it he damage is so much now
Logged

Rumrusher

  • Full Member
  • ***
  • Karma: 9
  • Offline Offline
  • Posts: 477
  • On Standby
Re: Gang Garrison 2.7.2
« Reply #117 on: April 02, 2014, 09:06:53 pm »

the pyro now can kill all if is near they can doo 50000 kills if 50000 peoples is near he please fix it he damage is so much now
Firebug finally back in the throne curly sat in for 2.6.9 and good thing she kept the seat warm.
Also I now have a new class rival to train against, thanks devs for boosting A single class. still don't know how to cancel sandvich eating...

okay so this new patch broke arena, and itemserverautoguns. this is my second time I got the same error but it was on jesus's server.
« Last Edit: April 02, 2014, 09:20:46 pm by Rumrusher »
Logged

KnotSoup

  • Lucky Member
  • *******
  • Karma: -8
  • Offline Offline
  • Posts: 1168
  • i haven't been here since god knows when
    • oh fuck me
Re: Gang Garrison 2.7.2
« Reply #118 on: April 02, 2014, 09:39:19 pm »

My ping hit 12000 Somewhere. Looks like I won't be playing GG2 for a while.
Logged

Lol u got rekt u bitsh, imma fuk ur momma iyn heyr possey lyk a pakin buss bitsh! i duntl pakin kair bitsh sok mai pootispowpow dicksh bitsh! imma quickscooupee yer bluuddy assh ya moda fuka! wat u gonna say nao bstch FUCK YOU!

Bluez

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 411
Re: Gang Garrison 2.7.2
« Reply #119 on: April 02, 2014, 09:50:06 pm »

ah.. 5 vs 5 is my maximum  :z7: (30fps)
Logged
Pages: 1 ... 6 7 [8] 9 10 ... 16
 

Page created in 0.023 seconds with 31 queries.