Cutstuff Forum

Mega Man 8-bit Deathmatch => Projects & Creative => Topic started by: TheBladeRoden on August 13, 2012, 10:28:27 PM

Title: [Game Mode] Mega Man's Soccer (updated: 8/20/12)
Post by: TheBladeRoden 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 (http://www.mediafire.com/file/97dmfhm1h4o39kb/MegaMansSoccer-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)
Title: Re: [Game Mode] Mega Man's Soccer
Post by: xColdxFusionx 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.
Title: Re: [Game Mode] Mega Man's Soccer
Post by: Mr.shadow on August 14, 2012, 12:40:48 AM
love it. but needs a CRAPLOAD of fixing
Title: Re: [Game Mode] Mega Man's Soccer
Post by: Knux on August 14, 2012, 12:46:54 AM
Man, can't wait to try this first break I get. The screenshots look very interesting!
Title: Re: [Game Mode] Mega Man's Soccer
Post by: ice 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
Title: Re: [Game Mode] Mega Man's Soccer
Post by: Super Bondman 64 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!
Title: Re: [Game Mode] Mega Man's Soccer
Post by: TheBladeRoden on August 15, 2012, 07:58:33 PM
Looks like it's time to hunt some bugs!
Title: Re: [Game Mode] Mega Man's Soccer
Post by: TheBladeRoden on August 20, 2012, 09:38:15 PM
It's update time again

http://www.mediafire.com/file/97dmfhm1h ... er-v1e.pk3 (http://www.mediafire.com/file/97dmfhm1h4o39kb/MegaMansSoccer-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.
Title: Re: [Game Mode] Mega Man's Soccer (updated: 8/20/12)
Post by: TheDoc 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.
Title: Re: [Game Mode] Mega Man's Soccer (updated: 8/20/12)
Post by: xColdxFusionx on August 21, 2012, 01:59:54 AM
Oh snap.
Let us do this.
Title: Re: [Game Mode] Mega Man's Soccer (updated: 8/20/12)
Post by: Emmanuelf06 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!