• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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