Crime Boss: Rockay City – How to Create a Bare Minimum Objective for Custom Map

Objectives Guide

Here’s a step by step guide on how to create a bare minimum objective for a Crime Boss custom map:

  • Step #1: Open your level’s blueprint.
  • Step #2: We’re gonna make our objective on beginplay so create the beginplay event.
  • Step #3: Drag off the beginplay’s output node and call the function “Create Simple Objective” then give it some text.
  • Step #4: While not necessary, i would suggest and you should store the objective in a variable, simply right click the Out Objective Struct node and choose promote to variable.
  • Step #5: Next, call “Add Objective” and hook in your objective struct, this will actually make it the active objective on the UI.

Note: It is required that you drag off the delegate pin and create a custom event for when the objective ends, your blueprint will not compile otherwise.

Click to enlarge…

For an objective where you want to secure a specified amount of loot, simply replace the create simple objective function with a create simple loot objective function, then set up accordingly, for instance 25 is about 2 bags and a half of loot.

I hope you found this useful!

Volodymyr Azimoff
About Volodymyr Azimoff 13418 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

Be the first to comment

Leave a Reply

Your email address will not be published.


*