The Mugen Multiverse
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
 
PortalHomeFAQMemberlistLatest imagesUsergroupsSearchRegisterComic WIP TrackerDownloadsLog inChat
Website Navigation Help
Translate the Website
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» I need help ripping a specific sprite art from Asura Buster
Character error Emptyby SWAGaming98 Today at 4:23 am

» SFA2 "Lost Island - Japan" Akuma (Gouki) Stage V-2.0 For MUGEN 1.1 and IKEMEN-Go
Character error Emptyby Shining Yesterday at 11:13 pm

» MegaMan X Release Iris Update
Character error Emptyby Nexus Gaming Yesterday at 9:37 am

» --> [SPAM GAME] - Alphabet Soup! <--
Character error Emptyby Shining Yesterday at 1:20 am

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Character error

Go down 
3 posters
AuthorMessage
Shawnfan123




Posts : 11
Join date : 2017-10-17

Character error Empty
PostSubject: Character error   Character error EmptyApril 6th 2018, 2:53 pm

Hi! I’m having trouble adding characters an I always get these kind of errors.
https://imgur.com/gallery/ek6jT
Can anybody help?
Back to top Go down
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Character error Empty
PostSubject: Re: Character error   Character error EmptyApril 6th 2018, 7:24 pm

Short answer is that trigger (stagevar) ONLY works for MUGEN 1.0 or 1.1
Ensure you are using MUGEN 1.0 or 1.1 to load this character.

You are trying to load Hope.
The error itself indicates that it died parsing Stagevar(info.name) = "B"
To translate the error:
MUGEN failed to parse the specific trigger "Stagevar(info.name) = "B"



Back to top Go down
Mazemerald




Posts : 3999
Join date : 2012-12-10
Age : 28

Character error Empty
PostSubject: Re: Character error   Character error EmptyApril 6th 2018, 8:31 pm


i used to get rid all errors that appears on my chars, then they work normally after that.

if the line is not very important for the char, you can to remove it freely.
Back to top Go down
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Character error Empty
PostSubject: Re: Character error   Character error EmptyApril 6th 2018, 9:11 pm

@Capcomnator you are totally right. That line would enable a stagevar, so it would make Hope do something specific on a specific stage. I think the character is from AvX mugen, and it is left over code from the full game. Yes you can either remove or comment out (add ; in front of that code) that code safely as it is looking for a stage named "B". It will not affect her in game play.
Back to top Go down
Shawnfan123




Posts : 11
Join date : 2017-10-17

Character error Empty
PostSubject: Re: Character error   Character error EmptyApril 7th 2018, 11:01 am

Where can I find the StageVar file? In .cns, .cmd, etc?
Back to top Go down
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Character error Empty
PostSubject: Re: Character error   Character error EmptyApril 7th 2018, 11:19 am

@Shawnfan123 The error says it is in the "-2.CNS" file
Back to top Go down
Shawnfan123




Posts : 11
Join date : 2017-10-17

Character error Empty
PostSubject: Re: Character error   Character error EmptyApril 7th 2018, 3:19 pm

I have another problem now.
https://imgur.com/gallery/PU0Vp
I added the quotation mark and lead to this.
Back to top Go down
thatguy

thatguy


Posts : 1381
Join date : 2014-05-28
Age : 47
Location : Canada

Character error Empty
PostSubject: Re: Character error   Character error EmptyApril 7th 2018, 6:37 pm

@Shawnfan123

Example from Hope:

;[State -2, PowerAdd]
;type = null;PowerAdd
;triggerall = StageVar(info.name) =  "B"
;triggerall = roundno = 1
;trigger1 = p2name = "Cable Training"
;trigger1 = enemynear,var(40)>= 4
;value = 3000

;[State -2, PowerAdd]
;type = null;PowerAdd
;triggerall = StageVar(info.name) =  "B"
;triggerall = roundno = 2
;trigger1 = roundstate < 2
;trigger1 = p2name = "Cable Training"
;value = -3000


When you add ; to the start of code, it turns that code OFF


Hope was intentionally coded ONLY for 1.0/1.1 When "downgrading" her you will have to remove some power adds, and the AI for her to work thus she may not be "as the creator intended" when complete.

Continue adding ; at the start of code that errors until the character loads. Depending on the code such as the example above, you may have to remove the whole code for that move, or just 1 trigger (example below).


1 trigger example (from Hope):

[State -1, AI Guarding, Easy/Medium AI]
type = ChangeState
triggerall = (roundstate = 2) && (var(59) != 0)
;triggerall = AILevel <=5
triggerall = (Ctrl) && (p2movetype = A) && (statetype = S)
trigger1 = (p2bodydist x <= 250) && (random = [200,899]) && (vel x < 0)
trigger2 = (p2bodydist x <= 250) && (random = [800,899]) && (vel x > 0)
trigger3 = (p2bodydist x <= 250) && (random = [400,899]) && (vel x = 0)
trigger4 = (anim = 21)
trigger5 = (prevstateno > 5000) && (random < 200)
value = 130

You will have to do this process multiple times as there are at least 30 triggers that do not work for older mugen versions.
Back to top Go down
Sponsored content





Character error Empty
PostSubject: Re: Character error   Character error Empty

Back to top Go down
 
Character error
Back to top 
Page 1 of 1
 Similar topics
-
» Help error on SelectBg
» Help for Error
» Mugen Error?*
» How to fix error Mugen characters?
» Sky of Atlach error help me please...

Permissions in this forum:You cannot reply to topics in this forum
The Mugen Multiverse :: Mugen Related :: Mugen Help-
Jump to: