Skip to content

Conversation

@alsed
Copy link
Contributor

@alsed alsed commented Sep 22, 2024

  • fixed an error in budget assign.
  • fixed a CTD in news_sup functions with values out of range.
  • news events functions have been remade (again) and tested. Returned values had been corrected and comments have been added.
  • fixed a delay sound in soviet newcaster outro.
  • fixed sound artifacts in newscaster voices (buffer problem).
  • mouse debug info has been setted to tracer info, in order to reduce clutter in the terminal.

- fixed an error in budget assign.
- fixed a CTD in news_sup functions with values out of range.
- news events functions have been remade (again) and tested. Returned values had been corrected and comments have been added.
- fixed a delay sound in soviet newcaster outro.
- fixed sound artifacts in newscaster voices (buffer problem).
- mouse debug info has been setted to tracer info, in order to reduce clutter in the terminal.
@peyre peyre merged commit 4e758a7 into raceintospace:master Sep 22, 2024
@peyre
Copy link
Member

peyre commented Oct 9, 2024

Hey alsed! What was the error in budget assign? I'd like to add it to the changelog, but I'm not sure just what was wrong.

@alsed
Copy link
Contributor Author

alsed commented Oct 9, 2024

Hi peyre, some context about it;
in the discussion about imbalance
@rnyoakum states that both sides uses different random budget tables:

The USA and USSR use different random budget modifiers which advantage the USA.

ntable (now a json file) has 180 values. That it's actually 3 tables of 60 values each.
The us has assigned table "1" and the ussr uses table "2".

@hweimer later commented:

it looks that the modifiers were originally meant to be not for the different sides but for different player levels. So, I consider this to be a bug.

What my change does is that now both players uses table 1 as default.
Still, there is pending that the budget modifier should be assigned according to the difficult level selected.

@peyre
Copy link
Member

peyre commented Oct 9, 2024

Oh yes! So the Soviet player won't have a lower budget all the time, that was it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants