• 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.

1st person engine needed

Status
Not open for further replies.
Level 9
Joined
Sep 8, 2004
Messages
633
thy halflife, lol.

The warcraft engine will remain the warcraft engine, what you want it to change Angle of attack, rollover, and offset.

You can do that yourself, just play with the numbers for a bit.

I can send you triggers for the key control if you want.

Which would come from my own map i'm working on.
 
Level 2
Joined
Nov 12, 2004
Messages
14
to make the camera work on hills, make the hilled area a region, and every time a unit enters it, change the camera hieight offset to 100 or 500 higher, then another trigger for when a unit exits it to return the height offest to its original(probably zero) position. you may have to use a few regions, and make a trigger for each region, and in each enter region trigger you would have to include a boolean in the conditions saying that the entering unit is not in any of the other regions as well, so it will only go up/down when you are in any part of the hill regions, and down when you are in NONE of them. good luck-
 
Level 3
Joined
Jul 13, 2005
Messages
33
There's an easier, and perfect way to do this using flying units.

I'll leave you to figure it out.

I used it for a racing map that used a real 2d physics engine. I never released it because it lagged. A lot.

Redoubt
 
Status
Not open for further replies.
Top