Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Toss`em: Chuck your friends off the map! #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VinMannie
Copy link

A simple little Death Match mod all about tossing people off the edge.

Welcome to Toss`em, where you pick up and throw other people!
Did someone pick you up? Hold on to them for dear life --- maybe they'll fall off too!
Start a chain of people holding people holding people, and throw them ALL off!
No bombs! No fists! Just the "Chuck your Friends: Official Guide" handbook!

It's a simple game, all you need to do is pick up and throw.

@rahulraman0108
Copy link
Contributor

It seems to be a good mod, at least to me, but I have found two issues related to this mod, I will describe that in this comment and then you should try to fix those as soon as possible.

searching where to throw

searching whom to throw

From these pictures, I want to state two things:
1). Imagine if someone chose to play this game in his lobby, and there are currently more than 2 players in his lobby, and then he chose any random map available from the options, and suppose that map be Football Stadium, then when the players play, they are in heavy confusion where to throw the opponent?.

2). This time lets suppose that someone started a dedicated game server for BombSquad and opened an FFA party in the server and then added this game in the playlist in the first position in the queue and then a single player joins the match, he might think WHOM TO THROW NOW? then the player will surely leave as even committing suicide sometimes will not end match as it will do in teams match.

Possible ways to fix these issues:
1). Create a list of all maps supporting melee game type then exclude the ones from which it is impossible to throw players out like the Footbal Stadium map, then return those maps in getSupportedMaps(cls,sessionType) instead of bs.getMapsSupportingPlayType("melee").

2). This game should end in the start if only one player or team is present as it does in the Elimination game.

I hope that you understand what I mean to say. Have a good day.

Copy link
Contributor

@rahulraman0108 rahulraman0108 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In getSupportedMaps(cls,sessionType) return a custom list of all melee play type supporting maps with excluding those maps from which we can not throw enemies out, like Football Stadium map.

And add a feature to end the game as drawn at the beginning of the game if there is only one player or team present, as it does in the Elimination game.

@VinMannie
Copy link
Author

Thank you for your response! Yeah, I thought about number 1 before and I'll have to fix that lol
But number 2 I left because in Death Match (what this is a mod of) also didn't end if 1 player remained. Also who would be playing FFA by themselves? 🙂

@rahulraman0108
Copy link
Contributor

Well, yeah even deathmatch do not end in FFA if only 1 player is present. Never mind, leave that and do the number 1, that is necessary.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants