Difference between revisions of "AI War 2:Test Chamber"

From Arcen Wiki
Jump to navigation Jump to search
(Created page with "This page is mostly a stub, and needs to be developed out further. For now, here's some useful information: '''Question: What's the easiest way to test a ship in game?'''...")
 
m
Line 3: Line 3:
 
'''Question: What's the easiest way to test a ship in game?'''  
 
'''Question: What's the easiest way to test a ship in game?'''  
  
At the moment you need to set up some XML in GameData/Configuration/TestChamber/Example.xml (to say which ships you want to spawn and where), then add the following line to you inputmappings.dat:
+
At the moment you need to set up some XML in GameData/Configuration/TestChamber/Example.xml (to say which ships you want to spawn and where), then add the following line to your PlayerData/inputmappings.dat:
 
          
 
          
 
<map bind="Debug_StartTestChamber" key="F8" />                                                                                                                                                                           
 
<map bind="Debug_StartTestChamber" key="F8" />                                                                                                                                                                           
  
 
Then start the game and hit F8 whenever you want.
 
Then start the game and hit F8 whenever you want.

Revision as of 10:50, 26 February 2018

This page is mostly a stub, and needs to be developed out further. For now, here's some useful information:

Question: What's the easiest way to test a ship in game?

At the moment you need to set up some XML in GameData/Configuration/TestChamber/Example.xml (to say which ships you want to spawn and where), then add the following line to your PlayerData/inputmappings.dat:

<map bind="Debug_StartTestChamber" key="F8" />

Then start the game and hit F8 whenever you want.