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

How to add more titles

Status
Not open for further replies.
Level 12
Joined
Jul 17, 2013
Messages
544
Hey i found 2 same threads as mine but i didnt get help here so i create new thread.I have jass newgen i go extensions modifity titles then selects titles and click ok after it it says too few clif titles have been selected.I dont get it i have clif titles what im doing wrong? how to get more titles into my map
 

Dr Super Good

Spell Reviewer
Level 65
Joined
Jan 18, 2005
Messages
27,296
One is limited to at most 16 tile types as that is all the game can address. One must have at least 1 cliff type otherwise the game will crash. One can have as many as 16 cliff types, however each cliff type automatically adds its accompanying tile type before the tile type list is loaded and only the first 2 cliff types will get correct textures and meshes.

In worst case you can use MPQEdit to extract/import the w3e file (which holds the tileset information) and then modify the file using a hex editor to manually add/remove tile types.
 
Status
Not open for further replies.
Top