Jump to content
SubSpace Forum Network

Recommended Posts

Posted
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? :D
Posted

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

  • 2 months later...
Posted

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

Posted
this is your problem

c-

 

just put

 

[screenobjects]

c50,e25,image0,afterships,enterarena 1500,0

no, 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 :ph34r:

Posted

Ahahahahahahahah i took out the - and i put in a comma, it still not working

i have my image and my ini on my desktop, thats where my lvz toolkit is so, i dont know why its not working

Posted

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?

Posted
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

no

You 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 coordinate

default is +, you only have to specify -

 

e is relative to the bottom of the energy bar

Posted
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

no

You 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 coordinate

default is +, you only have to specify -

 

e is relative to the bottom of the energy bar

<3

Posted
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-50

thanks for playing

Posted
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

what am I using? My toe? :rolleyes:

Posted
I remember also having the problem using C-## and that it worked fine without the - ... BUT without the - it's not the good coordinate...
Guest
This topic is now closed to further replies.
×
×
  • Create New...