Advanced Search

Author Topic: [Game Mode] Mega Man's Soccer (updated: 8/20/12)  (Read 14625 times)

0 Members and 1 Guest are viewing this topic.

August 13, 2012, 10:28:27 PM
Read 14625 times

Offline TheBladeRoden

  • MM8BDM Extender
  • ***
  • Date Registered: October 14, 2010, 07:26:58 PM

    • View Profile
    • TheBladeRoden's Home Page
[Game Mode] Mega Man's Soccer (updated: 8/20/12)
« on: August 13, 2012, 10:28:27 PM »
Will the new release I figured this thing finally deserved it's own topic. It'll have to be in WIP until I can get it moved, for now.

download v1e:
http://www.mediafire.com/file/97dmfhm1h ... er-v1e.pk3

Screenshots
(click to show/hide)

HowtoPlay:
Take the Soccer Ball and shoot it into the enemy goal to score points!

Item-Full Game
Mode:CTF
Modifier: None

Slide Kick-Only Game
Mode:CTF
Modifier:Buckshot

Changelog:

v1e:
-Fixed bug where players would not drop the ball when they died.
-Implemented ice's system of the goalie zone walls checking for a player's jersey inventory instead of their team.
-Shortened frequency of checking for duplicate balls from 10 seconds to 1 second.
-Fixed bug where Soccer Ball Weapon wouldn't be removed after shooting if you didn't have a buster.
-Slide Kick changes
   *Damage lowered from 20 to 5.
   *Getting hit while carrying the ball will stun you for a couple seconds, but you will also be invulnerable during that time.
-Got rid of "Trying to set line blocking" message.


Previous Changelogs
(click to show/hide)

August 14, 2012, 12:17:03 AM
Reply #1

Offline xColdxFusionx

  • MM8BDM MM&B Contributor
  • *
  • Date Registered: August 02, 2011, 01:07:17 PM

    • View Profile
Re: [Game Mode] Mega Man's Soccer
« Reply #1 on: August 14, 2012, 12:17:03 AM »
Great, but still buggy as heck
* Ball triple-spawns and can spend almost a minute de-spawned in some cases
* Everyone is considered on the same team for the purpose of line-blocking. What team it is seems to be random from round-to-round
* Don't get me started on Buckshot mode. Just... don't.

August 14, 2012, 12:40:48 AM
Reply #2

Offline Mr.shadow

  • Standard Member
  • Date Registered: August 11, 2012, 08:05:56 PM

    • View Profile
Re: [Game Mode] Mega Man's Soccer
« Reply #2 on: August 14, 2012, 12:40:48 AM »
love it. but needs a CRAPLOAD of fixing

August 14, 2012, 12:46:54 AM
Reply #3

Knux

  • Guest
Re: [Game Mode] Mega Man's Soccer
« Reply #3 on: August 14, 2012, 12:46:54 AM »
Man, can't wait to try this first break I get. The screenshots look very interesting!

August 14, 2012, 12:59:51 AM
Reply #4

Offline ice

  • MM8BDM Extender
  • ***
  • Date Registered: October 05, 2010, 05:09:31 PM

    • View Profile
Re: [Game Mode] Mega Man's Soccer
« Reply #4 on: August 14, 2012, 12:59:51 AM »
You could use the suggestion I sent you via PM a while ago where it bocked you if you have a certain color jersey in your inventory instead of the buggy checking for the teams itself (make the line check if you have say blue jersey when you go to the red side, if you have it, it will push you)

Code: [Select]
script 214 (void)
{
if (Checkinventory("RedJersey") >= 1)
   {
      SetFont("BIGFONT");
Print(s:"Sorry, Red. Blue players only.");
ThrustThing(0,30,1);
   }
   else
   {
   }
}

I made an edit of it long ago with this code and it worked perfectly

Edit: is it possible to make the buckshot kick not do any damage or atleast damage and heal you, and also making the ball just turn into a weapon on contact with someone (passing it to a teammate, jumping to block high kicks), removing the whole fighting aspect and makeing it focus more on soccer?

Also, in buckshot, once you fire the weapon, you're stuck with the ball attack with no ammo unable to do anything until you're attacked

August 14, 2012, 02:24:24 AM
Reply #5

Offline Super Bondman 64

  • MM8BDM Extender
  • *
  • Date Registered: May 11, 2011, 04:50:39 PM

    • View Profile
    • http://www.themmnetwork.com/2010/08/16/bond-man-the-phantom-robot-master/
Re: [Game Mode] Mega Man's Soccer
« Reply #5 on: August 14, 2012, 02:24:24 AM »
Played this mode for a little while earlier this evening-- it was super fun!  It should totally be hosted more often!

August 15, 2012, 07:58:33 PM
Reply #6

Offline TheBladeRoden

  • MM8BDM Extender
  • ***
  • Date Registered: October 14, 2010, 07:26:58 PM

    • View Profile
    • TheBladeRoden's Home Page
Re: [Game Mode] Mega Man's Soccer
« Reply #6 on: August 15, 2012, 07:58:33 PM »
Looks like it's time to hunt some bugs!

August 20, 2012, 09:38:15 PM
Reply #7

Offline TheBladeRoden

  • MM8BDM Extender
  • ***
  • Date Registered: October 14, 2010, 07:26:58 PM

    • View Profile
    • TheBladeRoden's Home Page
Re: [Game Mode] Mega Man's Soccer
« Reply #7 on: August 20, 2012, 09:38:15 PM »
It's update time again

http://www.mediafire.com/file/97dmfhm1h ... er-v1e.pk3

v1e:
-Fixed bug where players would not drop the ball when they died.
-Implemented ice's system of the goalie zone walls checking for a player's jersey inventory instead of their team.
-Shortened frequency of checking for duplicate balls from 10 seconds to 1 second.
-Fixed bug where Soccer Ball Weapon wouldn't be removed after shooting if you didn't have a buster.
-Slide Kick changes
   *Damage lowered from 20 to 5.
   *Getting hit while carrying the ball will stun you for a couple seconds, but you will also be invulnerable during that time.
-Got rid of "Trying to set line blocking" message.

August 20, 2012, 10:34:34 PM
Reply #8

Offline TheDoc

  • Standard Member
  • Date Registered: August 31, 2011, 10:37:33 PM

    • View Profile
Re: [Game Mode] Mega Man's Soccer (updated: 8/20/12)
« Reply #8 on: August 20, 2012, 10:34:34 PM »
I may try to make a couple fields for this. Do you want gimmicks? If so, I could TRY.

August 21, 2012, 01:59:54 AM
Reply #9

Offline xColdxFusionx

  • MM8BDM MM&B Contributor
  • *
  • Date Registered: August 02, 2011, 01:07:17 PM

    • View Profile
Re: [Game Mode] Mega Man's Soccer (updated: 8/20/12)
« Reply #9 on: August 21, 2012, 01:59:54 AM »
Oh snap.
Let us do this.

August 23, 2012, 08:22:25 AM
Reply #10

Offline Emmanuelf06

  • Donator
  • *
  • Date Registered: October 07, 2010, 03:03:19 AM

    • View Profile
Re: [Game Mode] Mega Man's Soccer (updated: 8/20/12)
« Reply #10 on: August 23, 2012, 08:22:25 AM »
VERY good idea, it can be funny with the online..!

Megaman Soccer on the super nintendo was weird...but can be good with mm8bdm! Need to try it ^^

When i will have a stronger computer (cause mine is old and weak....simple), I will host your mode...and the battle&chase mode too ^^

Awesome seriously!