Dabo is working on a project to create an unofficial successor to EHM 2007. Use this forum to discuss his project and any features you would like to see in either the initial version or in a future version.
Círyatan wrote:OK. Then I'd suggest not putting any shading at all into the inside part of the chart. The colours you use for the chart are very bright, and the shading makes the section that actually is important seem rather faded.
I have people who want shading and people who don't, looks like I am gonna have to create a poll down the road or just pick one randomly.
It's cool, mate, just putting up suggestions. I'm sure it'll be fine whatever version you stick to.
And even you download the tactics on like FM they suck anyway. Everyone I know creates their own. So you should be able to set the coach to run it in this, I use it on EHM side...
By the way, I also think that we need a specifical position for the physical trainer. So to have Head Coach, Assistant coach(es), Goalie Coach, Physical Coach. Just like it is in FM.
And yeah, having tactics would be awesome. I know that many people prefers playing a pure GM mode, but there are many many people that LOVE to actually coach the team. I love playing with tactics, it's one of the best things of these kind of games (both EHM and FM). Being a GM only is boring. At least to me.
Alessandro wrote:By the way, I also think that we need a specifical position for the physical trainer. So to have Head Coach, Assistant coach(es), Goalie Coach, Physical Coach. Just like it is in FM.
Yeah I like that.
B. Stinson wrote:I'm in the same boat. I really enjoyed Visual Studio when I was on Windows, but on Linux, IDE's are tough. I've heard a lot about Eclipse when I was searching, so I gave it a shot, but I found it confusing. I got the impression that it was just a base program, and then you needed to find plugins for any languages you wanted to use. So I gave up on that and just stuck to simple text editor coding.
Since then, the only one I've bothered trying, upon recommendation from Sun's Java tutorials, is NetBeans. So far, I actually like it. The portions of it that I use, I find to be pretty similar to Visual Studio. I had to pass-up the whole GUI creator portion of NetBeans, though. It locks all auto-generated code, and doesn't let you do anything with it - even simply moving it. And I'm really picky about how my code it organized, so I was quickly turned off from that whole area of the IDE. Since then I've been doing all GUI coding manually, and using NetBeans primarily for its Intellisense and debugging.
Never done any GUI programming on Linux so I cannot give you any recommendations. However, for Java programming I would expect Eclipse and NetBeans to be your best choses since I believe they are primarily for Java. Perhaps we should move to the Programming Talk thread for further discussion.
mne2 wrote:Out of interest what exactly are you doing about the match engine? that was always the thing that stopped me from writing a game.
If you are referring to the 2d rink there won't be one, at least not in the beginning. That feature alone would simply be too time-consuming but once I have everything else working perhaps I could give it another thought. Right now I am thinking of doing a quick-sim and something text-based.
philou21 wrote:It's more called Anticipation in my opinion, it's the same thing.
I agree. Being able to read the play would definitely fit under Anticipation.
Yeah, that makes sense for reading the play. Fighting to see the puck through traffic wouldn't really be anticipation, though. I guess vision would be a good way of putting it.
mne2 wrote:Out of interest what exactly are you doing about the match engine? that was always the thing that stopped me from writing a game.
If you are referring to the 2d rink there won't be one, at least not in the beginning. That feature alone would simply be too time-consuming but once I have everything else working perhaps I could give it another thought. Right now I am thinking of doing a quick-sim and something text-based.
If the general opinion is that a 2d match engine is essential in order for people to be interested in the game I will make it my priority #1. I won't waste time on the other parts of the game if noone will have any interest.
However if I do this, please realize that the release date of anything playable will be pushed forward significantly and I still cannot promise I will be able to come up with something like in NHL:EHM 2007 even if I focus 100% on it. I expect to continue programming in one or two weeks, you have until then to decide what part. So speak up!
I never follow the games on the 2D rink, but I use it for analysis. So yeah it is a great feature. But IMO the way you have planned initially is the way to go. You're working on this project on your own and it's extremely time consuming and difficult to implement and it is not vital for the game to run. It sounds more reasonable to release some playable version without it and add features and remove bugs in future updates, which I assume you are planning anyway as of now.
I'm gonna be honest: I hope no one was expecting or envisioning a 2D match engine. Any form of a 2D match engine would be a mammoth task - at least twice the effort and expertise of the game itself.
In my opinion, the only focus right now, in terms of a match engine, should be an accurate text-based box-score/statistics simulator. And no thinking beyond that until it's at least 95% satisfactory. Then we can think about adding fun stuff to it, like a live simulation.
B. Stinson wrote:I'm gonna be honest: I hope no one was expecting or envisioning a 2D match engine. Any form of a 2D match engine would be a mammoth task - at least twice the effort and expertise of the game itself.
In my opinion, the only focus right now, in terms of a match engine, should be an accurate text-based box-score/statistics simulator. And no thinking beyond that until it's at least 95% satisfactory. Then we can think about adding fun stuff to it, like a live simulation.
My sentiments exactly. Get the basics down and then worry about extras.
2d match engine would be extremely cool, but we gotta be realistic. IMO, priority #1 for the first version of game is, to get a realistic and fairly deep game with no critical errors/problems. Then, if everything works correctly, extra stuff could be added.
B. Stinson wrote:In my opinion, the only focus right now, in terms of a match engine, should be an accurate text-based box-score/statistics simulator. And no thinking beyond that until it's at least 95% satisfactory. Then we can think about adding fun stuff to it, like a live simulation.
Animal wrote:2d match engine would be extremely cool, but we gotta be realistic. IMO, priority #1 for the first version of game is, to get a realistic and fairly deep game with no critical errors/problems. Then, if everything works correctly, extra stuff could be added.
Even if I'd die for a 2d view, this is anyway true and I agree.