Why are my stages names always so gay ? I really have no inspiration for stages name...
Anyway -
I'm taking a break after this one. I tried to reduce the fog issue for mugen 1.0 as much as possible but couldn't get rid of it completly.
Because mugen reacts differently to fog depending on the version you use here are small corrections to make for optimal result (barely noticeable though):
- Mugen 1.0 users
- Winmugen users
- Animated
- music included
- High Jump
[You must be registered and logged in to see this image.]
VIDEO:
[You must be registered and logged in to see this link.]
--
LINK:
[You must be registered and logged in to see this link.]
Anyway -
I'm taking a break after this one. I tried to reduce the fog issue for mugen 1.0 as much as possible but couldn't get rid of it completly.
Because mugen reacts differently to fog depending on the version you use here are small corrections to make for optimal result (barely noticeable though):
- Mugen 1.0 users
- Spoiler:
- open DEF file, use CTRL+F to find this
- Code:
[BG brouillard 2]
type = normal
spriteno = 98, 0
start = -100,400
delta = 2,2
trans = add
alpha = 190,255
tile = 1,0
tilespacing = -1
velocity = 1, 0
[BG brouillard 2]
type = normal
spriteno = 98, 0
start = 100,400
delta = 2,2
trans = addalpha
alpha = 190,255
tile = 1,0
tilespacing = -1
velocity = .5, 0
and replace tilespacing = -1 by tilespacing = 0
- Winmugen users
- Spoiler:
- open DEF file, use CTRF+F to find this
- Code:
[BG brouillard 2]
type = normal
spriteno = 98, 0
start = -100,400
delta = 2,2
trans = add
alpha = 190,255
tile = 1,0
tilespacing = -1
velocity = 1, 0
[BG brouillard 2]
type = normal
spriteno = 98, 0
start = 100,400
delta = 2,2
trans = addalpha
alpha = 190,255
tile = 1,0
tilespacing = -1
velocity = .5, 0
and replace tilespacing = -1 by tilespacing = 0
+
Also go up a bit you should see "[BG Brouillard]" (or use CTRL+F again)
replace tilespacing = 1 by tilespacing = 0
- Animated
- music included
- High Jump
[You must be registered and logged in to see this image.]
VIDEO:
[You must be registered and logged in to see this link.]
--
LINK:
[You must be registered and logged in to see this link.]
Last edited by jeanbureau on Thu Jan 19, 2012 7:41 pm; edited 1 time in total