Mimi Sentry doesnt work
Moderator: Moderator
- LewdTamamo
- Posts: 59
- Joined: Mon Feb 14, 2022 12:18 am
Mimi Sentry doesnt work
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 ??
Re: Mimi Sentry doesnt work
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





- LewdTamamo
- Posts: 59
- Joined: Mon Feb 14, 2022 12:18 am
Re: Mimi Sentry doesnt work
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
The recommended would be mugen1.1b, because mugen1.0 aren't supported on most characters.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
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
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
https://ibb.co/sgPrgwH
- UmbreonLover
- Posts: 398
- Joined: Wed Jan 26, 2022 12:03 am
Re: Mimi Sentry doesnt work
From the image you provided, the error is located in the fileLewdTamamo 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
- MiniSentryTF2.cns
- Inside section [Statedef 181]
- Within [State 181, 4]
- The row (The number of Enter space) is located on line 143
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
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
I would personality deleted the whole Case of type = Dialogue, or rename it as Null.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
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
- Explod
- forcefeedback
- Helper
- the character itself
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
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
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
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~!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
You can either do this:
Code: Select all
[State 181, 4]
Type = null
Trigger1 = 0
Code: Select all
[state 181, 4]
type = Null ;Dialogue
trigger1 = Win && enemy, Name = "Elissa"
text1 = "All Text Here"
text2 = "All Text Here"
"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!