Engine Questions

How many logo screens are possible natively prior to need to script? I have seen 2 so far logo1, logo2.

Also when was the last version released how do I how what version of open bor -look under properties? It could be relevant in my case.
 
How many logo screens are possible natively prior to need to script? I have seen 2 so far logo1, logo2.
as much as you need, since you can use cutscenes for that and you can use multiple images

Also when was the last version released how do I how what version of open bor -look under properties? It could be relevant in my case.
See the OpenBorLog.txt under LOGS folder.
You will see something like this:
OpenBoR v3.0 Build , Compile Date: May 12 2023
 
So just keep numbering -logo1 logo2, logo3,-etc
Nope, you need to create a cutscene and add your frames there.

This is the LOGO.txt cutscene I use on my Avengers game, take a look

# music [path] [loop] # BOR file to play
# animation [path] [x] [y] # GIF animation to play
# silence # Stop music

music data/music/fanfare2.ogg 0
animation data/SCENES/openbor_logo.gif 0 0 1 0
silence
animation data/SCENES/bmt.gif 0 0 1 0
music data/music/blanka.ogg 0
animation data/SCENES/bmt2.gif 0 0 1 0
music data/music/quote.ogg 0
animation data/SCENES/quote.gif 0 0 1 0
animation data/SCENES/quote2.gif 0 0 1 0
music data/music/remix.ogg 1
animation data/SCENES/logo2.gif 0 0 1 0
animation data/SCENES/i0.gif 0 0 1 0
animation data/SCENES/i2.gif 0 0 1 0
animation data/SCENES/i3.gif 0 0 1 0
animation data/SCENES/i4.gif 0 0 1 0
animation data/SCENES/i5.gif 0 0 1 0
animation data/SCENES/i6.gif 0 0 1 0
animation data/SCENES/i7.gif 0 0 1 0
animation data/SCENES/i8.gif 0 0 1 0
animation data/SCENES/i9.gif 0 0 1 0
animation data/SCENES/i10.gif 0 0 1 0
animation data/SCENES/i11.gif 0 0 1 0
animation data/SCENES/i12.gif 0 0 1 0
animation data/SCENES/i13.gif 0 0 1 0
 
Oh well I wasn't wanting to create cutscene. I just found in a mod a Logo 1 and Logo 2. I just changed the picture and wanted a 3rd still logo.Unless I misunderstood something about that process. For instance wanted.png logo for Open Bor, .PNG logo for Personal logo and then game logo, then title screen.
 
Back
Top Bottom