View Single Post
  #11  
Old 05-14-2012, 05:05 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Level editors really need to learn how addtiledef ACTUALLY works. The second parameter is for the level prefix. It will apply the tiledef to any level that starts with the string you provide.

So:

addtiledef deltlite_tileset.png,kiwilevel_,0;

Will make any level that has a level name that begins with "kiwilevel_" have the delteria tileset.

Level makers using blank parameters needs to stop as on a server that would cause a lot of issues.
Reply With Quote