Emudesc en Facebook!RSS

Retroceder   Foros de Emudesc > Crea tus propios juegos > MUGEN > Tutoriales y ayuda

Respuesta
 
Herramientas
  #1  
Antiguo 14-jul-2011, 22:37
Avatar de ~Sintamesis
Silver User
 
Fecha de Ingreso: enero-2009
Mensajes: 984
~Sintamesis se está dando a conocer
Predeterminado Hacer más fuerte a un char [TUTORIAL]

Tutorial: Hacer más fuerte a un char.




[SPOILER]
Es bastante simple, todos los chars tienen un archivo llamado cns en el cual se definen todas las constantes abre este archivo por que trabajaremos con el si hay mas de uno abre el archivo que tenga el nombre del char EXACTO, bueno al abrirlo veran esto:
[Data]
;Amount of life to start with
;‘̗̓Q[ƒW‚̉Šú’l
life = 1000
;attack power (more is stronger)
;UŒ‚ƒ_ƒ[ƒW
attack = 100
;defensive power (more is stronger)
;‘̗̓pƒ[
defence = 100
;Percentage to increase defense everytime player is knocked down
fall.defence_up = 50
;Time which player lies down for, before getting up
liedown.time = 60
;Number of points for juggling
airjuggle = 15
;Default hit spark number for HitDefs
sparkno = 2
;Default guard spark number
guard.sparkno = 40
;1 to enable echo on KO
KO.echo = 0
;Volume offset (negative for softer)
volume = 0
;Variables with this index and above will not have their values
;reset to 0 between rounds or matches. There are 60 int variables,
;indexed from 0 to 59, and 40 float variables, indexed from 0 to 39.
;If omitted, then it defaults to 60 and 40 for integer and float
;variables repectively, meaning that none are persistent, i.e. all
;are reset. If you want your variables to persist between matches,
;you need to override state 5900 from common1.cns.
IntPersistIndex = 60
FloatPersistIndex = 40

[Size]
xscale = 1 ;Horizontal scaling factor.
yscale = 1 ;Vertical scaling factor.
ground.back = 15 ;Player width (back, ground)
ground.front = 16 ;Player width (front, ground)
air.back = 12 ;Player width (back, air)
air.front = 12 ;Player width (front, air)
height = 60 ;Height of player (for opponent to jump over)
attack.dist = 160 ;Default attack distance
proj.attack.dist = 90 ;Default attack distance for projectiles
proj.doscale = 0 ;Set to 1 to scale projectiles too
head.pos = -5, -90 ;Approximate position of head
mid.pos = -5, -60 ;Approximate position of midsection
shadowoffset = 0 ;Number of pixels to vertically offset the shadow
draw.offset = 0,0 ;Player drawing offset in pixels (x, y)

[Velocity]
walk.fwd = 2.4 ;Walk forward
walk.back = -2.2 ;Walk backward
run.fwd = 4.6, 0 ;Run forward (x, y)
run.back = -4.5,-3.8 ;Hop backward (x, y)
jump.neu = 0,-8.4 ;Neutral jumping velocity (x, y)
jump.back = -2.55 ;Jump back Speed (x, y)
jump.fwd = 2.5 ;Jump forward Speed (x, y)
runjump.back = -2.55,-8.1 ;Running jump speeds (opt)
runjump.fwd = 4,-8.1 ;.
airjump.neu = 0,-8.1 ;.
airjump.back = -2.55 ;Air jump speeds (opt)
airjump.fwd = 2.5 ;.

[Movement]
airjump.num = 1 ;Number of air jumps allowed (opt)
airjump.height = 35 ;Minimum distance from ground before you can air jump (opt)
yaccel = .44 ;Vertical acceleration
stand.friction = .85 ;Friction coefficient when standing
crouch.friction = .82 ;Friction coefficient when crouching

esto es lo mas basico de un cns si te parece complejo uuuuufffffff
lo mas obscuro es lo que pueden modificar
las otras letras ignorenlas
y lo subrayado es co lo que trabajaremos
life = 1000 es la vida de los chars, solo aumentale para hacerlo mas duradero
attack = 100 este es el ataque de los chars, aumentale para quitar mas
defence = 100 esta es la defensa del char, aumentale para hacerlo mas resistente
y otro que no viene en todos los cns es este
power = 3000 este son los especiales del char aumentale para hacer mas especiales

despues de esto al aumentarle podrias hacer un char invencible
haz la prueba y ve los resultados

[/SPOILER]


Cita:
  • De que se trata el Tutorial: Cómo hacer más duro/débil/resistente a un char.
  • Autor: -
  • Versión de M.U.G.E.N: Todas las existentes.
  • Dificultad: Nivel fácil.

Saludos.


Responder Con Cita
Respuesta



Temas Similares para: Hacer más fuerte a un char [TUTORIAL]
Tema Autor Foro Respuestas Último mensaje
Reparar colores de un char [VIDEO TUTORIAL] ~Sintamesis Tutoriales y ayuda 0 14-jul-2011 22:03
¿como hacer un archivo .cmd a un char de mugen que no lo trae? ganjahskate Ayuda 1 03-may-2011 22:57
EASY CHAR TUTORIAL (dos dudas) Tonimn MUGEN 0 23-nov-2009 10:17
Como hacer que un char se una a mi grupo? ayuda por favor Azkaban RPG Maker 1 04-ago-2009 21:27
Quien se ofrece a hacer un char Gex009 MUGEN 4 14-jun-2009 02:58


La franja horaria es GMT +1. La hora actual es: 21:25.


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