Star Trek Fan Games http://bote2.square7.ch/forum/ |
|
First impression & questions about source code http://bote2.square7.ch/forum/viewtopic.php?f=12&t=2864 |
Page 1 of 1 |
Author: | saibot [ 11 Jun 2009, 16:09 ] |
Post subject: | First impression & questions about source code |
Hi! Here comes my first impression about Supremacy: Pros: - The look and feel is great! - I like the colony management very much. - The Empire Info on the left in the galaxy-view is cool, but i don't think my number of research points is that important. (instead maybe number of ships of my empire or a notice about starving population on a planet or or or ) Cons: - the updater gives no information about progress of checking for updates. Once I was in the middle of starting a game, when I was notified about an update. - Ship building progress information is confusing: At first your ships build very fast, up to about 98% and then nothing happens, if you lack of officers to man your ship. - New workforces gained by population growth should be automatically applied to a job (especially food production) (at least I'd prefer working on a farm rather than starving ) - I strongly miss an overview about my colonies. Particularly on the huge map it seems hard to keep track over every colony and I don't want to check each one every turn. Now my questions about the source code of Supremacy. Some where here I found the following link to some source code which ist nearly up to date: http://supremacy.codeplex.com/SourceCon ... mmits.aspx - Is there any more up to date source code? - I downloaded the source and tried to build the game, but only got myself more than 40 error messages. Did I forget something or is the source code (intendently) not complete? |
Author: | Kenneth_of_Borg [ 11 Jun 2009, 16:56 ] |
Post subject: | Re: First impression & questions about source code |
Welcome to the forums saibot. mstrobel is writing the code and I suggest you contact him directly by PM (above.) He can best answer your questions about the code. He also works for a living at a real job writing code so give him time to get back to you. You have good ideas and he will be interested in that as well. |
Author: | saibot [ 11 Jun 2009, 17:20 ] |
Post subject: | Re: First impression & questions about source code |
Contacting Mike was the first thing I tried after having played supremacy for the first time. However I'm a can be very impatient so I started to read more through the forums. And finally posted here. How long do you think I should wait for his answer before maybe bothering him again? |
Author: | Iceman [ 11 Jun 2009, 17:55 ] |
Post subject: | Re: First impression & questions about source code |
The resources to build ships are taken on a turn basis, instead of all when construction is started. It might be confusing when you ar building several ships at the same time. (Stations, IIRC, take ~16% on the first turn, and then are spread evenly for the remaining turns) |
Author: | Kenneth_of_Borg [ 11 Jun 2009, 20:58 ] |
Post subject: | Re: First impression & questions about source code |
It might be that he is on a business trip at this point. I know he will want to talk to you but we can not say when he will be online. |
Author: | Matress_of_evil [ 12 Jun 2009, 00:58 ] |
Post subject: | Re: First impression & questions about source code |
Hey saibot, welcome to the forums. Mike is actually on MSN at the moment, but seeing as he's 8 hours behind me in the UK, that means he's in the middle of work at the moment. I try to avoid talking to him when he's working. I might be able to answer some of your questions though. Quote: - the updater gives no information about progress of checking for updates. Once I was in the middle of starting a game, when I was notified about an update. Quote: - Ship building progress information is confusing: At first your ships build very fast, up to about 98% and then nothing happens, if you lack of officers to man your ship. Quote: - New workforces gained by population growth should be automatically applied to a job (especially food production) (at least I'd prefer working on a farm rather than starving ) Quote: - I strongly miss an overview about my colonies. Particularly on the huge map it seems hard to keep track over every colony and I don't want to check each one every turn. Quote: Now my questions about the source code of Supremacy. Some where here I found the following link to some source code which ist nearly up to date: http://supremacy.codeplex.com/SourceCon ... mmits.aspx - Is there any more up to date source code? - I downloaded the source and tried to build the game, but only got myself more than 40 error messages. Did I forget something or is the source code (intendently) not complete? |
Author: | Iceman [ 12 Jun 2009, 11:09 ] |
Post subject: | Re: First impression & questions about source code |
Matress_of_evil wrote: I believe .Iceman is right about the system though. By taking resources gradually instead of at once, it means you don't have sudden big drops in your resource stockpile (As this would potentially stop projects dead in their tracks if not enough was available). Actually, I'm not really sure this is a good thing. It might mean you may start building 10 ships at the same time, and none will actually be built. Big drops in your stockpiles actually convey relevant info to the player. He has reliable info about is construction capability. I can't recall any other game where all the required resources are *not* taken at the construction order. I mean, you can't realy on what you *think* you'll get the next turn (attacks, events, etc), but on what you have currently. Quote: It also avoids the need to refund resources from cancelled build orders, removing the need to calculate those amounts in the first place. Hmm, no it doesn't. On the contrary, instead of refunding the whole cost, it has to calculate the % of resources already spent, which is time- and resource-consuming. |
Author: | saibot [ 12 Jun 2009, 11:32 ] |
Post subject: | Re: First impression & questions about source code |
Thank you for explaining the features so detailed to me. But those comments weren't actually questions, I merely described my first impression of the game. Anyway let's discuss them! updater: I see the problem and my suggestion is: Either display the update process an let the user decide whether he wants to wait or not or load the update in the background (like it is now) and store the files somewhere. Later when the current games comes to an end a dialog could come up and ask to appy the update or the dialog comes up at the next game start. Now the problem would be that you likely play with a game version one update behind, so it would be prudent to notify the player during the game about the new update but let him only apply it when no game is running. Long story short: modify the update dialog to a more userfrendly one. ship building: It is cool with me and makes sense to take the resources gradually from your stockpile. My point was the progress information is confusing. On the screen it says something like "1 Turn/ 98%" and I wait 10 turns for my ship. My advice to make the turn number an estimation of the rounds needed under the current circumstances (I know the number would change the instance I decide to build a second ship in another system). .Iceman wrote: It might mean you may start building 10 ships at the same time, and none will actually be built. That could be solved by prioritising the building processes. The first started process takes all resources it needs, the others have to get on with what is left. workforces: You are right, I am not able to reproduce the problem. Sorry! Even better! The game decides whether to place the new workforces on the farms or in the industry sector. Cool! Source code: Okay, than I'll have to wait for Mike explaining me what I need to build his source code. I can code but my experiences with .Net are too poor to do it alone. |
Author: | Matress_of_evil [ 12 Jun 2009, 16:00 ] |
Post subject: | Re: First impression & questions about source code |
I've sent Mike a PM detailing some bugs and suggestions that people have posted on the forums today, saibot. I mentioned your updater, resource problem indicator, and structure prioritization suggestions, and I mentioned the problem with the source code in there as well. |
Author: | Iceman [ 12 Jun 2009, 17:40 ] |
Post subject: | Re: First impression & questions about source code |
saibot wrote: That could be solved by prioritising the building processes. The first started process takes all resources it needs, the others have to get on with what is left. That'd be like spending all the resources with the build order. There's really not much difference. Like I said above, IMO it's actually worse, as you don't really have much control over your stockpiles. If you want to say save some resources to bribe some minor, it'll be more difficult for you to keep tabs on your stockpiles. |
Page 1 of 1 | All times are UTC [ DST ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |