YesNoOk

Recent Posts

    

Re: Blazblue Battle Coliseum (Arcade Mode)

 April 24, 2024, 11:08:50 am View in topic context
#1
 Posted by JolarValenflower  in Blazblue Battle Coliseum (Arcade Mode) (Started by GaziraAgain April 08, 2024, 11:05:58 pm
 Board: IKEMEN Releases

    

Change State if enemy is alive or Back to idle state if Enemy is not alive

 April 24, 2024, 09:12:16 am View in topic context
#2
avatar  Posted by Lucastyle  in Change State if enemy is alive or Back to idle state if Enemy is not alive  (Started by Lucastyle April 24, 2024, 09:12:16 am
 Board: M.U.G.E.N Development Help

So This is my first post but i need help on how to do this part where if the attack is sucessful in defeating the enemy it must return to its idle state or 0 when animation is finished or if the enemy is still alive then it will change its state to the next attack that it will execute. This is the code:
Code:
[Statedef 2100, Final Attack]
type    = S
movetype= A
physics = S
juggle  = 0
velset = 0,0
ctrl = 0
sprpriority = 4
anim=2100
hitdefpersist=1
movehitpersist=1


[State 0, HitOverride]
type = HitOverride
trigger1 = 1
attr = SCA,NA,SA,HA,NP,SP,HP,NT,ST,HT,AA,AP,AT
;ignorehitpause =
;persistent =

[state ]
type=playsnd
trigger1=animelem=2
value=7000,0

[state ]
type=playsnd
trigger1=animelem=6
value=7000,0

[state ]
type=playsnd
trigger1=animelem=9
value=7000,0

[state ]
type=playsnd
trigger1=animelem=9
value=7000,1

[state ]
type=playsnd
trigger1=animelem=16
value=7000,2

[State 0, Explod]
type = Explod
trigger1 = AnimElem = 15
anim = 16933
ID = 16933
pos = 0,-40
postype = P1  ;P2, Front, Back, Left, Right
facing = 1
vfacing = 1
bindtime = -1
removetime = -2
supermovetime = 99999
pausemovetime = 99999
scale = 1,1
sprpriority = 999
ontop = 1
ownpal = 1
;ignorehitpause =
;persistent =

[State 0, Explod]
type = Explod
trigger1 = AnimElem = 15
anim = 7070
ID = 7070
pos = 6,-40
postype = P1  ;P2, Front, Back, Left, Right
bindtime = -1
removetime = -2
supermovetime = 99999
pausemovetime = 99999
scale = .5,.5
sprpriority = 0
ontop = 1
ownpal = 1
;ignorehitpause =
;persistent =

[State 0, EnvShake]
type = EnvShake
trigger1 = AnimElem = 15
time = 160
freq =500
ampl=50
;ignorehitpause =
;persistent =


[State 2OS, Fade to White]
type=allpalfx
trigger1=AnimElem = 2
time=10 ;; 2 actual seconds
sinadd=256,256,256,-10 ;; 1st value red, 2nd green, 3rd blue, 4th fade speed time, 10 is slow, raise it to be faster if desired
add = 256,256,256
invertall=0
color=256
ignorehitpause=1
persistent=1




[State 2OS, Fade to White]
type=allpalfx
trigger1=AnimElem = 4
time=10 ;; 2 actual seconds
sinadd=256,256,256,-10 ;; 1st value red, 2nd green, 3rd blue, 4th fade speed time, 10 is slow, raise it to be faster if desired
add = 256,256,256
invertall=0
color=256
ignorehitpause=1
persistent=1



[State 2OS, Fade to White]
type=allpalfx
trigger1=AnimElem = 6
time=10 ;; 2 actual seconds
sinadd=256,256,256,-10 ;; 1st value red, 2nd green, 3rd blue, 4th fade speed time, 10 is slow, raise it to be faster if desired
add = 256,256,256
invertall=0
color=256
ignorehitpause=1
persistent=1

[State 2OS, Fade to White]
type=allpalfx
trigger1=AnimElem = 9
time=10 ;; 2 actual seconds
sinadd=256,256,256,-10 ;; 1st value red, 2nd green, 3rd blue, 4th fade speed time, 10 is slow, raise it to be faster if desired
add = 256,256,256
invertall=0
color=256
ignorehitpause=1
persistent=1

[State 24123, 2]
type = Projectile
trigger1 = AnimElem = 16
priority = 999, Hit
projremove = 10
projremovetime = 425
projhits = 999999
projmisstime = 0
projanim = 88888
projhitanim = 88888
projid = 88888
projpriority = 999999
projshadow = 0,0,0
projremanim = -1
projedgebound = 999999
projstagebound = 999999
projheightbound = -240, 1
supermovetime = 999999
pausemovetime = 999999
offset = 0,0
velocity = 0,0         ;????????
attr = SCA,NA,SA,HA,NP,SP,HP,NT,ST,HT,AA,AP,AT
damage   = 999999
animtype = Hard
sparkno = -1
hitflag = MAFDPLH
guardflag = HA
hitsound   = -1
pausetime = 0, 200            ;??????????????????(??,??)
sparkxy = 35,-15
numhits = 1
ground.type = High
ground.slidetime = 10
ground.hittime  = 10
ground.velocity = 0.0
getpower = 0, 0
givepower = -9999999999,-99999999
fall = 100
fall.damage = 99999999999
projpriority = 5
projshadow = 0,0,0
projremovetime = -1


[State 2100, Change State]
type=changestate
triggerall=animtime=0
trigger1=enemy,alive<0
value=0
ctrl=1

[State 2100, Change State]
type=changestate
triggerall=animtime=0
trigger1=enemy,alive>=1
value=2220
ctrl=1

The main problem is that it keeps repeating the animation if the enemy is dead or not and tried solving multiple times
Im hoping i would get an answer and see if i can figure it out or i have to change my plans otherwise thanks.
    

Re: Particle FX

 April 24, 2024, 08:32:28 am View in topic context
#3
 Posted by oscar123  in Particle FX  (Started by All-Star Platinum February 28, 2024, 09:52:33 pm
 Board: Development Resources

    

Garfieldfan's WIP Factory

 April 24, 2024, 04:13:58 am View in topic context
#4
 Posted by GarfieldfanMUGEN  in Garfieldfan's WIP Factory (Started by GarfieldfanMUGEN April 24, 2024, 04:13:58 am
 Board: Projects

I present to you...
Garfieldfan's Factory!

This, obviously, is where I show off what I'm working on, be it a solo effort or a collab with one or more authors. Only characters will be shown off here (either via images or through Streamable showcases, which you can always find through the characters' Recent Showcase section), not stages or the like... at least not normally, as I might drop a small peak of those here and there.

Current WIPs:

Spoiler, click to toggle visibilty
    

Re: MUGEN Video thread

 April 24, 2024, 02:48:58 am View in topic context
#5
 Posted by Ralaco  in MUGEN Video thread (Started by c001357 September 27, 2008, 11:24:14 am
 Board: M.U.G.E.N Discussion

(Ichida's) Orie Ballardiae VS (OHMSBY's) Hyde Kido


    

Re: Sailor Venus Sprites

 April 23, 2024, 11:48:36 pm View in topic context
#6
 Posted by rgveda99  in Sailor Venus Sprites (Started by rgveda99 November 30, 2022, 01:07:15 am
 Board: Sailor Stars Beyond







    

Re: Blazblue Battle Coliseum (Arcade Mode)

 April 23, 2024, 08:38:45 pm View in topic context
#7
 Posted by GaziraAgain  in Blazblue Battle Coliseum (Arcade Mode) (Started by GaziraAgain April 08, 2024, 11:05:58 pm
 Board: IKEMEN Releases

Hello everyone, here I leave you the new version of the lifebars with important updates.

-First of all I fixed the Tag mode, as it was not working correctly.

-Also in this mode I have added the Winner screen and adjusted the KO icons for players 3 and 4.

-Simul mode works correctly.

-Finally I have animated the powerbar bars up to level 3.

Well now you can play the lifebars at 100%, here I give you a short video and you can see how Turns mode works now.


You can download the lifebars in the first post. Tomorrow I return with the portraits for the screenpack, see you!
    

Re: 2XKO (League of Legends fighting game) (PS5, Xbox Series S/X, PC) (coming 2025)

 April 23, 2024, 08:32:07 pm View in topic context
#8
avatar  Posted by senorfro  in 2XKO (League of Legends fighting game) (PS5, Xbox Series S/X, PC) (coming 2025) (Started by Macaulyn97 August 11, 2019, 09:46:14 pm
 Board: Fighting Games

She looks fun.
    

Re: Can't Get any Holn's AI Patches on Onedrive...

 April 23, 2024, 08:17:07 pm View in topic context
#9
avatar  Posted by Dude01  in Can't Get any Holn's AI Patches on Onedrive... (Started by Dude01 April 18, 2024, 01:20:12 pm
 Board: Requests

Idk what happened to the author holn?

like he/she made update of the ai patches, but never rlly show online nowadays...
    

Re: [Tornillo Thread]: Nero Claudius + Yamaneko Arthur Released (11/3/24)

 April 23, 2024, 05:38:50 pm View in topic context
#10
 Posted by TurnPile  in [Tornillo Thread]: Nero Claudius + Yamaneko Arthur Released (11/3/24) (Started by TornilloOxidado January 07, 2023, 12:52:31 am
 Board: Your Releases, 1.0+

Here is a update for Bang Shishigami.

Quote
-His cinematic during The Ultimate Bang now scales with GameHeight and GameWidth.
-Fixed common.cns
-Increased the time before going to the default state after Astral Heat
-Lifepoints reduced from 1100 to 1085

I'm not sure if this could fix your issue sir, but i hope it does.

Spoiler, click to toggle visibilty

Now it properly works, thank you. I believe the issue was due to the boundleft and boundright parameters being set *really* high on the stage I was testing this as a way to circumvent the issues of certain OHMSBY Astral Heats, so it possibly interfered with the timing of his Astral Heat.
    

Re: How to make a JUS/2D character in PC?

 April 23, 2024, 04:54:02 pm View in topic context
#11
avatar  Posted by wolly  in How to make a JUS/2D character in PC? (Started by wolly April 20, 2024, 11:57:36 am
 Board: M.U.G.E.N Discussion

@FeLo_Llop Yes spriting it
    

Re: Street Fighter 5 & 6 WIP by Mr. I and Violin Ken

 April 23, 2024, 04:51:32 pm View in topic context
#12
 Posted by PotS  in Street Fighter 5 & 6 WIP by Mr. I and Violin Ken (Started by Violin Ken September 14, 2023, 10:19:19 pm
 Board: Projects

Looking great, both of you. It's nice to see people still pushing the envelope after all these years.
    

Re: Active Tag system

 April 23, 2024, 04:27:31 pm View in topic context
#13
 Posted by PotS  in Active Tag system (Started by PotS December 02, 2022, 03:54:21 pm
 Board: IKEMEN Releases

Snowman by The Snowman Team is a character that I can't use in your tag. He's constantly hoping back and forward in your character's current position. I know this is OBVIOUSLY the character problem, but I wonder why that happens. I still didn't check his code on the hop states though, so maybe is a very easy problem to fix. I've a similar problem with a character that hops but after a couple of seconds he goes away.
I'll try this char in a bit. I doubt the tag can be made more compatible, but maybe I'll learn something.

What do you think? It is possible? I'd really like to work on something like this but honestly I have zero idea about tag coding. I just make some basic edit on chars...
It's possible but I'm not currently planning to do it. The plug and play aspect was one of the things I was interested in when I chose a MvC:I-ish tag. Doing assists has all the drawbacks you mentioned.

I don't mean to discourage you but doing a tag code requires some experience with ZSS/CNS (preferably ZSS) and the inner workings of chars so it's not something you should try from the start. It'd probably be easier and more reasonable to adapt an existing system like OrochiKyoCR's to your liking.

Quote
You already implemented the possibility to switch in a character while doing an active move, but after playing a lot I think the best of the best would be to retain this asking for a little of power to not overabuse it (mostly on supers that fires projectiles that lasts extensively long), and adding ONLY ONE assist per character to compensate, so the player needs to think if they want to use the tag options offensively; it would cause some risks as the assists can take damage and the tag-in while casting a move asks for power. Normal switching and Counter Switching would stay the same as I think it is literally perfect.
I thought about having it locked behind meter at first, but being able to do it at any time is part of what makes it fun. Besides, a power requirement of say 1000 can be a completely different cost from one char to another. Would need its own meter like how counter tagging currently works.

Regardless, I'm glad you're having fun with it.
    

Re: Dreadedpotato's Palettes

 April 23, 2024, 04:06:19 pm View in topic context
#14
avatar  Posted by Dude01  in Dreadedpotato's Palettes (Started by dreadedpotato April 23, 2024, 12:35:57 am
 Board: Edits & Addons 1.0+

Looks Good but...

Where Can I Download XD? (like I was thinking should i download from postimage site or here) which am i allow to download?

also can't wait too see you make some color pals dude :D (*add thumbs up*)
    

Re: Can't Get any Holn's AI Patches on Onedrive...

 April 23, 2024, 03:16:42 pm View in topic context
#15
avatar  Posted by candeh  in Can't Get any Holn's AI Patches on Onedrive... (Started by Dude01 April 18, 2024, 01:20:12 pm
 Board: Requests

Charmugen do you got sagat ai holn made for kenshiro99
    

Re: MUGEN Video thread

 April 23, 2024, 11:43:14 am View in topic context
#16
 Posted by JolarValenflower  in MUGEN Video thread (Started by c001357 September 27, 2008, 11:24:14 am
 Board: M.U.G.E.N Discussion

So i my youtube video i first
Streamable to Youtube
    

Re: MUGEN Video thread

 April 23, 2024, 11:37:14 am View in topic context
#17
 Posted by AMultiverseAuthor  in MUGEN Video thread (Started by c001357 September 27, 2008, 11:24:14 am
 Board: M.U.G.E.N Discussion

Double Whammy



    

Re: Starting Anew. New spriting project in progress! Help appreciated~

 April 23, 2024, 09:28:54 am View in topic context
#18
 Posted by Xenomic  in Starting Anew. New spriting project in progress! Help appreciated~ (Started by Xenomic August 01, 2023, 04:12:19 am
 Board: Graphics

So!! While I haven't done any spriting in the past 6 months (I've been wanting to do a Lamy or Irys sprite but...never got around to it), I'm actually curious about if anyone may perhaps be interested in trying to do sprites for my current RPG Maker project?? It is a Hololive project, but don't have any enemy sprites whatsoever (just one frame is needed).
    

Re: Fate/Grand Order

 April 23, 2024, 08:27:10 am View in topic context
#19
 Posted by Xhominid  in Fate/Grand Order (Started by c001357 August 10, 2015, 05:42:19 pm
 Board: Gaming

I really do need to come back here more often, especially since I plan on adding back in MUGEN once I get some stuff added into the computer:

Basically a Round Up of all of the BS that happened since I was away... again.

- I think I got an NP4 Waver while I was trying to see if I can get an NP2 Reines during the Case Files Event but I did end up getting Faker during the Paid Singles who was what I wanted the most.

- Ended up getting Bazett/Manannan but failed to get an NP2 Copy which hurts because I really do like her unique as hell playstyle... ended up getting Nikitch during the multis for Bazzet

- Game decided to make it up to me by giving me Kingprotea in a multi during that CCC Event.

- FINALLY, FINALLY got Merlin during the Chaldea Men's Event so I can truly do Immortal Teams with Morgan or Himiko at my leisure

- Then got Odysseus within 2-3 multis, then NP2 Tesla and some paid Singles and then got my final 4* Story Servant I have yet to get: Edison... no really.

- Then did another single multi on a random as hell whim going for Sigurd in the Road to LB2 Banner and ended up getting him

- Then while going for CEs in the recent Event Water Monsters(That and more copies of Lancer Melt), I ended up only getting 1 other Lancer Melt for NP2 and NP2 Trung Sisters(Seriously my 4* Servant Luck tends to be the pits).

- Then while trying to go for Daikokuten in this current banner, I do a few more extra multis than I planned(While Traum is close by, the real saving I'm doing is when we get Summer 6 due to the sheer insanity those banners give), I see a Rainbow: It's Napoleon! Got spooked AGAIN...

- And literally as I was typing this, I did a Paid Single on the Da Vinci Lily banner... and ended up getting her.


It always ends up being a monkey's paw of some kind...
    

Re: Mid117's Color Palettes for OHMSBY Style Characters and others Authors

 April 23, 2024, 06:38:35 am View in topic context
#20
 Posted by TornilloOxidado  in Mid117's Color Palettes for OHMSBY Style Characters and others Authors  (Started by Mid117 December 20, 2023, 03:54:48 pm
 Board: Edits & Addons 1.0+

Man your palettes are so good, thanks for Dantes palette, i really liked it, i have some time so if you don't mind here's some of my requests.
All of them are from Fate/Grand Order

-Saito Hajime and Hijikata Toshizo (Minazuki Sho and Tsukoyomi by Ichida)
Spoiler: References (click to see content)

-Izumo no Okuni and Zanzanburou (Chie Satonaka and Tomoe by Ichida)
Spoiler, click to toggle visibilty

-Takasugi Shinsaku and Ishin Kiheitai Forces (Yosuke Hanamura and Jiraiya by Ichida)
Spoiler: References (click to see content)

-Baobhan Sith (Miyako Arima by Ichida)
Spoiler, click to toggle visibilty

-Minamoto no Tametomo  (Shovel Knight by ZolidSone  / k6666orochi / Me)
Spoiler, click to toggle visibilty

-Okita Souji Alter (Yuzuriha by Resentone)
Spoiler, click to toggle visibilty