mugen chars, rare characters
Mugen | CHAT | Character transformation edit or palete edit - Forum | Registration | Login
[New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Character transformation edit or palete edit
reddragDate: Sunday, 2012-01-22, 1:03 AM | Message # 1
Knight
Group: Users
Messages: 145
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
i'm not very good with coding or anything and i was wandering is there a way to change a chars starting form?
like the frieza with three forms instead of always starting off in first form could i edit him to begin fighting in his 2nd or 3rd form??? cry
PLEASE HELP hpe i explained clear enough


Message edited by reddrag - Sunday, 2012-01-22, 1:03 AM
 
MGSSJ2Date: Sunday, 2012-01-22, 1:31 AM | Message # 2
Mystic Coder
Group: contributor
Messages: 2954
Awards: 5
Reputation: 47
Reproofs: 0%
Status: Offline
You can code a special Intro where he sets the transformation Var to the value of the one you want. ALthough you must study how the char works in order to do it.

 
reddragDate: Sunday, 2012-01-22, 7:19 AM | Message # 3
Knight
Group: Users
Messages: 145
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
O.O?!?!?!?? cud u dumb it down jus a lil bit more wacko
 
ShinuDate: Sunday, 2012-01-22, 9:35 AM | Message # 4
The Chosen One
Group: Blocked
Messages: 959
Awards: 3
Reputation: 12
Reproofs: 0%
Status: Offline
he said, u can code the transformation in the intro, but u wud have to have sum sort of knowledge revolving general transformations and how they work, along with some variable knowledge.

Added (2012-01-22, 9:35 AM)
---------------------------------------------
also mg, i don't think he was talking so much as intro start but more as in, the character he has always stays in one form.



Every normal man must be tempted at times to spit on his hands, hoist the black flag, and begin to slit throats.


Message edited by Shinu - Sunday, 2012-01-22, 9:34 AM
 
sgn_15Date: Sunday, 2012-01-22, 9:57 AM | Message # 5
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
i can give you my common.cns file ready to use for transformation. but that is only for basic movements and damage poses

for attacks/other moves while in transformation, you have to code them yourself (just use the transformation variable as one of the triggers in the cmd)

reply if you want

Added (2012-01-22, 9:53 AM)
---------------------------------------------
wait wait wait. so this "transformation" is not really the usual transformation but just a palette change???
this will solve it
http://elecbyte.com/wiki/index.php/RemapPal
explanations are already there, saves me time to explain them
REMAPPAL IS ONLY FOR MUGEN 1.0
WINMUGEN WON'T BE ABLE TO RECOGNIZE IT, HENCE, IT WILL BE AN ERROR IN WINMUGEN

SAMPLE:
http://www.youtube.com/watch?v=XdViB21zgtE
my char with remappal

Added (2012-01-22, 9:54 AM)
---------------------------------------------
ask if you have further questions

Added (2012-01-22, 9:57 AM)
---------------------------------------------
wait wtf... now i read his first post FOR THE 3RD TIME i now understand

you need to remove the transformation state and also
you need to add this

[Statedef -2]

[State 0, VarSet]
type = VarSet
trigger1 = roundstate = 2
v = ## ;YOU HAVE TO FIND THE TRANSFORMATION VARIABLE YOURSELF IN THE CHAR
value = 0 ; YOU ALSO HAVE TO FIND THIS
;ignorehitpause =
;persistent =


 
reddragDate: Monday, 2012-01-23, 4:58 AM | Message # 6
Knight
Group: Users
Messages: 145
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ?????????umm thnx sgn wacko i will try it out
 
sgn_15Date: Monday, 2012-01-23, 8:04 AM | Message # 7
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
wait i think you also need to copy the changestate to the transformed stance (which is after transforming) but idk how the freeza was coded. i can't know for sure what to remove/change there if i don't see how it is coded

 
reddragDate: Wednesday, 2012-01-25, 7:01 AM | Message # 8
Knight
Group: Users
Messages: 145
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
you know what......maybe i'm just gonna hold off my lil project until one day someone makes a Frieza in his second or third form by itself okay biggrin
but uh thanks for the help I'm just not too experienced with this type of stuff yet
 
sgn_15Date: Wednesday, 2012-01-25, 8:05 AM | Message # 9
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
well if the char is public just post a link and i can try sooner or later to fix it

 
reddragDate: Thursday, 2012-01-26, 1:57 AM | Message # 10
Knight
Group: Users
Messages: 145
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
awsome okay frieza

Message edited by reddrag - Thursday, 2012-01-26, 1:58 AM
 
sgn_15Date: Thursday, 2012-01-26, 9:10 AM | Message # 11
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
what change do you want to achieve ?

 
reddragDate: Saturday, 2012-01-28, 5:00 AM | Message # 12
Knight
Group: Users
Messages: 145
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
i was hoping to get frieza's second and third forms all by their selves or atleast have it set to where he automatically starts in that form. I kno there is a
selection icon at the top of each first round but i got that story mode thing and i was makin a story but it wouldnt quite work right if he starts small and you have to choose the other forms
hope i made myself clear enough for you biggrin
 
sgn_15Date: Saturday, 2012-01-28, 9:32 AM | Message # 13
God
Group: contributor
Messages: 2518
Awards: 4
Reputation: 31
Reproofs: 0%
Status: Offline
well if you wanted to make that char into 3 different chars, then i guess i have to just give you multiple cns files (each or each set for a distinct form of freeza char)

but honestly i have not yet looked at it although i downloaded the char already. i will try tomorrow


 
reddragDate: Monday, 2012-01-30, 7:24 AM | Message # 14
Knight
Group: Users
Messages: 145
Awards: 0
Reputation: 1
Reproofs: 0%
Status: Offline
oh okay thnk you this will be a big help
 
  • Page 1 of 1
  • 1
Search:

Copyright MyCorp © 2024 Create a free website with uCoz