Note: This forum is merely an archive. It is no longer possible to register or post. - StackOverflow
New Ace of Spades Forums: http://buildandshoot.com/

[HELP] Need helping making a Arena or Zombie Server!

Have a problem? Ask here.

[HELP] Need helping making a Arena or Zombie Server!

Postby denton3110 » Sun Sep 30, 2012 8:06 am

Hello, I've been stumped on this for a few days now wondering how to make a Arena or Zombie Mode Server. I have looked up multiple times and I thought I found a good one in the general discussion section on here: http://ace-spades.com/forums/viewtopic.php?f=77&t=210&start=15 and if your too lazy to go there, then this is what a guy named 'LinktersHD' said:
Simples go and download izzy's .zip file with Arena all set up:

here's a ready-to-run "easy setup" i put together for server hosts:

http://aloha.pk/files/aos/modes/arena_easy_setup.zip

includes 4 maps (facingworldsarena, indiaarena, minideckarena, planeassault), 4 scripts, and a preconfigured config.txt, complete with tweaks from a week's worth of testing on the previously linked aloha server.
instructions:

CODE: SELECT ALL
1) install pyspades or make a backup copy of your existing pyspades files
2) extract arena_easy_setup.zip to ~\dist (Windows) or ~/pyspades/feature_server (Linux)
3) open config.txt and edit the following lines to your liking:
"name" : "my arena server",
"admin" : ["changethis"],
4) save config.txt and start the server


I did all what the .txt says and EVERYTHING. This is the error I got when I went to run the server:
Code: Select all
C:\Users\Administrator\Desktop\dist - Copy>run.exe
2012-09-30 16:49:34+1000 [-] Log opened.
2012-09-30 16:49:34+1000 [-] Loading map 'minideckarena'...
2012-09-30 16:49:36+1000 [-] Map loaded successfully.
2012-09-30 16:49:36+1000 [-] Traceback (most recent call last):
2012-09-30 16:49:36+1000 [-]   File "run.py", line 1020, in <module>
2012-09-30 16:49:36+1000 [-]   File "C:\Users\Administrator\Desktop\dist - Copy\
scripts\disco.py", line 39, in __init__
2012-09-30 16:49:36+1000 [-]     protocol.__init__(self, *arg, **kw)
2012-09-30 16:49:36+1000 [-]   File "run.py", line 644, in __init__
2012-09-30 16:49:36+1000 [-]   File "run.py", line 751, in set_map_rotation
2012-09-30 16:49:36+1000 [-]   File "run.py", line 717, in advance_rotation
2012-09-30 16:49:36+1000 [-]   File "run.py", line 735, in set_map_name
2012-09-30 16:49:36+1000 [-]   File "pyspades\server.pyo", line 1598, in set_map

2012-09-30 16:49:36+1000 [-]   File "C:\Users\Administrator\Desktop\dist - Copy\
scripts\arena.py", line 378, in on_map_change
2012-09-30 16:49:36+1000 [-]     self.begin_arena_countdown()
2012-09-30 16:49:36+1000 [-]   File "C:\Users\Administrator\Desktop\dist - Copy\
scripts\arena.py", line 426, in begin_arena_countdown
2012-09-30 16:49:36+1000 [-]     self.build_gates()
2012-09-30 16:49:36+1000 [-]   File "C:\Users\Administrator\Desktop\dist - Copy\
scripts\arena.py", line 398, in build_gates
2012-09-30 16:49:36+1000 [-]     gate.build_gate()
2012-09-30 16:49:36+1000 [-]   File "C:\Users\Administrator\Desktop\dist - Copy\
scripts\arena.py", line 170, in build_gate
2012-09-30 16:49:36+1000 [-]     set_color.value = make_color(*self.color)
2012-09-30 16:49:36+1000 [-] TypeError: make_color() takes exactly 4 arguments (
3 given)

C:\Users\Administrator\Desktop\dist - Copy>pause
Press any key to continue . . .


If I have done something terribly wrong please say! I have done all what the guy said about the maps with gates!

P.S I would also like to know how to make a Zombie Mode server as I am planning to host multiple game mode servers!

Thanks for reading and I hope you can help. :)
denton3110
Member
 
Posts: 11
Joined: Sun Sep 30, 2012 7:51 am

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby denton3110 » Sun Sep 30, 2012 8:22 am

C'mon, post ASAP :o
denton3110
Member
 
Posts: 11
Joined: Sun Sep 30, 2012 7:51 am

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby Stafflersepp » Sun Sep 30, 2012 12:00 pm

I had the same problem with the arena mode.
It seems like the easy setup is not up to date.
First install pyspades again.
Then download the arena scipt here: http://code.google.com/p/pyspades/sourc ... db99b37737
put it into wordpad and save it as "arena" in the script folder.
open your conifg file and put "arena" to the other scripts, do not write it in the gamemode, leave the gamemode ctf.
I also suggest you to download another arena map from the forum here, just to make sure that the error doesnt come form the maps.
Stafflersepp
Member
 
Posts: 10
Joined: Wed Aug 22, 2012 4:03 pm

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby denton3110 » Sun Sep 30, 2012 12:05 pm

That's exactly the same script as I used, I replaced the config.txt with the one the guy told me to replace it with. Do you have skype? it may be a lot easier :o

[EDIT]

I'm useless with these sort of things even though I have had a lot of coding experience with a lot of other things. But it was a whole different setup D:

[ANOTHER EDIT] -.-

I was in a rush to get this message done, I can explain more later if you like.
denton3110
Member
 
Posts: 11
Joined: Sun Sep 30, 2012 7:51 am

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby XxsnipahxX » Sun Sep 30, 2012 2:44 pm

Have pyspades?
Image
want a sig like mines?Click here^^
Stats:
IGN:[DELTA]snipe
favorite weapon(s): SMG and rifle
favorite server: Last Team standing,Shams Little Pony, and Minit US
When I die, bury me face down so the world can kiss my ass.
User avatar
XxsnipahxX
[DELTA] Member
 
Posts: 403
Joined: Sun Jan 01, 2012 6:10 pm
Location: New York, NYC

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby denton3110 » Sun Sep 30, 2012 10:02 pm

Yes, I do have pyspades, I would really like to know how to do this :(

[EDIT]

And like I said in my first post, I've done EVERYTHING what the guy had said in the .txt AND on his post...
denton3110
Member
 
Posts: 11
Joined: Sun Sep 30, 2012 7:51 am

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby denton3110 » Tue Oct 02, 2012 5:36 am

Please REPLY guys!
denton3110
Member
 
Posts: 11
Joined: Sun Sep 30, 2012 7:51 am

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby SRL » Tue Oct 02, 2012 7:04 am

Did you talk to the people who made the script? (beg pardon if you said you did and I missed it somewhere)
User avatar
SRL
{AGAN} Member
 
Posts: 710
Joined: Sun May 06, 2012 10:25 am
Location: Up yours!

Re: [HELP] Need helping making a Arena or Zombie Server!

Postby denton3110 » Tue Oct 02, 2012 7:11 am

Didn't think I'd have to, and I don't know how to get in-touch with them. I'm kinda relying on you guys :(
denton3110
Member
 
Posts: 11
Joined: Sun Sep 30, 2012 7:51 am


Return to Help



Who is online

Users browsing this forum: No registered users and 5 guests

cron