BnS CTF League Season 6 - Sign up now!
-
Kiwi
League Participant
- Posts: 752
- Joined: Wed Apr 10, 2013 12:53 pm
-
longbyte1
Deuced Up - Posts: 336
- Joined: Sun Jul 21, 2013 7:27 pm
-
Kiwi
League Participant
- Posts: 752
- Joined: Wed Apr 10, 2013 12:53 pm
-
[DI]Dwin
League Champs
- Posts: 296
- Joined: Sat Jun 01, 2013 6:32 pm
Zerka removed, Neverage added instead.
-
[DI]Dwin
League Champs
- Posts: 296
- Joined: Sat Jun 01, 2013 6:32 pm
-
Zekamalikyd
Modder
- Posts: 4219
- Joined: Mon Apr 01, 2013 3:40 pm
what was the point of that skype call
-
[DI]Dwin
League Champs
- Posts: 296
- Joined: Sat Jun 01, 2013 6:32 pm

eXe vs VLT 1-0 , gg!
-
Jigsaw
3 Years of Ace of Spades
- Posts: 501
- Joined: Fri Sep 27, 2013 11:41 am
isn't the map banned yet?
-
[DI]Dwin
League Champs
- Posts: 296
- Joined: Sat Jun 01, 2013 6:32 pm
no.
By the way , both team agreed on that map.
By the way , both team agreed on that map.
-
Chrisonixxx
Deuced Up - Posts: 30
- Joined: Wed Jul 29, 2015 2:55 pm
Awww WHY ISNT OPENSPADES ALLOWED D: D: D:
|
|
|
\\ //
\/
|
|
|
\\ //
\/
Spoiler:
-
Zekamalikyd
Modder
- Posts: 4219
- Joined: Mon Apr 01, 2013 3:40 pm
there's an easy way to crash a server using openspades
-
longbyte1
Deuced Up - Posts: 336
- Joined: Sun Jul 21, 2013 7:27 pm
there's an easy way to crash openspades using a server
Also if it crashes the server, why hasn't it been fixed yet?
Also if it crashes the server, why hasn't it been fixed yet?
-
Zekamalikyd
Modder
- Posts: 4219
- Joined: Mon Apr 01, 2013 3:40 pm
idk ask yvt
-
IAmYourFriend
Global Moderator
- Posts: 103
- Joined: Fri Nov 16, 2012 8:58 pm
-
_72 wrote: hueI think this post got a bit overlooked. I haven't looked into this problem myself but this code looks legit so i blindly applied it to the *Sauerkraut server
openspades switch-from-spectator bug?
why you guys didn't fix it
just add exception catch in ../pyspades/server.py
Code: Select allshould be likedef update_network(self): items = {} for player in self.players.values(): if (player.filter_visibility_data or player.team.spectator or player.world_object.dead): continue world_object = player.world_object items[player.player_id] = (world_object.position.get(), world_object.orientation.get()) world_update.items = items self.send_contained(world_update, unsequenced = True)
Code: Select allworks fine on localhostdef update_network(self): items = {} for player in self.players.values(): try: if (player.filter_visibility_data or player.team.spectator or player.world_object.dead): continue world_object = player.world_object items[player.player_id] = (world_object.position.get(), world_object.orientation.get()) except (KeyError, TypeError, AttributeError): pass world_update.items = items self.send_contained(world_update, unsequenced = True)
huehue 3 min fix
registered just to post this
-
Chrisonix
Deuce - Posts: 4
- Joined: Sun Apr 05, 2015 2:09 am
So whats the result?!?! Is OpenSpades bug free??? 
Who is online
Users browsing this forum: No registered users and 14 guests


