collapse

Author Topic: SyN's Mugen Tricks (Zoom on Demand)  (Read 2017 times)

0 Members and 1 Guest are viewing this topic.

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
SyN's Mugen Tricks (Zoom on Demand)
« on: April 09, 2014, 02:51:11 PM »
ClubSyN-Mugen: Custom Zoom in Trick (Zoom on Demand)

Screw Mugen's limitations, I broke another Law!!!



Offline Quickfist

  • Initiate
  • **
  • Posts: 61
  • Country: Venezuela ve
  • Last Login:March 14, 2019, 03:30:09 PM
    • Email
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #1 on: April 09, 2014, 03:10:58 PM »
Dayum! Care to share the code?

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #2 on: April 09, 2014, 03:46:46 PM »
I am tweaking it as of now but ill give you an idea of what I did and to be honest its best for full games anyway,
first in your stages will need the line "zoomin = 1.5" yes that will make the screen zoom in when players are coming close together which is not what we want so to prevent that,  you and the enemy will need a player type helper, make both helpers find the right pos x on each side to keep the screen from zooming in when p1 and and p2 comes close together and make them come together at the right moment to create the zoom in effect when called on.

Offline DEMONKAI

  • The Visionary and IMT's
  • Contributor
  • ****
  • Posts: 8335
  • Country: United States us
  • Last Login:October 11, 2022, 09:44:18 PM
  • Never limit your vision as a creator!!
    • DTHECHEMIST
    • D THE CHEMIST
    • Demonkai's Mugen
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #3 on: April 09, 2014, 05:05:29 PM »
haha i knew it was going to be exposed sooner or later in a video....
Lots and lots of supers so f*ckin what

HAIL CROM!!

Offline Quickfist

  • Initiate
  • **
  • Posts: 61
  • Country: Venezuela ve
  • Last Login:March 14, 2019, 03:30:09 PM
    • Email
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #4 on: April 09, 2014, 05:56:48 PM »
I am tweaking it as of now but ill give you an idea of what I did and to be honest its best for full games anyway,
first in your stages will need the line "zoomin = 1.5" yes that will make the screen zoom in when players are coming close together which is not what we want so to prevent that,  you and the enemy will need a player type helper, make both helpers find the right pos x on each side to keep the screen from zooming in when p1 and and p2 comes close together and make them come together at the right moment to create the zoom in effect when called on.
Interesting...
You should share it over at MFG, we may use it in the Street Fighter fullgame.

Offline volzzilla

  • MUGEN Content Architect
  • *****
  • Posts: 807
  • Country: United States us
  • Last Login:February 03, 2024, 11:29:19 AM
  • MMV - http://mugenmultiverse.forumotion.com/
    • The Mugen Multiverse
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #5 on: April 09, 2014, 07:50:58 PM »
nice vid and thanx for figuring out that kind of thing and taking the steps to share.

question, in the video, did i read that it was a regular stage, not one coded only for mugen 1.1? are you saying just adding that 1 line of code to the stage will make the zooming work with mugen 1.1? i ask because one of the things keeping me from upgrading was thinking no point in doing so if none of my stages would work with the zoom function (thought i read only specifically coded stages would zoom in mugen 1.1. or is that 1 line of code the only thing needed for them?)
Please visit a DC/Marvel centered Mugen Community at: http://mugenmultiverse.forumotion.com/

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #6 on: April 09, 2014, 07:56:32 PM »
The stage was made for mugen 1.1 because of the zoom out when at the edges of the stage but any regular stage with the zoom in and my custom zoom in coding which ill share a bit later after I work the kinks out will allow your characters to do the zoom in feature during whatever and whenever you want.

Offline O Ilusionista

  • Since 1999 and kicking :)
  • IMT Content Architect
  • *
  • Posts: 12459
  • Country: Brazil br
  • Last Login:April 01, 2024, 11:02:34 PM
  • OpenBOR & Mugen addicted
    • BMT - Brazil Mugen Team
    • Email
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #7 on: April 09, 2014, 09:43:45 PM »
hehehe nice!

Quote
first in your stages will need the line "zoomin = 1.5"
~
oh, its stage dependent yet. Too bad mugen can't handle this on the right way... OpenBor does it perfectly :)

Quote
i ask because one of the things keeping me from upgrading
I don't plan to update to 1.1. There are some nice things, like RGBA sprite support, but Mugen got HEAVIER and Elecbyte do prefer to care about useless things (like the half-made zoom) over to do things that we REALLY need.

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #8 on: April 10, 2014, 12:07:18 AM »
Quote
.... and Elecbyte do prefer to care about useless things (like the half-made zoom) over to do things that we REALLY need.

And tha'ts where I come in at, Doing what elecbyte didnt. :P

Offline O Ilusionista

  • Since 1999 and kicking :)
  • IMT Content Architect
  • *
  • Posts: 12459
  • Country: Brazil br
  • Last Login:April 01, 2024, 11:02:34 PM
  • OpenBOR & Mugen addicted
    • BMT - Brazil Mugen Team
    • Email
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #9 on: April 10, 2014, 09:06:22 AM »
yeah, I know. They should hire as a development support :)

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #10 on: April 12, 2014, 10:47:22 AM »
yeah, I know. They should hire as a development support :)

LOL, yeah. But they should of really went into depth with the camera manipulation because a lot of people been asking me is this something ppl can freely paste into the common.cns of a motif and use. unfortunately it inst because it require a float var and a regular one in the root states for detection and behavior.

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #11 on: April 12, 2014, 10:49:49 AM »
But I will say this:

When I share the code after I finalize it, (My current code performs better than whats seen on youtube), non zoom out compatible stages with this line added:

zoomin = 1.5

...will be compatible with my code.

Offline O Ilusionista

  • Since 1999 and kicking :)
  • IMT Content Architect
  • *
  • Posts: 12459
  • Country: Brazil br
  • Last Login:April 01, 2024, 11:02:34 PM
  • OpenBOR & Mugen addicted
    • BMT - Brazil Mugen Team
    • Email
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #12 on: April 16, 2014, 10:21:04 PM »
but won't this break the non zoom out compatible stages?

Offline ClubSyN-X-TReME

  • Character and Interactive Stage Specialist
  • Club Syndicate Admin
  • *
  • Posts: 1641
  • Last Login:July 28, 2014, 06:54:54 AM
    • Club SyN -X-treme
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #13 on: April 16, 2014, 10:26:18 PM »
Nope. Not with my code added. But I did suggest that this is would be best for full games when I showcased this.

Offline GrayFox

  • Moderator
  • *****
  • Posts: 391
  • Country: United States us
  • Last Login:August 31, 2020, 03:38:43 AM
    • Email
Re: SyN's Mugen Tricks (Zoom on Demand)
« Reply #14 on: April 22, 2014, 05:32:27 PM »
Awesome stuff my brotha and sup man. Long time no hear from the both of us.lol

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

* IMT Calendar

April 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 [23] 24 25 26 27
28 29 30

SimplePortal 2.3.5 © 2008-2012, SimplePortal