<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.shootemupkit.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Quick_Guide</id>
	<title>Quick Guide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.shootemupkit.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Quick_Guide"/>
	<link rel="alternate" type="text/html" href="https://www.shootemupkit.com/wiki/index.php?title=Quick_Guide&amp;action=history"/>
	<updated>2026-04-09T06:51:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://www.shootemupkit.com/wiki/index.php?title=Quick_Guide&amp;diff=102&amp;oldid=prev</id>
		<title>Wikiadmin: Created page with &quot;==Overview==  Build games by placing entities in a level using drag and drop object placement in the  Level Editor and setting properties.  Some entities are...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.shootemupkit.com/wiki/index.php?title=Quick_Guide&amp;diff=102&amp;oldid=prev"/>
		<updated>2020-05-24T13:42:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Overview==  Build games by placing entities in a level using drag and drop object placement in the &lt;a href=&quot;/wiki/index.php?title=Level_Editor&quot; title=&quot;Level Editor&quot;&gt; Level Editor&lt;/a&gt; and setting properties.  Some entities are...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Overview==&lt;br /&gt;
&lt;br /&gt;
Build games by placing entities in a level using drag and drop object placement in the [[Level Editor | Level Editor]] and setting properties.  Some entities are included in the Shoot 'Em Up Kit and it is also possible to add your own.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When an entity is placed, the Properties window will open.  This allows you to set how the entity will move, what weapons it has etc.  If it is an [[Add an NPC|enemy character (NPC)]], you will also have an [[AI Tab|AI tab]] where you can select the behaviour (eg chase player, move in a set direction) from a list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many entity types have [[Actions Tab|Actions]] tabs in their Properties window.  Actions control what happens when events such as damage, destruction or controller input happen to the entity.  This could be activating or deactivating another object, triggering a weapon upgrade or displaying a pop-up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is also possible to set general properties for the level such as background, music and lighting in the [[Level Settings|Level Settings]], set up information to be shown in-game (eg score) in the [[HUD Editor|HUD Editor]] and set screens to be displayed before and after the game and between levels in the [[Front-End Editor|Front-End Editor]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project==&lt;br /&gt;
&lt;br /&gt;
When you first open the Shoot 'Em Up Kit, you will see the [[Main Menu|Main Menu]].  From here, you can create a new game or edit or play an existing one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To create a new game, select ''Create''.  This will open the [[Create Menu|Create Menu]].  There are three options, [[Create from a Template|''Create from a Template'']], [[Copy a Project|''Copy a Project'']] and ''Empty Project''.  For this example, select ''Empty Project''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[Project Settings|Project Settings]] window will be displayed.  This is used to set up properties such as the project name, screen resolution and controller to keyboard mapping. The default values are OK for most games - just give the project a name, choose a game style (''3D'', ''2D with models'' or ''2D with sprites'') and click OK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After clicking OK the Project Menu screen will be displayed.The [[Project Menu|Project Menu]] will be displayed.  It has links to all the Editors and Settings used to build a game. To start building the first level, go to the [[Level Editor|Level Editor]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To [[Add a Player|place a player ship]]:&lt;br /&gt;
&lt;br /&gt;
- Select the [[File:ToolsMenu02.png|link=]] Player icon on the [[Tools Menu|Tools menu]]&lt;br /&gt;
&lt;br /&gt;
- Select a ship from the list displayed&lt;br /&gt;
&lt;br /&gt;
- Move the ship using the mouse and click to place&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To [[Add an NPC|place an enemy (NPC)]]:&lt;br /&gt;
&lt;br /&gt;
- Select the [[File:ToolsMenu03.png|link=]] NPC icon on the [[Tools Menu|Tools menu]]&lt;br /&gt;
&lt;br /&gt;
- Select a ship from the list displayed&lt;br /&gt;
&lt;br /&gt;
- Move the ship using the mouse and click to place&lt;br /&gt;
&lt;br /&gt;
The default [[AI Tab|AI (behaviour)]] for the NPC is to fire and chase the Player.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a playable game.  Test it out by clicking the [[File:ToolBarTestLevel.png|link=]] Test Level or [[File:ToolBarTestGame.png|link=]] Test Game icons on the [[Tool Bar|Tool Bar]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Expanding the Project==&lt;br /&gt;
&lt;br /&gt;
Once you have a player and an enemy, you have a very basic game.  From here, there are many ways to build on it including:&lt;br /&gt;
&lt;br /&gt;
- [[Add an NPC|Add different enemies (NPCs)]] or use the [[File:ToolBarCopy.png|link=]] Copy and [[File:ToolBarPaste.png|link=]] [[File:ToolBarPasteInst.png|link=]] [[Paste and Paste Instance|Paste]] icons on the [[Tool Bar|Tool Bar]] to copy the existing one&lt;br /&gt;
&lt;br /&gt;
- Change the [[AI Tab|enemy AI (behaviour)]]&lt;br /&gt;
&lt;br /&gt;
- [[Background Settings|Set a background]]&lt;br /&gt;
&lt;br /&gt;
- Add your own [[Sprite Editor|sprites]] or [[Entity Editor|models]]&lt;br /&gt;
&lt;br /&gt;
- [[Add Scenery|Add scenery]]&lt;br /&gt;
&lt;br /&gt;
- Add a fixed or moving [[Add a Camera|camera]]&lt;br /&gt;
&lt;br /&gt;
- [[HUD Editor|Edit the HUD (Heads Up Display)]] which shows score, health etc in-game&lt;br /&gt;
&lt;br /&gt;
- Look at the [[Game Genres|Game Genres]] tutorials on different game styles&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
		
	</entry>
</feed>