Difference between revisions of "HowTo:Edit Systems"
(→Adding Systems) |
(→EDITING SYSTEMS) |
||
Line 11: | Line 11: | ||
The System files can are found in several places in your Vega Strike data directory: | The System files can are found in several places in your Vega Strike data directory: | ||
− | * Inside your | + | * Inside your <code>.vegastrike</code> directory. This is where the automatically-generated files go after being created. These files are <code>.system</code> files and are generated from the '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/universe/milky_way.xml?rev=HEAD&content-type=text/vnd.viewcvs-markup universe/milky_way.xml]''' file. |
− | * Inside your '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/sectors/ 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. | + | * Inside your '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/sectors/ sectors]''' directory. This is where you want your very specific custom files to go, for example Sol. For creating your own systems, store the <code>.system</code> files here. It is perferred that you do not use the <code>.vegastrike</code> directory for storing hand-made systems. |
==Adding Systems== | ==Adding Systems== |
Revision as of 06:39, 11 April 2005
Add Cargo | HowTo | Take Screenshots |
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;
- The easy way using Milky_way.xml
- The hard way using System Files
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 anc create system files.
See also
- See the old wiki article VsHowtoEditSystems.
- See the old wiki article VsHowtoEditSystemsPart1.
- See the old wiki article VsHowtoEditSystemsPart2.
Add Cargo | HowTo | Take Screenshots |