Difference between revisions of "HowTo:Edit Systems"

From VsWiki
Jump to: navigation, search
m
Line 1: Line 1:
 
{{NAV_Manual |
 
{{NAV_Manual |
 
| previous=[[HowTo:Add Cargo|Add Cargo]]
 
| previous=[[HowTo:Add Cargo|Add Cargo]]
| up=[[HowTo]]
+
| up=[[HowTos]]
 
| next=[[HowTo:Take Screenshots|Take Screenshots]]
 
| next=[[HowTo:Take Screenshots|Take Screenshots]]
 
}}
 
}}
Line 28: Line 28:
 
{{NAV_Manual |
 
{{NAV_Manual |
 
| previous=[[HowTo:Add Cargo|Add Cargo]]
 
| previous=[[HowTo:Add Cargo|Add Cargo]]
| up=[[HowTo]]
+
| up=[[HowTos]]
 
| next=[[HowTo:Take Screenshots|Take Screenshots]]
 
| next=[[HowTo:Take Screenshots|Take Screenshots]]
 
}}
 
}}
  
[[Category:HowTo|Edit Systems]]
+
[[Category:HowTos|Edit Systems]]
 
[[Category:Development|Edit Systems]]
 
[[Category:Development|Edit Systems]]

Revision as of 19:46, 28 May 2005

arrow_left.png Add Cargo arrow_up.png HowTos Take Screenshots arrow_right.png

EDITING SYSTEMS

The star systems in VegaStrike are defined in System Files. These files can be either created manually, or are generated from the universe/milky_way.xml file.

The System files can are found in several places in your Vega Strike data directory:

  • Inside your .vegastrike directory. This is where the automatically-generated files go after being created. These files are .system files and are generated from the universe/milky_way.xml file.
  • Inside your sectors directory. This is where you want your very specific custom files to go, for example Sol. For creating your own systems, store the .system files here. It is perferred that you do not use the .vegastrike directory for storing hand-made systems.

Adding Systems

There are two ways of editing and creating star systems;

Summary

  • Using the universe/milky_way.xml file we can autogenerate systems. When using a fixed random number seed, the same system will be generated each time.
  • To create a specific system with very specific orbits, etc, we can manually edit and create system files.

See also

arrow_left.png Add Cargo arrow_up.png HowTos Take Screenshots arrow_right.png