Insane settings server

General Stuff about Armagetron, That doesn't belong anywhere else...
Post Reply
User avatar
Self_Destructo
Round Winner
Posts: 317
Joined: Tue Jun 07, 2005 1:24 am
Location: HillBilly Country
Contact:

Insane settings server

Post by Self_Destructo »

I'm thinking about putting up a server that has insane settings that change after every match. I'm looking for people that want to put thier creations into this server.

1. The settings and/or maps must be insanly hard, but not so hard it's unplayable.
2. I will review everything submitted and modify it accorsingly as needed.
3. The scoring will be mostly survival based and can be changed with your settings.

What do you think the server name should be?

Possible maps and settings options:
--Normal grid with a kagillion obsticals.
--Extremely tiny grid with maybe WALL_LENGTH set to 10 and speed set high. (a variation of the idea)
--Every turn you make has the consequence of doubling your speed
--Anything that you can think of that would be hard to survive, let alone core dump someone.

SD

P.S. Everyone will get public credit for thier work on the server.
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

Make a server that has its axes reversed, so if you press right you end up turning left. This is possible with maps.
There's no place like ::1
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

exponentially growing speed :twisted:

Code: Select all

CYCLE_SPEED 0
CYCLE_SPEED_DECAY_ABOVE -.1
CYCLE_TURN_SPEED_FACTOR 1
CYCLE_BRAKE 0
The -.1 is the tunable bit.
Grogen
Posts: 9
Joined: Mon Feb 13, 2006 4:16 am

Post by Grogen »

wrtlprnft wrote:Make a server that has its axes reversed, so if you press right you end up turning left. This is possible with maps.
Hahaha, that would be no good......you would just bind your keys backwards :P
If we knew what we were doing it wouldn't be research
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

It'd also be easy to just press another key. Or are your brains that hardwired? :o

Code: Select all

CYCLE_ACCEL = preferably something +-large
CYCLE_ACCEL_OFFSET < 0
0 < CYCLE_WALL_NEAR < -CYCLE_ACCEL_OFFSET
If you remove some of the restrictions you risk more normal acceleration, or division by zero.
User avatar
Self_Destructo
Round Winner
Posts: 317
Joined: Tue Jun 07, 2005 1:24 am
Location: HillBilly Country
Contact:

Post by Self_Destructo »

ok, tested your settings z-man. It's cool, but it get boring quick. :P

Anyways, and interesting thing happens with those settings. I cannot have any more rubber than -.5 or no one will die at the high speeds (they easily will at the lower). I tweaked the CYCLE_RUBBER and got it to -.8 and it was perfectly satisfatory there. The bigger the arena - the better. :D And I set the -.1 to -.2 to speed things up a bit on big arena's. Also, bots don't have a clue how to react to -.8 rubber. They just die right into the first wall in front of them. :P

Cool settings overall, I like em. :)
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

cycle_accel 10000
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
Grogen
Posts: 9
Joined: Mon Feb 13, 2006 4:16 am

Post by Grogen »

Jonathan wrote:It'd also be easy to just press another key. Or are your brains that hardwired? :o
You're right, it would be. But that would just take the fun out of the joke; wouldn't it?....or is your brain too damn serious :|

:wink:
If we knew what we were doing it wouldn't be research
Post Reply