Difference between revisions of "Development"

From VsWiki
Jump to: navigation, search
(Developer information pages: Add GPU information database link)
m (3D Models)
 
(11 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
==Developer information pages==
 
==Developer information pages==
 
General information on contribution:
 
General information on contribution:
*[[HowTo:Contribute|The Vega Strike Contributor's Guide]]
+
* [[HowTo:Contribute|The Vega Strike Contributor's Guide]]
*[[Database:GPUs|GPU information database]]
+
* [[Database:GPUs|GPU information database]]
 +
* [[HowTo:MOD|How to create MODs]]
 +
* [[Development:File_Structure|File and Directory Structure]]
  
 
==Status/task list pages==
 
==Status/task list pages==
Line 33: Line 35:
 
===3D Models===
 
===3D Models===
 
The modeling related information is just being restructured.
 
The modeling related information is just being restructured.
* [[Development:Model Guidelines|Guidelines Portal for Creating 3D Models]] is the main page for complete guidance on developing ship and installation models for Vega Strike
+
* [[Development:Model Guidelines|'''Guidelines Portal for Creating 3D Models''']] is the main page for complete guidance on developing ship and installation models for Vega Strike
 
** [[Development:3D_Models|3D models list and status]]
 
** [[Development:3D_Models|3D models list and status]]
  
Line 49: Line 51:
 
* [[Development:Logos & Signage|Logos & Signage]]
 
* [[Development:Logos & Signage|Logos & Signage]]
  
= Data Modding =
+
= Python Scripting =
  
=== Quests & Campaigns & Python Modding ===
+
=== Quests & Campaigns ===
 
* [[Development:Quests_&_Campaigns|Quests & Campaigns]] Reference portal for creation of campaigns, missions, quests & adventures.
 
* [[Development:Quests_&_Campaigns|Quests & Campaigns]] Reference portal for creation of campaigns, missions, quests & adventures.
 
** [[Development:Quests|Quests]] Creating quests and adventures
 
** [[Development:Quests|Quests]] Creating quests and adventures
Line 57: Line 59:
 
** [[Development:AIScripts|Developing AI Behaviors]] Customizing AI combat reactions
 
** [[Development:AIScripts|Developing AI Behaviors]] Customizing AI combat reactions
 
** [[Development:Campaigns]] Making campaigns
 
** [[Development:Campaigns]] Making campaigns
 +
 +
=== Other Scripts ===
 +
* [[HowTo:Edit News|Editing News]]
 +
* [[HowTo:Add Conversations|Adding Conversations]]
 +
* [[Development:Base_Backgrounds|Changing Base Backgrounds and Base Computer GUI]]
 +
 +
= Data Modding =
  
 
=== Game Assets ===
 
=== Game Assets ===
 +
* [[HowTo:Edit_units.csv| Editing units.csv]]
 
* [[HowTo:Make Weapons|Adding new weapons to the game]]
 
* [[HowTo:Make Weapons|Adding new weapons to the game]]
 
* [[HowTo:Add Cargo|Adding new cargo to the game]]
 
* [[HowTo:Add Cargo|Adding new cargo to the game]]
Line 67: Line 77:
 
* [[HowTo:Edit faction relationships|Edit the relationships between the existing factions]] (the <code>factions.xml</code> file)
 
* [[HowTo:Edit faction relationships|Edit the relationships between the existing factions]] (the <code>factions.xml</code> file)
 
* [[HowTo:Add Upgrades|Adding new upgrades to the game]]
 
* [[HowTo:Add Upgrades|Adding new upgrades to the game]]
 +
* [[HowTo:Nav Computer Interface|Edit the navigation computer interface]]
 +
* [[HowTo:Create_Cockpit_in_Wings3d|Creating a 3D cockpit for your ship]]
 +
* [[HowTo:Edit_HUDs|Editing HUDs, placing radars]]
  
 
=== Events ===
 
=== Events ===
Line 84: Line 97:
 
** [[Development:Tools:UnitConverter|Unit Converter Manual]] - tool to convert Wavefront obj files to bfxm format including texture conversion, units stats editor, and visualization with Vega Strike.
 
** [[Development:Tools:UnitConverter|Unit Converter Manual]] - tool to convert Wavefront obj files to bfxm format including texture conversion, units stats editor, and visualization with Vega Strike.
 
** [[Development:Script:obj2obj converter|obj2obj converter]] (Perl, commandline) - Converts obj files to cockpit files. or extracts tag-data from the models. (''At least that's what is planned, Testing under Win32/Linux. [[User:pontiac|Pontiac]]'')
 
** [[Development:Script:obj2obj converter|obj2obj converter]] (Perl, commandline) - Converts obj files to cockpit files. or extracts tag-data from the models. (''At least that's what is planned, Testing under Win32/Linux. [[User:pontiac|Pontiac]]'')
 +
* [[OOG_Tools|Out-Of-Game Player Tools]]
  
 
=== Front End ===
 
=== Front End ===

Latest revision as of 22:10, 18 April 2011

Wiki Home | FAQ | Manual | Database | HowTos | Development | MODs | Links


Development & Modding

Developer information pages

General information on contribution:

Status/task list pages

Artistic Contribution

Art Guidelines

Please read this Development:Graphics_Requirements page first before continuing to the specific requirements. See also: Links:Graphic_Applications and Links:3D_Applications for applications listings.

Further, the Art Style Guides might prove useful during your creationist endeavors.

Audio

There are also guidelines for sound and music creation available in Development:Audio.

3D Models

The modeling related information is just being restructured.

Space Scapes

Cargo

  • Creating Cargo Graphics - Images to be displayed in the trading interface for cargo items.
    • Cargo - Detailed descriptions of cargo items, listed by category.
  • Faction Balancing - General guidelines to keep in mind when play balancing the Vega Strike factions.

Other Graphics

Python Scripting

Quests & Campaigns

Other Scripts

Data Modding

Game Assets

Events

Configuration

Internationalization/Localisation-related

Modding Tools

Front End

Vega Strike The Game Mechanisms

Code-related Development

  • Dependencies - A guide to system dependencies, broken down by subsystem.
  • SVN Tree - A guide to the layout of the Subversion tree.
  • Code style - A guide/manual to write code for Vegastrike that fits in and is readable.
  • Network - Everything network related goes in here.
    • Packet format - A description of the packet format that had been implemented a few years ago.
    • Todo - What still needs to be done.
    • Testing - Testing the network code.
  • Keyboard layout - Discuss and display new keyboard layouts here.

See also