YesNoOk
avatar

EvE ARCADE Remake (Read 8420 times)

Started by Mugen_Overlord, October 09, 2011, 12:59:07 am
Share this topic:
EvE ARCADE Remake
New #1  October 09, 2011, 12:59:07 am
  • **
  • "Ciel! India."
Hey everyone!  Here to post a bit of progress on a remake of the EvE screenpack for 1.0 I'm working on.

Lifebars:











Select Screen:



Versus Screen:



Victory Screen:



Hope you like what you see so far!  What's left to do:

-Possibly an intro clip
-universal arcade intros and endings
-credit sequence
-game over sequence
-figure out why when player one uses the Turns lifebars, you take 4x damage (why are those even related what in the hell causes that)
-possibly figure out some new music

If you want the lifebars now, they're available for download here:

http://mugenguild.com/forumx/index.php?topic=131658.0
Last Edit: November 25, 2011, 10:49:52 am by Mugen_Overlord
Re: EvE ARCADE Remake, need some help!
#2  October 09, 2011, 01:10:21 am
  • ***
  • Yes.
    • Brazil
    • Skype - seph_0
From deafault mugen system.def
Quote
[Victory Screen]
enabled = 1
time = 300                ;Time to show screen
fadein.time = 8
fadeout.time = 15
;Winner's portrait and name
p1.offset = 100,20
p1.spr = 9000,2
p1.facing = 1
p1.scale = 1,1

p1.window = 0,0, 319,160
p1.name.offset = 20,180
p1.name.font = 3,0,1
Re: EvE ARCADE Remake, need some help!
#3  October 09, 2011, 01:12:50 am
  • **
  • "Ciel! India."
From deafault mugen system.def
Quote
[Victory Screen]
enabled = 1
time = 300                ;Time to show screen
fadein.time = 8
fadeout.time = 15
;Winner's portrait and name
p1.offset = 100,20
p1.spr = 9000,2
p1.facing = 1
p1.scale = 1,1

p1.window = 0,0, 319,160
p1.name.offset = 20,180
p1.name.font = 3,0,1

Sorry, I miscopied.  I meant to show this:

Code:
;Victory screen definition
;This is the screen that is shown when you win a match in arcade mode.
;It will not be displayed on the last match of arcade mode.
[Victory Screen]
enabled = 1
time = 1000                  ;Time to show screen - find out a proper length
fadein.time = 0              ;will use custom animations rather than fadeouts
fadeout.time = 0
[b];Winner's portrait and name
p1.offset = 0,0              ;offset the file yourself, portraits will take up as much space as necessary
p1.spr = 1234,0            ;more custom portraits
p1.facing = 1
p1.scale = .25,.25
p1.window = 0,0, 9999,9999
p1.name.offset = 9999,9999 ;don't want this onscreen
p1.name.font = 3,0,1[/b]
;Win quote text
winquote.text = "" ;Default win quote text to show - default will be none (will hopefully get at least 2 for every character)
winquote.offset = 22,105
winquote.font = 2,0,1
winquote.window = 0,-36, 0,460
winquote.textwrap = w     ;Word wrap

As you can see, it's set to load 1234,0 - but it loads 9000,2 no matter what I set it to.  This is definitely the right file, too...  Not sure what I'm doing wrong.
Re: EvE ARCADE Remake, need some help!
#4  October 09, 2011, 01:17:41 am
  • ***
  • Yes.
    • Brazil
    • Skype - seph_0
No matter what, it will be 9000,2. You can use 9000,2 as your Vs screen portrait too, If you like that is.
Re: EvE ARCADE Remake, need some help!
#5  October 09, 2011, 01:24:48 am
  • **
  • "Ciel! India."
No matter what, it will be 9000,2. You can use 9000,2 as your Vs screen portrait too, If you like that is.

There's really no way to change it?  That puts a huge dent in my plans.

Why is it enforced like this, or even give you the "option" to change it if you can't anyways?
Re: EvE ARCADE Remake, need some help!
#6  October 09, 2011, 01:30:22 am
  • ***
  • Yes.
    • Brazil
    • Skype - seph_0
You can check alot of Hloaders Screenpacks so you can have an Idea how he does it, since he uses the 9000,2 sprites for the versus and win screen. It's not hard to do it. And good luck.
Re: EvE ARCADE Remake, need some help!
#7  October 09, 2011, 01:45:20 am
  • ***
  • Tentando atualizar tudo...
  • ???
    • Brazil
9000,2 is the same as the Screenpack only supports up to two images using 9000,2, you will only move in the offsets.
Re: EvE ARCADE Remake, need some help!
#8  October 09, 2011, 03:04:12 am
  • **
  • "Ciel! India."
Alright, I figured out a workaround for that.  New problem; I'm terrible at fonts.

http://www.mediafire.com/?mniztjd96hpno1e

I tried to add periods, commas, semicolons, exclamation points, and apostrophes (ignore how they're in between the letters, weird things would happen when I made the picture any bigger than it was so I used up some unused space between the letters instead); however, MUGEN now doesn't even start up with the new font.

Could someone take a quick look at these and try to fix them for me?  It'd be greatly appreciated.
Re: EvE ARCADE Remake, need some help!
#9  October 09, 2011, 03:23:57 am
  • ***
  • Yes.
    • Brazil
    • Skype - seph_0
You didn't index the font correctly, thats why it's not showing.
Re: EvE ARCADE Remake, need some help!
#10  October 09, 2011, 03:54:09 am
  • **
  • "Ciel! India."
You didn't index the font correctly, thats why it's not showing.

How would one go about indexing a font?  If by index you mean adding it to the .def files, it's all there; all I did was edit the font and save it directly from the folder.

Keep in mind, this is literally stopping my game from starting now for some reason, and it's only when the font is on there.
Last Edit: October 09, 2011, 03:57:55 am by Mugen_Overlord
Re: EvE ARCADE Remake, need some help!
#11  October 09, 2011, 04:44:02 am
  • **
  • "Ciel! India."
Anyone?  I could use a hand.
Re: EvE ARCADE Remake, need some help!
#12  October 09, 2011, 05:06:58 am
  • ***
  • Tentando atualizar tudo...
  • ???
    • Brazil
Re: EvE ARCADE Remake, need some help!
New #13  October 09, 2011, 05:24:18 am
  • **
  • "Ciel! India."
Last Edit: October 09, 2011, 05:38:57 am by Mugen_Overlord