• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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