• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Need the answer to two map making questions

Status
Not open for further replies.
Level 4
Joined
Oct 24, 2008
Messages
64
1. how can i compact music files so they dont fill the whole map and make it unplayable and have a massive dl time

2. i know this is possible but is it possible to do without jass. how can a rotate a rocket model so instead of faces this way > it faces this way ^ i would apprciate the answers and what external modeling/compacting software i might need o_O so the ppl in ma map can go to de MOON O_O
 
Level 15
Joined
Sep 3, 2006
Messages
1,738
  • Unit - Make (UNIT) face (OTHER UNIT) over 0.00 seconds
  • Unit - Make (UNIT) face (POINT) over 0.00 seconds
  • Unit - Make (UNIT) face (ANGLE) over 0.00 seconds
make sure to clean your point leaks with

  • Custom Script: Call RemoveLoction(udg_POINTVAR)
POINTVAR = whatever your point is
 
Level 4
Joined
Oct 24, 2008
Messages
64
Exelent ty for the help +rep for all of you. but im not sure if most of the ideas concerning the rocket will actually make the model face verticly up like a rocket taking off instead of just going north but ill try it and see
 
Status
Not open for further replies.
Top