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