SUMO: SP_GAME_TYPE 0 (why not?)

General Stuff about Armagetron, That doesn't belong anywhere else...
Post Reply
User avatar
sinewav
Graphic Artist
Posts: 6472
Joined: Wed Jan 23, 2008 3:37 am
Contact:

SUMO: SP_GAME_TYPE 0 (why not?)

Post by sinewav »

Seriously, why isn't this set on, like, every sumo server? Or even SP_NUM_AIS 0. Isn't it obvious that you should be able to draw stupid boxes by yourself while waiting for others to join? Single player mode for sumo is useless since you can't play against AI. Why not allow someone to practice mazing alone? Occasionally you have to wait quite a while for another player to show up.
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Small idea presentation hint: don't act as if everyone who hasn't already implemented it is a bloody idiot. That makes people defensive :)

(Old Bugfarm Elimination had a special gamemode for single player games: a small grid with the three AIs, no sumo zone. I just haven't gotten to redo that yet.)
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

You can try to see how long you can keep the AIs in the zone :-)
There's no place like ::1
Word
Reverse Adjust Outside Corner Grinder
Posts: 4310
Joined: Wed Jan 07, 2009 6:13 pm

Post by Word »

we had that in prutopolis sumo, and i always won because the bot is too stupid for the game (pardon) xD
User avatar
schwuli
On Lightcycle Grid
Posts: 22
Joined: Fri Aug 25, 2006 12:38 am
Contact:

Post by schwuli »

flower power sumo assault has no bots... -> you are allowed to maze until you die 8) :lol:
User avatar
hoop
Round Winner
Posts: 201
Joined: Tue Jul 24, 2007 7:45 am
Contact:

Post by hoop »

yea, actually it looks like only a 2 servers don't allow that... the most popular sumo servers
perhaps because they are almost never empty?

anyway you're right, it should be a standard for sumo servers
User avatar
sinewav
Graphic Artist
Posts: 6472
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Post by sinewav »

Z-Man wrote:don't act as if everyone who hasn't already implemented it is a bloody idiot. That makes people defensive :)
Sorry, I was a little wound up last night. I guess I'll try one of these other sumo servers I wasn't aware of (due to lack of popularity?). Meanwhile, I'll take my complaints where they belong, which is not here. Sorry again. :oops:
User avatar
DDMJ
Reverse Outside Corner Grinder
Posts: 1882
Joined: Thu Jun 08, 2006 12:15 am
Location: LA, CA, USA, NA
Contact:

Post by DDMJ »

Actually, SP_GAME_TYPE is set to 0 on all sumo servers. You need to change a different setting to get rid of the bots:

Code: Select all

SP_TEAMS_MIN 1
EDIT: Never mind, that fix only works in Local Game...does anyone know how to get this to work? (no bots)
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

I'd say
SP_MIN_PLAYERS 0
User avatar
Infa(mous)
Round Winner
Posts: 255
Joined: Thu Aug 14, 2008 11:27 pm

Post by Infa(mous) »

Here's how I got it to work.

Code: Select all

SP_TEAMS_MIN 1
SP_MIN_PLAYERS 1
SP_NUM_AIS 0
-Infamous
Post Reply