-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BattleArena v4.0 List of New Features #14
Comments
That is a pretty good list to start with. I may add some things as I think of them. |
Can u please fix the major bugs first =( |
Like the scoreboards disapear all the time, their not even functional... Players get trapped inside of battlearena sometimes when their not in the game nor queue and cannot join any more games until the last arena they were in is cancelled or a server reboot. In custom gamemodes , there is teamkilling. ArenaCTF: Sometimes when you grab the enemy flag you have multiple wools in your inventory. When a player lags out with the flag, and log in, they still have the flag but are no longer in the match, so the flag bugs out and the match cannot be won. Theres probably more but those are off the top of my head. |
@tara81 Scoreboards are in the list to be fixed, and I will be working on those. As for those other things you said, please create an issue on the appropriate repositories, that way we can see them in an organized way. Europia and I are really busy right now, and having things in an organized place will help us out a lot. |
Hey! Love the ideas so far (esp Multi rounds per match) Some Ideas I had were about Tourneys - choosing nteams/ team size seems to be broken (currently works the best 1v1s only) , but also itd be cool if we could have it choose a particular arena within the competition. A request I have (not very important but useful I feel) is when auto joining a game to use the arenas defaults not its competitions defaults. Also a feature I think would be cool is to have 1 arena with multimodes. so the same arena could function as a CTF map and a TDM map. (Obv wouldn't work with things like spleef etc) |
Yes, this is a major principle in software development: That bugs should be fixed before new features are implemented. But rarely do we get indepth, detailed bug reports that help replicate bugs... So as a necessary first step, we have to waste time trying to replicate the bug first. Considering the release of SpongeAPI and the fact that there are so many bugs in BattleArena, I felt that this was a good time for a complete re-write... Because frankly, it's extremely difficult to pin-point the cause of some of these bugs, and on top of that, other so-called "bugs" are simply a product of a mis-configured BattleArena... BattleArena has so many configuration options that it's possible to make a mistake and create a precieved "bug." This is really Alkarin's project and code-base, if he were here, I'm sure it would be no problem at all for him to fix some of the bugs, because he is more intimately familiar with the code-base. For other developers, it takes a little more effort to track down the bugs. With a complete/partial re-write I would be more intimately familiar with the code-base (if a bug arises). At a very minimum, I think we'll need at least a partial re-write and heavy refactoring, and bug squashing. But in order to do this: We will need a road-map (software specification) of all the features that we want.
Yeah, I think someone else proposed this also... i'll add it to the spec.
oh wow, thanks for the info. Yes, I would definitely love to talk over TS / IRC / Skype. |
+1 to everything Europia said. BattleArena is a very large project, and it is difficult for us to adapt and track down bugs. Some of the things we have listed here may not seem important, but many of them will help us fix bugs at a much faster rate. @Vervatwala I love those ideas, particularly the one about multiple game modes per arena. I've been thinking that would be cool for a while now. |
sorry, i reported a major bug last month and its still there, it's hard to On Mon, Apr 20, 2015 at 7:05 PM, Zach [email protected] wrote:
|
wasn't trying to be rude, i offered zach some money to fix it but I guess On Mon, Apr 20, 2015 at 11:43 PM, tmartinhere81 . [email protected]
|
@tara81 Sorry about the seeming lack of urgency.. I've been super busy with school, and I know Euro has work. Overall we have been really bogged down lately, but we are coming up with some more time and getting the ball rolling a bit. Sorry for the wait, and thanks for staying with us. |
@tara81 I didn't think you were being rude. The reason why that bug isn't getting fixed is because I cannot replicate it.... Meaning, it doesn't exist on my end. You will have to jump on Skype, invite me to your server, and show me the bug in action and show me your configs. |
its a random bug and hard to replicate, it happens to a player about once On Tue, Apr 21, 2015 at 2:33 AM, Europia79 [email protected] wrote:
|
It almost always involves a player leaving a minigame i think with the On Tue, Apr 21, 2015 at 6:44 AM, tmartinhere81 . [email protected]
|
Hey! Im sorry I just have one more thing I think would be cool: For Item Spawns (Wiki: http://wiki.battleplugins.org/BattleArena/Spawns ) With the current version on BA I'll try do some tests and see if there are any bugs with the current system and post bugs separately if any - Thank u |
Request : More game victory conditions. Eg: holding an area(arathi basin style), breaking a certain block (tower rush style) |
Correct me if I'm wrong... but Arathi Basin is pretty much Call of Duty: Domination... except, in Dom, kills give you points, and AB, kills give zero points ? i had plans to eventually do this type of game-mode... unfortunately, Search-N-Destroy was the most requested... so it got done first. For Tower-Rush-style... can you elaborate the rules of the game more ? Also, keep in mind that the TIME that it takes for a player to destroy a block (in default Minecraft) is NOT constant... Players with a good connection will be able to break blocks much faster than players with a horrible connection... So this will probably have to be corrected for in order to make the game fair. |
@tara81 For the tower rush style victory condition, I have been thinking about something like this for a while. I was thinking of implementing it as an extension to BattleArena (i.e. seperate plugin) rather than a VC, but I will think about it 😃 |
well alkarinv made me a tower rush plugin for $40 , I dont mind if you Here is the dropbox: It's been almost 6 months since it last worked so let me see, Each team has the block set up , theres a config with the block type and a command for setting up the block. |
I'd like to see the capture the flag extension and the paintball plugin extension combined so that players can have a capture the flag paintball match. That would be really cool. |
Hell yes, I wanted the same thing too ! That's why i fixed the Mod-Loader in the above commit. http://wiki.battleplugins.org/BattleArena/Modules First, you "install" all your mods to Installation is just what's available for use. Then, you have to specifically declare what mod(s) you want active for what arena(s). For example, in your case, you'd edit |
Please refer to #106 for up-to-date information about what is to come. |
This post is going to be a list of features that we want for BattleArena v4.0 (we have so many ideas that we want to implement that I feel we need a good way to keep track of them).
************************* BattleArena v4.0 Features: *************************
************************* Requested Features: *************************
The text was updated successfully, but these errors were encountered: