Getting started: PySnip/pyspades server software

Host your own server and communicate with server operators.
63 posts Page 1 of 5 First unread post
izzy
Head Admin / Co-founder
Head Admin / Co-founder
Posts: 474
Joined: Tue Oct 09, 2012 8:16 pm


The PySnip project (formerly known as pyspades) provides an open and feature-packed server implementation for Ace of Spades Classic and allows for great customizability with extensions and scripts.

More info:
http://www.buildandshoot.com/viewtopic.php?f=2&t=310

Main project page:
https://bitbucket.org/NateShoffner/pysnip

Blue_Arrow Install

Windows binary:
https://bitbucket.org/NateShoffner/pysnip/downloads

Linux:
Must be built from source: Blue_Question Configure

http://code.google.com/p/pysnip/wiki/ConfigDotTxt

Blue_Exclamation In-game commands

http://code.google.com/p/pysnip/wiki/Commands
HoboHob
Winter Celebration 2013
Winter Celebration 2013
Posts: 979
Joined: Mon Nov 05, 2012 5:02 pm


This is lame, somebody post!
a girl
Scripter
Scripter
Posts: 85
Joined: Thu Nov 15, 2012 6:32 am


Erm.... what happened to the links?

Oh I see Mat^2 AKA Jagex killed it. Time for some mirrors I guess.
[BP]TheKeyToaster
Deuce
Posts: 15
Joined: Sat Nov 17, 2012 11:22 am


Hii,

These links are dead.

That night, I do a tutorial for linux install, no fail ;)

"Sorry for my very bad english level :)"

Have a nice day ! :)
EssigGurkenFred
Deuced Up
Posts: 111
Joined: Tue Nov 06, 2012 3:15 pm


Hey izzy, are you guys going to reupload all the pyspades stuff on your servers?
danhezee
Former Admin / Co-founder
Former Admin / Co-founder
Posts: 1710
Joined: Wed Oct 03, 2012 12:09 am


EssigGurkenFred wrote:
Hey izzy, are you guys going to reupload all the pyspades stuff on your servers?
We plan on having a new and improved feature server up soon with better selection of maps and scripts that arent broken.
Enari
Former Pre-BnS Team
Former Pre-BnS Team
Posts: 2
Joined: Mon Nov 05, 2012 2:28 pm


http://forum.minit.nu/viewtopic.php?f=27&t=30&p=82#p82

If you need to download pyspades before Dan fixes that cool repo thingy you could download it there <3
EssigGurkenFred
Deuced Up
Posts: 111
Joined: Tue Nov 06, 2012 3:15 pm


Enari wrote:
http://forum.minit.nu/viewtopic.php?f=27&t=30&p=82#p82

If you need to download pyspades before Dan fixes that cool repo thingy you could download it there <3
Thanks for this.
LinktersHD
Deuced Up
Posts: 124
Joined: Thu Nov 01, 2012 12:27 pm


What's the link to a more updated version of Pyspades now?
izzy
Head Admin / Co-founder
Head Admin / Co-founder
Posts: 474
Joined: Tue Oct 09, 2012 8:16 pm


All links in first post have been updated.
greenelf
Deuce
Posts: 1
Joined: Sun Jan 06, 2013 4:26 pm


I am getting the following error:
Code: Select all
Traceback (most recent call last):
  File "run.py", line 87, in <module>
    from pyspades.server import (ServerProtocol, ServerConnection, position_data,
  File "../pyspades/server.py", line 20, in <module>
    from pyspades.protocol import BaseConnection, BaseProtocol
  File "../pyspades/protocol.py", line 19, in <module>
    from pyspades.bytes import ByteReader, ByteWriter
ImportError: No module named bytes
Can someone help me? I am running Ubuntu server.
colorpinpoint
League Champs
League Champs
Posts: 60
Joined: Tue Nov 06, 2012 11:06 pm


greenelf wrote:
I am getting the following error:
Code: Select all
Traceback (most recent call last):
  File "run.py", line 87, in <module>
    from pyspades.server import (ServerProtocol, ServerConnection, position_data,
  File "../pyspades/server.py", line 20, in <module>
    from pyspades.protocol import BaseConnection, BaseProtocol
  File "../pyspades/protocol.py", line 19, in <module>
    from pyspades.bytes import ByteReader, ByteWriter
ImportError: No module named bytes
Can someone help me? I am running Ubuntu server.
Are you sure you did "sh build_all.sh"?
MediumShadow
Deuce
Posts: 12
Joined: Fri Jan 18, 2013 2:51 pm


Im able to host the server woot! Blue_Sleeping Green_Pistol2
LinktersHD
Deuced Up
Posts: 124
Joined: Thu Nov 01, 2012 12:27 pm


greenelf wrote:
I am getting the following error:
Code: Select all
Traceback (most recent call last):
  File "run.py", line 87, in <module>
    from pyspades.server import (ServerProtocol, ServerConnection, position_data,
  File "../pyspades/server.py", line 20, in <module>
    from pyspades.protocol import BaseConnection, BaseProtocol
  File "../pyspades/protocol.py", line 19, in <module>
    from pyspades.bytes import ByteReader, ByteWriter
ImportError: No module named bytes
Can someone help me? I am running Ubuntu server.
Looks like you haven't built it or it's didn't build properly.
Do
Code: Select all
sh buil.sh
and then
Code: Select all
sh build_all.sh
topo
Global Moderator
Global Moderator
Posts: 179
Joined: Thu Nov 01, 2012 12:43 pm


There is no need to run build_all.sh directly after running build.sh
Code: Select all
$ cat build.sh
python build.py build_ext --inplace
cd enet
python setup.py build_ext --inplace
Code: Select all
$ cat build_all.sh
find . -type f -name "*.so" -o -name "*.pyc" -o -name "*.pyd" | xargs rm -f
rm -rf build/*
python build.py build_ext -f --inplace
cd enet
python setup.py build_ext -f --inplace
63 posts Page 1 of 5 First unread post
Return to “Servers”

Who is online

Users browsing this forum: No registered users and 15 guests