AoS Posted May 16, 2004 Report Posted May 16, 2004 ok...ino how to make a lvz and put it in a arena but now i am making a opening graphic ,(when u enter the arena a grpahic pops up then goes away) and i made the graphic but dont no how to put it in.. plz help?
Yupa Posted May 17, 2004 Report Posted May 17, 2004 you'll want an .ini something like this (or at least a screenobjects line like the one here): outfile=nameOfYourChoice.lvz file=nameOfYourImage.png [objectimages]image0=nameOfYourImage.png [screenobjects]c-w,e25,image0,afterships,enterzone,1500,0 where: w = HALF the width of your image (in pixels) enterzone -> can also be 'enterarena' 1500 -> duration of display in addition to .png, you may also use the image formats .gif, .bmp and .jpg
»Maverick Posted May 20, 2004 Report Posted May 20, 2004 http://www.shanky.com/server/faq/buildlevel.html#1005411851 Also read the boxes below "How do I make a .ini for BuildLevel?", "How do I use a .lvz in my zone?", etc. Good luck -MMaverick
AoS Posted July 27, 2004 Author Report Posted July 27, 2004 SHFDSHFDHSGFSDHSFGFSGFS its still not working, please help me.... i have an .ini called open.ini and this is all that is inside my .ini outfile=open.lvz file=open.jpg [objectimages]image0=open.jpg [screenobjects]c-50,e25,image0,afterships,enterarena 1500,0 when i put it into build level it says error in line c-50,e25,image0,afterships,enterarena 1500,0 Please help me guys
Himura Kenshin Posted July 27, 2004 Report Posted July 27, 2004 this is your problem c- just put [screenobjects]c50,e25,image0,afterships,enterarena 1500,0
Yupa Posted July 27, 2004 Report Posted July 27, 2004 this is your problem c- just put [screenobjects]c50,e25,image0,afterships,enterarena 1500,0no, the problem is that you have a space "enterarena 1500" where you should have a comma "enterarena,1500" Himura, please don't talk about stuff you don't know about
Himura Kenshin Posted July 27, 2004 Report Posted July 27, 2004 actualy suse i know alot about LVZ's seeing ice placed over 2000 of them in 1 map. The - is also a problem i just didnt finish looking at the rest becuase i know for a fact having the - would -*BAD WORD*- it up
AoS Posted July 27, 2004 Author Report Posted July 27, 2004 Ahahahahahahahah i took out the - and i put in a comma, it still not workingi have my image and my ini on my desktop, thats where my lvz toolkit is so, i dont know why its not working
AoS Posted July 27, 2004 Author Report Posted July 27, 2004 Hold UP, i tried the Make level and i put in my open.ini and it says LVZ created, so i gess its up
Samapico Posted July 27, 2004 Report Posted July 27, 2004 You should actually leave the 'c-50' there and add the comma... c-50,e25,image0,afterships,enterarena,1500,0 ... and.. emm.. just wondering, what's with 'e25' ??? Is that the Y coordinate? shouldn't it have a + or - ?? And what is 'e' relative to?
Yupa Posted July 28, 2004 Report Posted July 28, 2004 The - is also a problem i just didnt finish looking at the rest becuase i know for a fact having the - would -*BAD WORD*- it upnoYou should actually leave the 'c-50' there and add the comma...yes... and.. emm.. just wondering, what's with 'e25' ??? Is that the Y coordinate? shouldn't it have a + or - ?? And what is 'e' relative to?yes that's the y coordinatedefault is +, you only have to specify - e is relative to the bottom of the energy bar
Himura Kenshin Posted July 28, 2004 Report Posted July 28, 2004 c50,e25,image0,afterships,enterarena,1500,0 Copy + paste that AoS
Samapico Posted July 28, 2004 Report Posted July 28, 2004 The - is also a problem i just didnt finish looking at the rest becuase i know for a fact having the - would -*BAD WORD*- it upnoYou should actually leave the 'c-50' there and add the comma...yes... and.. emm.. just wondering, what's with 'e25' ??? Is that the Y coordinate? shouldn't it have a + or - ?? And what is 'e' relative to?yes that's the y coordinatedefault is +, you only have to specify - e is relative to the bottom of the energy bar <3
Yupa Posted July 28, 2004 Report Posted July 28, 2004 c50,e25,image0,afterships,enterarena,1500,0 Copy + paste that AoS; If you want an image that is 100 pixels wide to be in the very center of their screen in the X direction' date=' you'd set the image's X coords to be: C-50thanks for playing
Himura Kenshin Posted July 28, 2004 Report Posted July 28, 2004 yea? well i had an error were i put C-50 when i took out the - it worked fine im using experiance and trying to solve so sorrrry
Yupa Posted July 28, 2004 Report Posted July 28, 2004 yea? well i had an error were i put C-50 when i took out the - it worked fine im using experiance and trying to solve so sorrrrywhat am I using? My toe?
Himura Kenshin Posted July 29, 2004 Report Posted July 29, 2004 lol...different experiance's different problems
»ZiGNoTZaG Posted July 29, 2004 Report Posted July 29, 2004 my dad always told me that all your brains was in yer big toe. and all this "its in your skull" stuff was just a big fairytale.
Samapico Posted July 29, 2004 Report Posted July 29, 2004 I remember also having the problem using C-## and that it worked fine without the - ... BUT without the - it's not the good coordinate...
Samapico Posted July 29, 2004 Report Posted July 29, 2004 you took out the - and image still appeared left of the reference point (center of screen in this case..) ??
Recommended Posts