
05-14-2012, 05:05 AM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
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. |
|
|
|