YesNoOk

Show content

This section allows you to browse the content for this member. Note that you can only see content for which you have sufficient viewing permissions.

*
ALCOS is Offline
Contact ALCOS:

ALCOS

User

Messages by ALCOS

    

Re: Describe avatar (and/or signature) on the above user

 July 06, 2023, 02:55:47 pm View in topic context
 Posted by ALCOS  in Describe avatar (and/or signature) on the above user (Started by Colonel Sanders June 20, 2023, 03:57:36 am
 Board: All That's Left

I'm not sure of the avatar.... Though the sig is maybe a chibi Touhou character and chibi M.Bison...?

That's Kurow Kirishima (Yurika's Brother) from Project Justice, a sequel to Rival School.
    

Re: Describe avatar (and/or signature) on the above user

 July 04, 2023, 12:28:41 pm View in topic context
 Posted by ALCOS  in Describe avatar (and/or signature) on the above user (Started by Colonel Sanders June 20, 2023, 03:57:36 am
 Board: All That's Left

A pompadour haircut Pokemon.
    

Re: Look for a stage

 March 09, 2023, 09:06:41 am View in topic context
 Posted by ALCOS  in Look for a stage (Started by diablo2388 March 09, 2023, 01:17:10 am
 Board: Requests

    

Re: Character of the Month: October 2022 Nominations

 November 11, 2022, 03:57:01 am View in topic context
 Posted by ALCOS  in Character of the Month: October 2022 Nominations (Started by Karl/Karla November 08, 2022, 12:12:50 am
 Board: Contributions of the Month

Crewmate by Gemeos dos Jogos - 2
Byakuya by Resentone - 3
    

Re: Mugen Programing/coding Academy

 November 05, 2022, 05:02:25 am View in topic context
 Posted by ALCOS  in Mugen Programing/coding Academy (Started by IKEISLEGEND October 28, 2022, 11:52:53 pm
 Board: M.U.G.E.N Discussion

one of the bests char my good friend cesar made completelly thanks to IKE whose template made this possible IKE even helped wIth part of the code and all of you who critisice him VVHAT HAVE YOU DONE

[youtube]https://www.youtube.com/watch?v=JuskRMgzc44&t=23s[/youtube]

When I take a short look on that video, the character seem messy and unstable (heck I can see him duplicate from the thumbnail). Is that really IKEISLEGEND's method on coding? Why not try using method by Ryon in MFFA it has a all the basic you want to make a balanced character.
https://mugenfreeforall.com/topic/6362-how-to-make-a-character-complete/

If you're not listening then, try to keep your white knight to yourself because spreading it never been a good idea. Anyway, why the hell do you type double V instead of W.
    

Re: Fighter Factory Studio 3.5.3 (UPDATED June, 16)

 October 30, 2022, 04:13:07 am View in topic context
 Posted by ALCOS  in Fighter Factory Studio 3.5.3 (UPDATED June, 16) (Started by VirtuallTek April 04, 2018, 02:43:30 pm
 Board: Your Releases, 1.0+

im still using mugen character maker for my amaZing chars it goes superb dont need to use some fancy or advanced shit

Mugen Character Maker? Never heard of it. Anyway, I got a problem with a FFS. Whenever I open the program, the display pitch black, this happen after I increased the RAM of my laptop to 8GB. However, I still have a Fighter Factory 3 which is work properly.
    

Re: Help! Can't Load SFF! What Must I Do?

 October 26, 2022, 01:56:20 pm View in topic context
 Posted by ALCOS  in Help! Can't Load SFF! What Must I Do? (Started by Ki$@1st456v October 25, 2022, 02:54:45 pm
 Board: M.U.G.E.N Configuration Help

Try convert Pizzaman's X to 1.0 such as 'save as' X's SFF and change mugenversion to 1.0 format in his DEF.
    

Re: ALCOS's Request

 October 15, 2022, 02:50:54 pm View in topic context
 Posted by ALCOS  in ALCOS's Request (Started by ALCOS October 08, 2022, 11:59:16 am
 Board: Requests

Updated my first post with a few characters and 1 stage.
    

Win pose doesn't trigger when KO

 October 11, 2022, 01:04:22 pm View in topic context
 Posted by ALCOS  in Win pose doesn't trigger when KO (Started by ALCOS October 11, 2022, 01:04:22 pm
 Board: M.U.G.E.N Configuration Help

When battling Kenshiro99's Luffy, there's one bug that when KO it went straight fade to black screen without winning the match. I tested him in 1.1. Perhaps it might affect the time over too.

Here's a code:

Time Over
Code:
[Statedef 170]
type = S
ctrl = 0
anim = 170
trigger1 = animelem = 1
velset = 0,0

[State 191, 5]
type = playsnd
trigger1 = animelem = 1
value = s190, 2

[State 170, 1]
type = NotHitBy
trigger1 = 1
value = SCA
time = 1

Winpose
Code:
[Statedef 180]
type = S
ctrl = 0

[State 180, 1]
type = VarRandom
trigger1 = Time = 0
v = 1
range = 0,2

[State 180, 2]
type = ChangeState
trigger1 = Time = 0
value = ifelse(random < 500,181,182)

[State 180, 3]
type = ChangeState
trigger1 = Time = 1
value = 180+var(1)



[Statedef 181]
type = S
ctrl = 0
anim = 180
trigger1 = animelem = 1
velset = 0,0

[state 181, No Life Bar]
type = assertspecial
trigger1 = Time >= 0
flag = NoBarDisplay

[State not hit]
type = NotHitBy
trigger1 = 1
value = SCA

[State 191, 5]
type = playsnd
trigger1 = animelem = 1
value = s191,0+random%2


[state width]
type = width
trigger1 = 1
edge = 0, const(size.ground.back) + const(size.ground.front) + 15


[state round not over]
type = assertspecial
trigger1 = time < 220
flag = roundnotover



[Statedef 182]
type = S
ctrl = 0
anim = 181
velset = 0,0

[state 181, No Life Bar]
type = assertspecial
trigger1 = Time >= 0
flag = NoBarDisplay

[State not hit]
type = NotHitBy
trigger1 = 1
value = SCA
    

Re: ALCOS's Request

 October 08, 2022, 04:09:37 pm View in topic context
 Posted by ALCOS  in ALCOS's Request (Started by ALCOS October 08, 2022, 11:59:16 am
 Board: Requests

Ruquia by NSX-R with the Silvan AI patch
Vanilla H by Taruse with Imperius' patch
Fie by take

Thanks for both Vanilla H and Fie but about Ruquia, you gave me a build from 16/1/2012, I believe her build from 11/4/2012 has a Heritage of the Future 'You Win' (also include line Aim at the Sage) style, 'Lose' screen and Chargable Super.

Try click at this video link below (it's from author's account) if you don't understand what I mean.
https://www.nicovideo.jp/watch/sm16633251
    

Re: Introduction Thread (INTRODUCE YOURSELF TO THE COMMUNITY HERE)

 October 08, 2022, 12:14:37 pm View in topic context
 Posted by ALCOS  in Introduction Thread (INTRODUCE YOURSELF TO THE COMMUNITY HERE) (Started by shin. [OFWGKTA] July 07, 2007, 01:29:07 am
 Board: Introductions and Guides

Hi, I'm Alcos from Malaysia. I bet you rarely seen other Malaysian before in this forum. I mostly enjoy JRPG and Gacha Games. I've been knowing MUGEN since I was young and started to make a roster myself since high school. I did post my request topic before posting this introduction.

https://mugenguild.com/forum/topics/alcoss-request-196773.0.html
    

ALCOS's Request

 October 08, 2022, 11:59:16 am View in topic context
 Posted by ALCOS  in ALCOS's Request (Started by ALCOS October 08, 2022, 11:59:16 am
 Board: Requests

Hi, I created this topic because my request list might be to long for the existed topic above. Anyway, here's a list of characters and stages I requeted.

Characters
Spoiler, click to toggle visibilty
Stages
Spoiler, click to toggle visibilty
Sorry again if the list is to long for you to provide but please take your time to provide one by one.[/list][/list]