• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

If you want to make a Campaign

Status
Not open for further replies.
Level 10
Joined
Dec 15, 2012
Messages
650
If you want to make a campaign, which styles will you make ?
List
A. Only 1 character for the player so he/she just need to control one character.
B. Puzzle game, increase the difficult and fun for player.
C. Arcade Shooter, shooting !! No matters what the type of shoot.
D. Make items more than units, items are quite important !
E. Add some cinematics into the campaign, introduce the story or etc.
F. Make each map = each game. EXP : 10 games in 1 map
G. Horror, Funny, Happy, Lovely or something else that can be felt by the player.
H. Endless game.
I. Make each map = each area. EXP : Player go to Map2 from Map1 and back to Map1 from Map2.
Write down your styles !
exp : A, B, H
description : ...
 
Level 3
Joined
Aug 25, 2013
Messages
31
A is fine, actually i think i've found a GUI trigger to control seperate units, even when you're not owning the unit
(in other words: When the main character is issued to do something, other PICKED units will do the same thing what the main character did, even when you selected only the main character)

  • Events
    • Unit - Hero is issued an order targeting a point
  • Actions
    • Set Point = (Target point of issued order)
    • Unit - Order Unit to Move to Point
    • Custom Script: call RemoveLocation(udg_Point)
You can do others such as attack,ride etc.. by using this GUI method too!
 
Status
Not open for further replies.
Top