Mimi Sentry doesnt work

Can't find a character or stage? Ask here. Don't spam!

Moderator: Moderator

LewdTamamo
Posts: 59
Joined: Mon Feb 14, 2022 12:18 am

Mimi Sentry doesnt work

Post by LewdTamamo »

dont know who uploaded this mimi sentry but the files in it dont work keeps getting errors and dont know if its cause it doesnt work with ikumen or its something else someone explain here ??
dgsgqa
Posts: 66
Joined: Wed Mar 20, 2024 8:01 pm

Re: Mimi Sentry doesnt work

Post by dgsgqa »

sadly some chars simply do not work on ikemen, its relating to the coding, if i were u i would only use her on non ikemen :0c
ImageImage
ImageNeco arc Chaos my beloved
ImageImage
LewdTamamo
Posts: 59
Joined: Mon Feb 14, 2022 12:18 am

Re: Mimi Sentry doesnt work

Post by LewdTamamo »

well oh what game of mugen should i use to since it kinda sucks she doesnt work with the mugen i use
UmbreonLover
Posts: 398
Joined: Wed Jan 26, 2022 12:03 am

Re: Mimi Sentry doesnt work

Post by UmbreonLover »

LewdTamamo wrote: Sun Dec 15, 2024 1:16 am well oh what game of mugen should i use to since it kinda sucks she doesnt work with the mugen i use
The recommended would be mugen1.1b, because mugen1.0 aren't supported on most characters.
Characters can also be played on IkemenGo, but you will have to clean up the mess of
the person (scripter) who created that character. Just read the error careful, and hopeful you can
make the character playable on Ikemen

Reference: viewtopic.php?p=4960#p4960
I visit this forum when I remember I exist!
LewdTamamo
Posts: 59
Joined: Mon Feb 14, 2022 12:18 am

Re: Mimi Sentry doesnt work

Post by LewdTamamo »

well i did take a screen shot but theres so many files i dont know where to find it since there is so much code to this its confusing
https://ibb.co/sgPrgwH
UmbreonLover
Posts: 398
Joined: Wed Jan 26, 2022 12:03 am

Re: Mimi Sentry doesnt work

Post by UmbreonLover »

LewdTamamo wrote: Sun Dec 15, 2024 10:00 pm well i did take a screen shot but theres so many files i dont know where to find it since there is so much code to this its confusing
https://ibb.co/sgPrgwH
From the image you provided, the error is located in the file
  • MiniSentryTF2.cns
  • Inside section [Statedef 181]
  • Within [State 181, 4]
  • The row (The number of Enter space) is located on line 143
Something related towards an invalid elem type called "dialogue"
I visit this forum when I remember I exist!
LewdTamamo
Posts: 59
Joined: Mon Feb 14, 2022 12:18 am

Re: Mimi Sentry doesnt work

Post by LewdTamamo »

its just for me im not good at knowing code but think maybe found it but as i said theres so much code in this folder that i dont know if this is the issue or not cause cant really tell https://ibb.co/YkZqzSf
UmbreonLover
Posts: 398
Joined: Wed Jan 26, 2022 12:03 am

Re: Mimi Sentry doesnt work

Post by UmbreonLover »

LewdTamamo wrote: Wed Dec 18, 2024 7:08 am its just for me im not good at knowing code but think maybe found it but as i said theres so much code in this folder that i dont know if this is the issue or not cause cant really tell https://ibb.co/YkZqzSf
I would personality deleted the whole Case of type = Dialogue, or rename it as Null.

Example of Renaming

Code: Select all

; <-- This is a comment
; "type = Dialogue" <-- Change this to Null
type = Null
;  https://www.elecbyte.com/mugendocs-11b1/sctrls.html#null
If you know scripting, I would recommend to either use
  • Explod
  • forcefeedback
  • Helper
  • the character itself
Dialogue is a custom programming script that overrides the main function in the game.
So, its not in the database of mugen, which is why ikemeno doesn't accept it.

For more Info about what is accepted towards "type = ****":

Code: Select all

https://www.elecbyte.com/mugendocs-11b1/sctrls.html
Deleting Dialogue is perfectly fine, and whatever that character do in the intro/round matches, will not be display
I visit this forum when I remember I exist!
LewdTamamo
Posts: 59
Joined: Mon Feb 14, 2022 12:18 am

Re: Mimi Sentry doesnt work

Post by LewdTamamo »

sheesh i deleted and renamed the wording to Null but character keeps popping up with more errors everytime im sorry to keep bothering you im not very knowledgeable in this type of field since this is my first time even looking at coding feel at times to let people who know how to make these sort of issues work on this sort of thing cause it confuses me https://ibb.co/DYM8xb8
UmbreonLover
Posts: 398
Joined: Wed Jan 26, 2022 12:03 am

Re: Mimi Sentry doesnt work

Post by UmbreonLover »

LewdTamamo wrote: Sat Dec 21, 2024 6:00 am sheesh i deleted and renamed the wording to Null but character keeps popping up with more errors everytime im sorry to keep bothering you im not very knowledgeable in this type of field since this is my first time even looking at coding feel at times to let people who know how to make these sort of issues work on this sort of thing cause it confuses me https://ibb.co/DYM8xb8
Would be a lot easier for me and you if you copy and paste it here while using [ code][/code] instead of an image lol. That little information that was cut off can be helpful. Any who~!

You can either do this:

Code: Select all

[State 181, 4]
	Type = null
	Trigger1 = 0
You can also do this or delete everything:

Code: Select all

[state 181, 4]
	type = Null ;Dialogue
	trigger1 = Win && enemy, Name = "Elissa"
	text1 = "All Text Here"
	text2 = "All Text Here"
but this time, the error code that is displayed on your image is not there any more. Now, its inside the Animation file called :
"CharacterName".air
On line 2612
The error is located in [Begin Action 3050]

That section is not hard, and you don't need any coding experience. If you follow this guide, you can easily fix whatever issue is in there.
https://www.elecbyte.com/mugendocs-11b1/air.html

If you don't wished to deal with texts and you prefer GUI (Graphic user interfere).
Use Factory and delete the animation 3050 while rebuilding it again. You can asks Viket, he has posted a tutorial related to ".AIR"

Links: memberlist.php?mode=viewprofile&u=62

Other ways in contacting him

Code: Select all

https://bsky.app/profile/viketfapmaster.bsky.social
https://discord.com/invite/Q9ymxyU8Da
I visit this forum when I remember I exist!
Post Reply