Difference between revisions of "IntruderMM"

From Superboss Games Wiki
Jump to navigation Jump to search
(Added mention of the step-by-step video)
 
(75 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 +
= Overview =
 +
The [[Intruder]] Map Maker (or [[IntruderMM]]) is used to create [[custom maps]] for [[Intruder]] through Unity3D. These custom maps can then be uploaded to the steam workshop to be shared amongst users. Included in the IntruderMM package is a large array of [[Template:IntruderMM Assets |tools and prefabs]] which allow users to customize the layout and gameplay mechanics of their map.
 +
<!--The following link is redundant, as all information present there is also on this page with more information.-->
 +
<!--:*A page for how to set up [[IntruderMM]], including tools, props, and textures to help with creating a map: [https://sharklootgilt.superbossgames.com/wiki/index.php?title=Mapmaker_resources Intruder Map Maker Resources]-->
  
== Overview ==
+
= Creating a Map =
 +
In order to begin creating a custom map, users will need two items:
  
The [[Intruder]] Map Maker (or [[IntruderMM]]) has been released with Patch 449. It can be used to create [[custom maps]] for [[Intruder]].
+
1. Unity {{IntruderMMUnityVersion}} via Unity Hub'''
 +
::*'''Unity Hub Download''': https://unity3d.com/get-unity/download
 +
::*You '''MUST''' install version {{IntruderMMUnityVersion}} or earlier or you will not be able to launch your map
 +
::*If it is not listed in the Unity Hub application, you can find {{IntruderMMUnityVersion}} in the Unity Download Archive: https://unity.com/releases/editor/archive
 +
::**You '''MUST''' make sure to install both Windows and Mac build platforms!
  
== Requirements ==
+
2. Intruder MM Unity package {{IntruderMMVersion}}
 +
:::*'''Google Drive Download''': https://drive.google.com/drive/folders/0B8N1PnL3QcxtWW85eXhtWFFmWWM?resourcekey=0-vllq8UVBE4IYOaqBx4W5_w
 +
:::*Intruder MM {{IntruderMMVersion}} is '''NECESSARY''' for Steam Workshop version and Unity {{IntruderMMUnityVersion}}
  
:*'''The IntruderMM unity package, Current Version : IntruderMM v3, Jan23 2016''' ([https://drive.google.com/file/d/0B8N1PnL3QcxtMlJFQmpKX3VkOUk/view Download])
+
== Getting Started ==
  
:*'''Unity 5.3.1p1 Personal:'''
+
There's a step-by-step video guide that guides you through the installation process that you can watch [https://www.youtube.com/watch?v=hJit2Nw1ynQ here].
:::WIN: beta.unity3d.com/download/7d3d8e90548b/UnityDownloadAssistant-5.3.1p1.exe
 
:::OSX: beta.unity3d.com/download/7d3d8e90548b/UnityDownloadAssistant-5.3.1p1.dmg
 
  
== [http://superbossgames.com/wiki/index.php?title=Map_Maker#Links Installation] ==
+
=== Unity Installation ===
  
=== Step 1 ===
+
:To begin, install [https://unity3d.com/get-unity/download Unity Hub] to your computer. After the installation is complete, open Unity Hub and click "Add" from the installs section. Choose Unity {{IntruderMMUnityVersion}} from the list to begin the installation process. If the version is not listed, you are able access it on the [https://unity.com/releases/editor/archive Unity Archives] webpage.
 +
::'''Note:''' Make sure to install both Windows and Mac builds! These options are available after starting the installation process. A window will appear allowing you to select installation packages; ensure that Windows and Mac builds are selected before proceeding!
  
:Install the Unity version listed above
+
=== Importing IntruderMM ===
  
:Unity Personal or higher is necessary to export your Intruder Level File (*.ilf).
+
:After installing the correct Unity version, start a new project. Make sure the path to the project has no spaces in it, (e.g. C:/UnityProjects/MyMap instead of C:/My Documents/Intruder Map) or else you won't be able to export and test or upload the map. Now, import the IntruderMM Unity package to your opened project. This will set you up with everything you need to start making your level. Just double click the package when you have your project open and it will begin importing it into your project directory. Alternatively, you can use the dropdown on the top toolbar to import it (Assets->Import Package->Custom Package).
  
=== Step 2 ===
+
=== Creating Your Map ===
  
:Open Unity. Start a new project and import the IntruderMM unity package. This will set you up with everything you need to start making your level. Just double click the package when you have your project open or use Assets->Import Package->Custom Package
+
:Now that the package is imported, you are able to start making your level! Make sure to grab a [[SpawnA]] and [[SpawnB]] from the IntruderMM Prefabs folder and place them in your level to choose where your guards and intruders will spawn. The prefabs folder is full of great things to get your levels started such as [[doors]], windows, [[GoalPointProxy|goal points]], [[briefcase|briefcases]], and more.
 +
::To add doors, you'll need to download the Superboss Doors package, which can be found in the same [https://drive.google.com/drive/folders/0B8N1PnL3QcxtWW85eXhtWFFmWWM?resourcekey=0-vllq8UVBE4IYOaqBx4W5_w google drive] as the MM package. The package is imported the same as the MM package, and once you have it in your project you can place the prefabs in your level wherever you need them.
 +
:Because we are using Unity as the editor, you have control over all of its level editing power. This means that you are able to use any tool or resource available to you, aside from creating custom scripts. Despite this, you are able to access [[Activator|Activators]] which can be used to create complicated map mechanics, such as teleporters, timed spawns, traps, and more.
  
=== Step 3 ===
+
=== Playtesting ===
  
:Start making your level! Make sure to grab a SpawnA and SpawnB from the Prefabs folder and place them in your level to choose where your guards and intruders will spawn. The prefabs folder is full a great things to get your levels started such as doors, windows, goal points, briefcases, etc.
+
:As you are creating your level, you are able to playtest the map in-game to get a feel for how players will use it. To test your map, you can either use the Intruder menu at the top toolbar, or by pressing the "Test Map" button at the bottom right of the view-finder. If it is the first time you are testing the map, Unity will ask you to locate your copy of Intruder.exe or Intruder.App. After you select the file (where Steam stores the Intruder app), it will launch the level inside of Intruder so you can test it out offline!
  
:Because we are using Unity as the editor, you have control over all of it’s level editing power, so please check out tutorials over the web if there’s anything you want to try.
+
=== Uploading your map ===
  
=== Step 4 ===
+
:Once you are satisfied with your map or would like to test it with others, you may upload it to the steam workshop for anyone to download. Open the "Intruder" tab in the top toolbar and press "Map Upload" to open the options window to begin the upload process. If it's the first time uploading the map, leave the Workshop ID blank. Otherwise, you can grab the Workshop ID from the URL of the map you want to Update.
 
 
:Export and test your level. Next to your Intruder.exe or Intruder.App put a folder called Content and a folder called Levels inside of that. So it should look like [http://puu.sh/dD1Yh/9fdc63d1e2.png this].
 
:Inside Unity go to Intruder->Export Scene for Intruder and save your .ilf file in the Levels folder you just created. Now go to Intruder->Play Scene in Intruder. The first time it will ask you to find your copy of Intruder.exe or Intruder.App. After you find that it will launch the level inside of Intruder so you can test it out offline!
 
 
 
=== Step 5 ===
 
 
 
:Upload and play your levels with others! When your level is all set, export it to save it again and the go to Intruder->Login and Upload. This will open a dialogue box where you will put in the credentials from your Intruder/Superboss forum account. Test out the login to make sure it works, then upload your level! The Unity console will inform you when the upload has completed. Then jump inside of Intruder and click the new Custom Server button in the server tab. Choose your :level from the level list and you are ready to play your custom level online with other agents!
 
  
 
== Rules ==
 
== Rules ==
  
Levels with offensive or copyrighted material may be removed from the Custom Server level list at the discretion of Superboss Games. If you frequently upload material which is unsuitable, your account may be cut off from ever uploading levels again.
+
'''Levels with offensive or copyrighted material may be removed from the Workshop level list at the discretion of Superboss Games. If you frequently upload material which is unsuitable, your account may be cut off from ever uploading levels again.'''
  
 
== More ==
 
== More ==
  
We will be posting more tutorials in the forums as well as on the official YouTube channel. There are tons of crazy things you can do with the level editor even beyond what have seen in the official levels so far, so make sure to check out some of the custom levels like Oceanside and Target. Join up on the IRC and definitely make a forum post whenever you have a level you want people to review and play.
+
Make sure to join the Discord Server for more help using the [[IntruderMM]]: https://discordapp.com/invite/superbossgames
 +
 
 +
= Resources =
 +
For a detailed list please see the [[Mapmaker_resources|Mapmaker Resources page]].
  
== Links ==
+
== Help Links ==
[https://superbossgames.com/forum/viewtopic.php?f=14&t=2030 Official Forum Thread]
+
[https://discordapp.com/invite/superbossgames The Discord Server has a dedicated MapMaking channel where you can make any question you want about how to make your first map]
  
 +
{{Template:IntruderMM Assets}}
  
 
[[Category: Intruder]]
 
[[Category: Intruder]]
 
[[Category: IntruderMM]]
 
[[Category: IntruderMM]]

Latest revision as of 01:41, 15 March 2025

Overview

The Intruder Map Maker (or IntruderMM) is used to create custom maps for Intruder through Unity3D. These custom maps can then be uploaded to the steam workshop to be shared amongst users. Included in the IntruderMM package is a large array of tools and prefabs which allow users to customize the layout and gameplay mechanics of their map.

Creating a Map

In order to begin creating a custom map, users will need two items:

1. Unity 2020.3.48f1 via Unity Hub

2. Intruder MM Unity package 2.22

Getting Started

There's a step-by-step video guide that guides you through the installation process that you can watch here.

Unity Installation

To begin, install Unity Hub to your computer. After the installation is complete, open Unity Hub and click "Add" from the installs section. Choose Unity 2020.3.48f1 from the list to begin the installation process. If the version is not listed, you are able access it on the Unity Archives webpage.
Note: Make sure to install both Windows and Mac builds! These options are available after starting the installation process. A window will appear allowing you to select installation packages; ensure that Windows and Mac builds are selected before proceeding!

Importing IntruderMM

After installing the correct Unity version, start a new project. Make sure the path to the project has no spaces in it, (e.g. C:/UnityProjects/MyMap instead of C:/My Documents/Intruder Map) or else you won't be able to export and test or upload the map. Now, import the IntruderMM Unity package to your opened project. This will set you up with everything you need to start making your level. Just double click the package when you have your project open and it will begin importing it into your project directory. Alternatively, you can use the dropdown on the top toolbar to import it (Assets->Import Package->Custom Package).

Creating Your Map

Now that the package is imported, you are able to start making your level! Make sure to grab a SpawnA and SpawnB from the IntruderMM Prefabs folder and place them in your level to choose where your guards and intruders will spawn. The prefabs folder is full of great things to get your levels started such as doors, windows, goal points, briefcases, and more.
To add doors, you'll need to download the Superboss Doors package, which can be found in the same google drive as the MM package. The package is imported the same as the MM package, and once you have it in your project you can place the prefabs in your level wherever you need them.
Because we are using Unity as the editor, you have control over all of its level editing power. This means that you are able to use any tool or resource available to you, aside from creating custom scripts. Despite this, you are able to access Activators which can be used to create complicated map mechanics, such as teleporters, timed spawns, traps, and more.

Playtesting

As you are creating your level, you are able to playtest the map in-game to get a feel for how players will use it. To test your map, you can either use the Intruder menu at the top toolbar, or by pressing the "Test Map" button at the bottom right of the view-finder. If it is the first time you are testing the map, Unity will ask you to locate your copy of Intruder.exe or Intruder.App. After you select the file (where Steam stores the Intruder app), it will launch the level inside of Intruder so you can test it out offline!

Uploading your map

Once you are satisfied with your map or would like to test it with others, you may upload it to the steam workshop for anyone to download. Open the "Intruder" tab in the top toolbar and press "Map Upload" to open the options window to begin the upload process. If it's the first time uploading the map, leave the Workshop ID blank. Otherwise, you can grab the Workshop ID from the URL of the map you want to Update.

Rules

Levels with offensive or copyrighted material may be removed from the Workshop level list at the discretion of Superboss Games. If you frequently upload material which is unsuitable, your account may be cut off from ever uploading levels again.

More

Make sure to join the Discord Server for more help using the IntruderMM: https://discordapp.com/invite/superbossgames

Resources

For a detailed list please see the Mapmaker Resources page.

Help Links

The Discord Server has a dedicated MapMaking channel where you can make any question you want about how to make your first map

IntruderMM Assets
Items Name
Prefabs BriefcaseProxy - CustomDoorProxy - DoorProxy - EquipmentManager - GlassProxy - GoalPointProxy - Keypad - Ladder - LockedObject - MortarProxy - Mover Parent - NoteProxy - ObserveCamProxy - Pickup - RandomGunPickup - RandomItemPickup - SecuritySetup - SlidingDoor - SpawnA - SpawnB - WaterLevel - WindProxy - ZipLine - Limits
Scripts ActivateActivator - Activator - AdvancedMaterial - AnimateColor - BriefcaseProxy (Script) - CustomDoorProxy - CustomLevelSettings - CustomMapSkins - DestructibleProxy - DoorProxy - EquipmentManager - GlassProxy - GoalPointProxy - GravityProxy - HackModeProxy - HideOnStart - IgnoreSticky - KeypadProxy - LayerProxy - LockedObject - MaterialManager - MortarProxy - Mover - NoteProxy - ObjectiveTabSettings - ObjectTagger - ObserveCamProxy - PickupProxy - PlayAudio - ReplaceAll - ResetProxy - ScrollingUVs - SecurityRoom - SecurityScreen - SetTagsAndLayers - SoundSettings - TimedObjectDestroyer - TuningProxy - WindProxy - World Screen Object - ZiplineProxy
Level/Maps Target - SniperRange - Demo