Difference between revisions of "Migration Guide"

From ASSS Wiki
Jump to: navigation, search
m (typo :/)
m (reformat)
Line 3: Line 3:
 
----
 
----
  
'''Team:MaxFrequency'''
+
== Settings ==
 +
 
 +
=== Team:MaxFrequency ===
  
 
This setting now behaves as it is written. It is the maximum frequency you can enter. It is not the maximum number of frequencies available. For example setting this to 5 means you can enter 0,1,2,3,4,5.
 
This setting now behaves as it is written. It is the maximum frequency you can enter. It is not the maximum number of frequencies available. For example setting this to 5 means you can enter 0,1,2,3,4,5.
  
 
+
=== Prize:MinimumVirtual or Why do my flags and balls spawn differently? ===
 
 
'''Prize:MinimumVirtual''' or '''Why do my flags and balls spawn differently?'''
 
  
 
Flags and balls now have their own spawn settings:
 
Flags and balls now have their own spawn settings:
Line 26: Line 26:
 
Where N is 0,1,2,3.
 
Where N is 0,1,2,3.
 
The numbers correspond to the ball ID. For example if you have 2 balls the ID's will start from 0. Ball 0 will use Spawn...0 and ball 1 will use Spawn...1. You can have up to 8 balls, meaning ball 4 will use Spawn...0 and so on.
 
The numbers correspond to the ball ID. For example if you have 2 balls the ID's will start from 0. Ball 0 will use Spawn...0 and ball 1 will use Spawn...1. You can have up to 8 balls, meaning ball 4 will use Spawn...0 and so on.
 +
 +
== Commands ==
 +
 +
=== Why doesn't ?owner work anymore? ===
 +
 +
This is disabled by default. You need to add the line 'cmd_owner' to conf/groupdef.dir/default.

Revision as of 07:23, 13 March 2006

This guide will highlight some of the known pitfalls and gotchas when moving from subgame to asss.


Settings

Team:MaxFrequency

This setting now behaves as it is written. It is the maximum frequency you can enter. It is not the maximum number of frequencies available. For example setting this to 5 means you can enter 0,1,2,3,4,5.

Prize:MinimumVirtual or Why do my flags and balls spawn differently?

Flags and balls now have their own spawn settings:

SpawnX = 512
SpawnY = 512
SpawnRadius = 20

Additionally balls can have multiple spawns as of version 1.4.2:

SpawnXN = 512
SpawnYN = 512
SpawnRadiusN = 20

Where N is 0,1,2,3. The numbers correspond to the ball ID. For example if you have 2 balls the ID's will start from 0. Ball 0 will use Spawn...0 and ball 1 will use Spawn...1. You can have up to 8 balls, meaning ball 4 will use Spawn...0 and so on.

Commands

Why doesn't ?owner work anymore?

This is disabled by default. You need to add the line 'cmd_owner' to conf/groupdef.dir/default.