Emudesc en Facebook!RSS

Retroceder   Foros de Emudesc > Crea tus propios juegos > MUGEN

Respuesta
 
Herramientas
  #1  
Antiguo 30-may-2012, 00:11
Avatar de Rascabuches_Rondamon
Advanced Newbie
 
Fecha de Ingreso: diciembre-2007
Mensajes: 53
Rascabuches_Rondamon se está dando a conocer
Icon8 stage y chars hi res ayuda

ola soy nuevo en esto de los mugen y la verdad es que estoi muy obsesionado.
bueno mi pregunta es si sanben alguna pagina de chars y stages hi res solo hi res pliz

y me gustaria poner mas personajes de los que me admite el mugen me lei como aserlo le cambie el numero de lineas y todo eso pero no se extctamente como ponerlo bien por no se ven bien miren aki pongo lo ke dice mi sistem.def

; Definitions of system screens
; "Big" motif - for use with M.U.G.E.N 2001.11.14

; This is a copy of system.def from the data/ directory.
; See readme.txt for details on motifs.

; *2001.11.14 NEW* symbolizes any new functionality added for the 2001.11.14
; version of M.U.G.E.N.

; Notes about fonts:
; - do not index fonts greater than 9 (crash)
; - fonts indexed here do not refer to the ones in fight.def

;----------------------------
[Info]
name = "Big" ;Name of motif
author = "Elecbyte" ;Motif author name

;----------------------------
;Directories are checked in this order:
;1. current directory system.def is in
;2. data/
;3. your MUGEN directory
;eg. If you write "spr = system.sff", and this system.def file
; is in ~/mugen/data/mymotif/, then Mugen will first look
; for ~/mugen/data/mymotif/system.sff. If it does not find
; it there, it looks for ~/mugen/data/system.sff (the default).
; Finally, if that is not found, it will look for
; ~/mugen/system.sff.

[Files]
spr = system.sff ;Filename of sprite data
snd = system.snd ;Filename of sound data
logo.storyboard = ;Logo storyboard definition (optional)
intro.storyboard = ;Intro storyboard definition (optional)
select = select.def ;Character and stage selection list
fight = fight.def ;Fight definition filename
font1 = font/f-4x6.fnt ;System fonts
font2 = font/f-6x9.fnt ;System fonts
font3 = font/jg.fnt ;System fonts

;----------------------------
[Music]
;Put a filename for a MOD, MP3 or MIDI here, or just leave it
;blank if you do not want music. If an invalid filename is
;given, then no music will play. To play CD audio, put
;the track number followed by ".da". For example, to play
;track 3 from a music CD at the title screen, use:
; title.bgm = 3.da
;To play mymusic.mp3 from the sound/ directory, put:
; title.bgm = sound/mymusic.mp3
;Music will continue to play between screens if the files names
;are the same, and both BGMs are specified to loop.
;Music to play at title screen.
title.bgm =
title.bgm.loop = 1 ;Set to 0 to prevent looping
;Music to play at char select screen.
select.bgm =
select.bgm.loop = 0
;Music to play at versus screen.
vs.bgm =
vs.bgm.loop = 1

;-------------------------------------------------------------------
;Title screen definition
[Title Info]
fadein.time = 10
fadeout.time = 10
menu.pos = 159,158
menu.item.font = 3,0,0
menu.item.active.font = 3,5,0
menu.item.spacing = 0, 13
; Names for each of the items in the menu. Names must be in quotes.
; Use "" to disable an item. If all are disabled, goes straight to demo mode
; (hold Esc to quit demos). *2001.11.14 NEW*
menu.itemname.arcade = "ARCADE"
menu.itemname.versus = "VERSUS"
menu.itemname.teamarcade = "ARCADE EQUIPOS"
menu.itemname.teamversus = "VERSUS EQUIPOS"
menu.itemname.teamcoop = "TEAM CO-OP"
menu.itemname.survival = "SURVIVAL"
menu.itemname.survivalcoop = "SURVIVAL CO-OP"
menu.itemname.training = "HABITACION DEL TIEMPO"
menu.itemname.watch = "WATCH"
menu.itemname.options = "OPCIONES"
menu.itemname.exit = "SALIR"
; These parameters define the window in which the items are visible
; in.
menu.window.margins.y = 12, 8
menu.window.visibleitems = 5
menu.boxcursor.visible = 1 ;Set to 0 to disable default cursor display
menu.boxcursor.coords = -58,-10,57,2
; These are the sounds for cursor movement
cursor.move.snd = 100,0
cursor.done.snd = 100,1
cancel.snd = 100,2

;----------------------------
;Title background definition
[TitleBGdef]
bgclearcolor = 0,0,0

[TitleBG 0]
type = parallax
spriteno = 5, 1
start = 0, 145
width = 400, 1200
yscalestart = 100
yscaledelta = 1
tile = 1,1
velocity = -1

[TitleBG 1]
type = normal
spriteno = 5, 2
start = -160, 145
trans = sub

[TitleBG 2]
type = normal
spriteno = 5,0
start = 0, 10
tile = 1,2
velocity = -1
mask = 0

[TitleBG 3]
type = normal
spriteno = 0,0
start = 0, 40
mask = 1
trans = add

;-------------------------------------------------------------------
;Character select definition
;*** This group is changed for big motif ***
[Select Info]
fadein.time = 10
fadeout.time = 10
rows = 6
columns = 10
wrapping = 1 ;1 to let cursor wrap around
pos = 17,24 ;Position to draw to
showEmptyBoxes = 1
moveOverEmptyBoxes = 1
cell.size = 27,27 ;x,y size of each cell (in pixels)
cell.spacing = 2 ;space between each cell
cell.bg.spr = 150,0 ;Note: Don't use animation for cells
cell.random.spr = 180,0 ;Icon for random select (don't use animation)
cell.random.switchtime = 4;Time to wait before changing to another random portrait
p1.cursor.startcell = 0,0
p1.cursor.active.spr = 160,0
p1.cursor.done.spr = 161,0
p1.cursor.move.snd = 100,0
p1.cursor.done.snd = 100,1
p1.random.move.snd = 100,0
p2.cursor.startcell = 0,4
p2.cursor.active.spr = 170,0
p2.cursor.done.spr = 171,0
p2.cursor.blink = 1 ;1 to blink p2's cursor if overlapping p1's
p2.cursor.move.snd = 100,0
p2.cursor.done.snd = 100,1
p2.random.move.snd = 100,0
random.move.snd.cancel = 0;1 to have random move sound cancel itself when played repeatedly
stage.move.snd = 100,0
stage.done.snd = 100,1
cancel.snd = 100,2
portrait.offset = 0,0
portrait.scale = 1,1
title.offset = 159,13 ;Position of title (Arcade Mode, etc)
title.font = 3,0,0 ;Font of title (-1 for none)
;Big portraits
p1.face.offset = 1,193 ;Position to put big portrait
p1.face.scale = .35, .33
p1.face.facing = 1
p2.face.offset = 318,193
p2.face.scale = .35, .33
p2.face.facing = -1
;Name
p1.name.offset = 3,236 ;Position to put name
p1.name.font = 3,4,1 ;Set to -1 for no display
p2.name.offset = 316,236
p2.name.font = 3,1,-1
;Stage select
stage.pos = 160,216
stage.active.font = 3,0,0
stage.active2.font = 3,2 ;Second font color for blinking
stage.done.font = 3,0
;Team menu
teammenu.move.wrapping = 1
p1.teammenu.pos = 20, 30
;p1.teammenu.bg.spr =
p1.teammenu.selftitle.font = 3,0, 1
p1.teammenu.selftitle.text = Select team mode
p1.teammenu.enemytitle.font = 3,0, 1
p1.teammenu.enemytitle.text = Opponent team mode
p1.teammenu.move.snd = 100,0
p1.teammenu.value.snd = 100,0
p1.teammenu.done.snd = 100,1
p1.teammenu.item.offset = 0,20
p1.teammenu.item.spacing = 0,15
p1.teammenu.item.font = 3,0, 1
p1.teammenu.item.active.font = 3,3, 1
p1.teammenu.item.active2.font = 3,0, 1 ;Second font color for blinking
p1.teammenu.item.cursor.offset = -10, 0
p1.teammenu.item.cursor.anim = 180
p1.teammenu.value.icon.offset = 60,1
p1.teammenu.value.icon.spr = 181,0
p1.teammenu.value.empty.icon.offset = 60,1
p1.teammenu.value.empty.icon.spr = 182,0
p1.teammenu.value.spacing = 6,0
;p2 team
p2.teammenu.pos = 299, 30
;p2.teammenu.bg.spr =
p2.teammenu.selftitle.font = 3,0, -1
p2.teammenu.selftitle.text = Select team mode
p2.teammenu.enemytitle.font = 3,0, -1
p2.teammenu.enemytitle.text = Opponent team mode
p2.teammenu.move.snd = 100,0
p2.teammenu.value.snd = 100,0
p2.teammenu.done.snd = 100,1
p2.teammenu.item.offset = 0,20
p2.teammenu.item.spacing = 0,15
p2.teammenu.item.font = 3,0, -1
p2.teammenu.item.active.font = 3,1, -1
p2.teammenu.item.active2.font = 3,0, -1 ;Second font color for blinking
p2.teammenu.item.cursor.offset = 10, 0
p2.teammenu.item.cursor.anim = 190
p2.teammenu.value.icon.offset = -60,1
p2.teammenu.value.icon.spr = 191,0
p2.teammenu.value.empty.icon.offset = -60,1
p2.teammenu.value.empty.icon.spr = 192,0
p2.teammenu.value.spacing = -6,0
;Sounds

;-----------------------
;Character select screen background
[SelectBGdef]
;spr = graphics/selectbg.sff ;Filename of sprite data

[SelectBG 0] ;Scrolling background
type = normal
spriteno = 100,0
layerno = 0
start = 0,0
tile = 1,1
velocity = -1, -1

[SelectBG 1] ;Dark box
type = normal
spriteno = 100,1
layerno = 0
start = 0, 0
delta = 0,0
tile = 1,1
trans = sub
window = 14,21, 305,196
velocity = -1, 0

[SelectBG 2.A] ;Title background
type = normal
spriteno = 102,0
layerno = 0
start = 0, 2
delta = 0,0
tile = 1,0
trans = sub
velocity = -1, 0

[SelectBG 2.B] ;Title background B
type = normal
spriteno = 102,1
layerno = 0
start = 0, 2
delta = 0,0
tile = 1,0
trans = add
velocity = -3, 0

[SelectBG 2.C] ;Title background C
type = normal
spriteno = 102,2
layerno = 0
start = 0, 2
delta = 0,0
tile = 1,0
trans = add
velocity = -6, 0

;-------------------------------------------------------------------
[VS Screen]
time = 150 ;Time to show screen
fadein.time = 15
fadeout.time = 15
;Big portraits
p1.pos = 20,31
p1.facing = 1
p1.scale = 1,1
p2.pos = 299,31
p2.facing = -1
p2.scale = 1,1
;Names
p1.name.pos = 78,190
p1.name.font = 3,0,0
p2.name.pos = 241,190
p2.name.font = 3,0,0

;-----------------------
;VS Match up screen background
[VersusBGdef]

[VersusBG 1]
type = normal
spriteno = 100,0
start = 0,0
tile = 1,1
velocity = 0,1.5

[VersusBG 2] ;VS Screen
type = normal
spriteno = 100,1
start = 20,13
tile = 1,1
trans = sub
window = 19,30, 140,171
velocity = -2, 0

[VersusBG 3] ;VS Screen
type = normal
spriteno = 100,1
start = 20,13
tile = 1,1
trans = sub
window = 179,30, 300,171
velocity = 2, 0

[VersusBG 4] ;VS Logo
type = anim
actionno = 200
layerno = 1 ; Front
start = 0,95

[Begin Action 200]
200,4, 0,0, 1
200,3, 0,0, 2
200,2, 0,0, 3
200,1, 0,0, 4
200,0, 0,0, 8
200,5, 0,0, 3
200,6, 0,0, 3
200,7, 0,0, 3
200,8, 0,0, 3
200,0, 0,0, -1

;-------------------------------------------------------------------
;Demo mode definition
[Demo Mode]
enabled = 1 ;Set to 1 to enable demo mode, 0 to disable
select.enabled = 0 ;Set to 1 to display select screen, 0 to disable
vsscreen.enabled = 0 ;Set to 1 to display versus screen, 0 to disable
title.waittime = 600 ;Time to wait at title before starting demo mode
fight.endtime = 1500 ;Time to display the fight before returning to title
fight.playbgm = 0 ;Set to 1 to enable in-fight BGM, 0 to disable
fight.bars.display = 0 ;Set to 1 to display lifebar, 0 to disable
intro.waitcycles = 1 ;Cycles to wait before intro cutscene is played again
debuginfo = 0 ;Set to 0 to hide debugging info (debug mode only)

;-------------------------------------------------------------------
;Continue screen definition
[Continue Screen]
enabled = 1 ;Set to 1 to show continue screen, 0 to disable

;-------------------------------------------------------------------
;Game over screen definition
[Game Over Screen]
enabled = 0 ;Set to 1 to show game over screen, 0 to disable
storyboard = ;Game over storyboard filename

;-------------------------------------------------------------------
;Win screen definition
;This is the screen that is shown when you win in arcade mode.
;It will not be displayed if the winning character has an ending.
[Win Screen]
enabled = 1 ;Set to 1 to show win screen, 0 to disable
wintext.text = Congratulations!
wintext.font = 2,0,0
wintext.offset = 159,70
wintext.displaytime = -1
wintext.layerno = 2
fadein.time = 32
pose.time = 300
fadeout.time = 64

;-------------------------------------------------------------------
;Game ending screen definition
;This screen shows up after the Win Screen.
;It will not be displayed if the winning character has an ending.
[Default Ending]
enabled = 0 ;Set to 1 to show credits, 0 to disable
storyboard = ;Default ending storyboard filename

;-------------------------------------------------------------------
;Ending credits screen definition
;This screen shows up after the Win Screen and Ending
[End Credits]
enabled = 0 ;Set to 1 to show credits, 0 to disable
storyboard = ;Credits storyboard filename

;-------------------------------------------------------------------
;Survival mode results screen definition
;This is the screen that is shown when you win in survival mode.
;It will not be displayed if the winning character has an ending.
;Whole group is *2001.11.14 NEW*
[Survival Results Screen]
enabled = 1
winstext.text = Rounds survived: %i ;Use %i for win counter
winstext.font = 3,0,0
winstext.offset = 159,70
winstext.displaytime = -1
winstext.layerno = 2
fadein.time = 32
show.time = 300
fadeout.time = 64
roundstowin = 5 ;Number of rounds to get win pose (lose pose otherwise)

;-------------------------------------------------------------------
;Options screen definition
[Option Info]
cursor.move.snd = 100,0
cursor.done.snd = 100,1
cancel.snd = 100,2

;-------------------
;Options screen background
[OptionBGdef]

[OptionBG 1]
type = normal
spriteno = 100,0
start = 0,0
tile = 1,1
velocity = -1, -1


Responder Con Cita
  #2  
Antiguo 30-may-2012, 02:32
Avatar de .Dash
MUGEN 功率
 
Fecha de Ingreso: mayo-2011
Ubicación: Out Of Reality#
Mensajes: 1,582
.Dash da una buena impresión
Predeterminado Re: stage y chars hi res ayuda

Hola!, primero dejame decirte que todas las dudas que tengas con respecto a MUGEN van en el Sub-foro:Tutoriales y Ayuda

Y para los pedidos ya sea de, Stages o Chars, recurre a estos temas:Pedidos de Chars en General , Stages, ADDON's [Version 9.0] Todo lo de Dragon Ball →Aquí← [Versión 10].
-------------------------------------
Bueno, con respecto a lo que pides aqui en esta pag hay una compilacion de Chars Hi-res:http://mugeneros.activoforo.com/t3-chars-hi-res-aportes
Y aqui de Stages Hi-res:http://mugeneros.activoforo.com/t4-stages-hi-res
------------------------------------
Y para tu pregunta de "como meter mas chars", debes cambiar esta parte del system.def:
Cita:
;Character select definition
;*** This group is changed for big motif ***
[Select Info]
fadein.time = 10
fadeout.time = 10
rows = 6
columns = 10
wrapping = 1 ;1 to let cursor wrap around
pos = 17,24 ;Position to draw to
showEmptyBoxes = 1
moveOverEmptyBoxes = 1
Debes cambiar lo que está marcado en rojo, ya sea a un valor mayor.
O si no te funciona, debe ser problema de tu Screenpack.

Un saludo!
Responder Con Cita
Respuesta



Temas Similares para: stage y chars hi res ayuda
Tema Autor Foro Respuestas Último mensaje
ayuda stage goldman Cómics 0 28-jul-2010 01:03
ayuda con este stage Eternal Sailor Moon MUGEN 1 07-ago-2009 03:32
Recopilacion de Chars, Stage, Screenpacks, lifebars, etc de Bleach TheVideoGamer MUGEN 0 27-jul-2009 15:46
Stage valley of the end - chars naruto nnauricio MUGEN 7 06-abr-2008 01:07
Zona De Aportes De Chars, Stage, Screenpack, Etc...... seba_the maxter MUGEN 1 15-mar-2008 00:29


La franja horaria es GMT +1. La hora actual es: 12:54.


Powered by vBulletin®


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93