I compiled it with MakeLevel. In server.cfg i wrote MISC:LevelFiles=sounds.lvz,bground.lvz I started server and looked at topleft corner of the map but i didnt see the image (200*200 pixels).
Dr Brain - Tue Mar 04, 2003 9:05 am Post subject:
Did you put the lvz on the server? This is the one that usually gets me.
Mine GO BOOM - Tue Mar 04, 2003 9:27 am Post subject:
Reading the difference between Makelevel and Buildlevel (Makelevel readme.txt), Makelevel will not include a file into the .lvz unless it is in a File= line. Buildlevel will include a file if it is in a File= or a IMAGE#= line. Try using Buildlevel with your current ini, or add a File=ice.bmp into your current ini.
Debuildlevel is your friend. Use it to de-compress lvzs to see exactly whats in them. Works on any lvz made by any program (outputed ini designed to be re-built on CLC or Makelevel though).
Doggeti - Tue Mar 04, 2003 10:12 am Post subject:
Ok. no it works, thx.