Author Topic: C# Aurora v0.x Questions  (Read 183915 times)

0 Members and 3 Guests are viewing this topic.

Offline Steve Walmsley

  • Moderator
  • Star Marshal
  • *****
  • S
  • Posts: 11649
  • Thanked: 20350 times
Re: C# Aurora v0.x Questions
« Reply #75 on: August 21, 2018, 06:37:59 PM »
Is drag and drop required for assigning fire controls, ECCM, etc during combat? Is it possible to do so using buttons or was the old UI completely removed?

I'm mostly asking as drag and drop is a bit of an unusual UI, from a screen reading perspective. It's theoretically  possible to use, but might be a bit harder.

Yes, there are quite a few areas that are drag and drop now. I could add the additional UI later though for it to be button-driven.
 

Offline Caplin

Re: C# Aurora v0.x Questions
« Reply #76 on: August 21, 2018, 11:10:45 PM »
Is drag and drop required for assigning fire controls, ECCM, etc during combat? Is it possible to do so using buttons or was the old UI completely removed?

I'm mostly asking as drag and drop is a bit of an unusual UI, from a screen reading perspective. It's theoretically  possible to use, but might be a bit harder.

Yes, there are quite a few areas that are drag and drop now. I could add the additional UI later though for it to be button-driven.

Thanks, Steve. :) I guess I won't know if it's truly a problem until I have a chance to play with the GUI a bit. The changes on the whole sound great, and I look forward to seeing what comes of them.
 

Offline TMaekler

  • Vice Admiral
  • **********
  • Posts: 1112
  • Thanked: 298 times
Re: C# Aurora v0.x Questions
« Reply #77 on: August 28, 2018, 09:47:00 AM »
Two general and one specific questions:

a) What IDE are you using to program C# Aurora?
b) The old problem of points and decimals when using Aurora, will it be gone with the C# version, or would we still need the launcher?
c) What resources would you suggest to learn C#?
 

Offline TMaekler

  • Vice Admiral
  • **********
  • Posts: 1112
  • Thanked: 298 times
Re: C# Aurora v0.x Questions
« Reply #78 on: August 28, 2018, 10:54:59 AM »
And some more questions - officers, auto assign & auto promote:

First, how will the game handle the specific amount of needed officers? Through the new structures and rules, the demand for people of specific ranks can vary a lot by how you organize your nation. In VB6 the game auto promoted according to if certain amount of numbers (9 rank one meant 3 rank two, meant 1 rank three...). Will the game auto promote according to the nations needs?

Second, if it cannot auto assign, could we get warning messages, that there are open positions available, so one could potentially manual promote?

Third, what happens if a person is auto promoted to the next rank, but there are no free positions available? He then has to leave his actual post. Can this happen, or would the game wait with the promotion until a free position has come up?

Fourth, lets say the position of captain on the flagship becomes free. Would the auto assign then only look into free officers or would it also cross "promote" captains of other vessels?
 

Offline Rich.h

  • Captain
  • **********
  • R
  • Posts: 555
  • Thanked: 55 times
Re: C# Aurora v0.x Questions
« Reply #79 on: August 29, 2018, 03:14:06 AM »
And some more questions - officers, auto assign & auto promote:

First, how will the game handle the specific amount of needed officers? Through the new structures and rules, the demand for people of specific ranks can vary a lot by how you organize your nation. In VB6 the game auto promoted according to if certain amount of numbers (9 rank one meant 3 rank two, meant 1 rank three...). Will the game auto promote according to the nations needs?

Second, if it cannot auto assign, could we get warning messages, that there are open positions available, so one could potentially manual promote?

Third, what happens if a person is auto promoted to the next rank, but there are no free positions available? He then has to leave his actual post. Can this happen, or would the game wait with the promotion until a free position has come up?

Fourth, lets say the position of captain on the flagship becomes free. Would the auto assign then only look into free officers or would it also cross "promote" captains of other vessels?

In addition to this can we have a selection on the maximum allowed rank for a ship class. No more admiral fighter pilots.
 
The following users thanked this post: Rye123

Offline TMaekler

  • Vice Admiral
  • **********
  • Posts: 1112
  • Thanked: 298 times
Re: C# Aurora v0.x Questions
« Reply #80 on: August 29, 2018, 06:21:28 AM »
According to the description from Steve, that is already implemented.
 

Offline Steve Walmsley

  • Moderator
  • Star Marshal
  • *****
  • S
  • Posts: 11649
  • Thanked: 20350 times
Re: C# Aurora v0.x Questions
« Reply #81 on: August 29, 2018, 12:35:58 PM »
Two general and one specific questions:

a) What IDE are you using to program C# Aurora?
b) The old problem of points and decimals when using Aurora, will it be gone with the C# version, or would we still need the launcher?
c) What resources would you suggest to learn C#?

a) Visual Studio 2015

b) I haven't even looked at this. Not sure if C# handles by default or I need to do something about it.

c) I learned from searching on Google :)  I suggest starting a project and then googling for how to accomplish each part. You will soon pick it up. Of course, I already understood object-oriented programming in general, so that helped. The hardest part was probably getting my head around using LINQ with lambda expressions, which is very useful and very powerful. Just research and read a lot from any source you can find. The alternative is a programming book, but I find those less helpful because they teach you theory, when you will learn a lot faster from practical experience.
 
The following users thanked this post: TMaekler

Offline Steve Walmsley

  • Moderator
  • Star Marshal
  • *****
  • S
  • Posts: 11649
  • Thanked: 20350 times
Re: C# Aurora v0.x Questions
« Reply #82 on: August 29, 2018, 12:37:24 PM »
And some more questions - officers, auto assign & auto promote:

First, how will the game handle the specific amount of needed officers? Through the new structures and rules, the demand for people of specific ranks can vary a lot by how you organize your nation. In VB6 the game auto promoted according to if certain amount of numbers (9 rank one meant 3 rank two, meant 1 rank three...). Will the game auto promote according to the nations needs?

Second, if it cannot auto assign, could we get warning messages, that there are open positions available, so one could potentially manual promote?

Third, what happens if a person is auto promoted to the next rank, but there are no free positions available? He then has to leave his actual post. Can this happen, or would the game wait with the promotion until a free position has come up?

Fourth, lets say the position of captain on the flagship becomes free. Would the auto assign then only look into free officers or would it also cross "promote" captains of other vessels?

In addition to this can we have a selection on the maximum allowed rank for a ship class. No more admiral fighter pilots.

All ships only have a single rank for each office position.

http://aurora2.pentarch.org/index.php?topic=8495.msg101818#msg101818
« Last Edit: August 29, 2018, 12:40:10 PM by Steve Walmsley »
 

Offline Steve Walmsley

  • Moderator
  • Star Marshal
  • *****
  • S
  • Posts: 11649
  • Thanked: 20350 times
Re: C# Aurora v0.x Questions
« Reply #83 on: August 29, 2018, 01:07:24 PM »
And some more questions - officers, auto assign & auto promote:

First, how will the game handle the specific amount of needed officers? Through the new structures and rules, the demand for people of specific ranks can vary a lot by how you organize your nation. In VB6 the game auto promoted according to if certain amount of numbers (9 rank one meant 3 rank two, meant 1 rank three...). Will the game auto promote according to the nations needs?

Second, if it cannot auto assign, could we get warning messages, that there are open positions available, so one could potentially manual promote?

Third, what happens if a person is auto promoted to the next rank, but there are no free positions available? He then has to leave his actual post. Can this happen, or would the game wait with the promotion until a free position has come up?

Fourth, lets say the position of captain on the flagship becomes free. Would the auto assign then only look into free officers or would it also cross "promote" captains of other vessels?

Currently naval ranks are half the number of previous rank (compared to one third for VB6), while ground ranks are one third (compared to one quarter for VB6). I might change this based on play test.

I could add warning for no auto-assign, although I think that would get tedious with multiple similar messages over time. You can check the commanders window to see any vacancies.

If someone is promoted, they are removed from their current assignments (as all assignments have a specific rank requirement) and made available for a new role.

Unassigned officers and junior officers (not a ship commander) are available for any new position (so the exec of a larger warship could move to command of a smaller warship). Ship commanders are not available for cross-promotion, although if they gain a rank they will become available for larger vessels.
 

Online chrislocke2000

  • Captain
  • **********
  • c
  • Posts: 544
  • Thanked: 39 times
Re: C# Aurora v0.x Questions
« Reply #84 on: August 29, 2018, 01:43:28 PM »
On missile interception mechanics I've never been sure if the occasional failure for slower AMMs to actually intercept incoming missiles was a bug or a feature. I'm hopping the former and something addressed in C#? 
 

Offline TMaekler

  • Vice Admiral
  • **********
  • Posts: 1112
  • Thanked: 298 times
Re: C# Aurora v0.x Questions
« Reply #85 on: August 29, 2018, 03:40:56 PM »
Currently naval ranks are half the number of previous rank (compared to one third for VB6), while ground ranks are one third (compared to one quarter for VB6). I might change this based on play test.
I think it would be nice if the promotions are made roughly upon the need of the navy. Quickly calculated together US personell numbers from Navy + Air Force and have come up with these numbers (when applying some kind of Aurora logic to the ranking system without the new module system):
Lieutenants: 2222
Lt. Commanders: 2480
Commanders: 223
Captains: 192

These would man roughly 4000 air planes and 1.250 ships.
And if I would add the new modules for XO, CIC etc. to these ships, the lower numbers might climb even higher... .


Don't know about the promotions, but an eager captain of a destroyer might be very interested in commanding an aircraft carrier, if a spot becomes available. And if he has prooven himself whilst performing his duty, he probably would be chosen in real life, rather then someone from the free roster, I guess.
 

Offline Steve Walmsley

  • Moderator
  • Star Marshal
  • *****
  • S
  • Posts: 11649
  • Thanked: 20350 times
Re: C# Aurora v0.x Questions
« Reply #86 on: August 30, 2018, 03:47:30 AM »
On missile interception mechanics I've never been sure if the occasional failure for slower AMMs to actually intercept incoming missiles was a bug or a feature. I'm hopping the former and something addressed in C#?

It is because of the movement mechanics. Sometimes the faster missile will move so far past the approaching slower missile that the latter cannot catch up. It isn't a bug though. It seems reasonable that a faster missile will sometimes avoid even the chance of interception from a slower AMM.
 
The following users thanked this post: dag0net

Offline Steve Walmsley

  • Moderator
  • Star Marshal
  • *****
  • S
  • Posts: 11649
  • Thanked: 20350 times
Re: C# Aurora v0.x Questions
« Reply #87 on: August 30, 2018, 03:51:45 AM »
Don't know about the promotions, but an eager captain of a destroyer might be very interested in commanding an aircraft carrier, if a spot becomes available. And if he has prooven himself whilst performing his duty, he probably would be chosen in real life, rather then someone from the free roster, I guess.

In real life, a destroyer is usually commanded by a lower rank (Commander) than an aircraft carrier (Captain). So in Aurora terms, a high quality destroyer CO would get promoted and become eligible to command the carrier. It would not be normal in real life for a destroyer commander to move to a carrier without a promotion.
 

Offline Triato

  • Warrant Officer, Class 1
  • *****
  • T
  • Posts: 82
  • Thanked: 7 times
Re: C# Aurora v0.x Questions
« Reply #88 on: August 30, 2018, 11:01:58 AM »
Right now, when a ship is scraped, the crew automatically disapears with all the training they have. Is any mechanism to prevent that planed?

I dont post this in sugestions because I dont have a good solution. Maybe they could add some training to existing or future ships?
 

Offline JacenHan

  • Captain
  • **********
  • Posts: 454
  • Thanked: 115 times
  • Discord Username: Jacenhan
Re: C# Aurora v0.x Questions
« Reply #89 on: August 30, 2018, 12:02:09 PM »
Right now, when a ship is scraped, the crew automatically disapears with all the training they have. Is any mechanism to prevent that planed?

I dont post this in sugestions because I dont have a good solution. Maybe they could add some training to existing or future ships?

I'm pretty sure that their training currently gets added back into the crew pool in the form of extra crew. IE: 500 crewman with twice as many points as a fresh crew would become 1000 sailors in the pool.