~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to language/english_base.txt

  • Committer: SwagTron
  • Date: 2019-03-05 03:34:38 UTC
  • Revision ID: swagtron-20190305033438-p761k9ev4m2tzse3
- Removed old player_random_color command.
- Removed player_unique_color command.
- Added individual player_random_color commands. To use these commands outside of the menu, use PLAYER_RANDOM_COLOR_ID(1-4)  0 = None, 1 = Random, 2 = Unique
- Added menu item for player_random_color under the RGB items. (Idea by DrAg, Menu item name / location by Nelg)
- Edited the README.txt file in armageronad\win32 a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
446
446
color_g_help            Cycle and wall colour, green component.
447
447
color_r_help            Cycle and wall colour, red component.
448
448
 
449
 
player_random_color_help Gives a player a random color every round. The max range is 32 allowing multi-colored tails / bikes.
450
 
player_unique_color_help Gives a player a semi-random unique color every round. Attempts to generate colors that are different from other players.
 
449
player_random_color_help Color Randomization: 0 = None, 1 = Random (completely random), 2 = Unique (attempts to change to a color no one has).
 
450
 
451
451
 
452
452
 
453
453
#********************************************
2030
2030
player_red_text            Red:
2031
2031
player_red_help            Lets you choose the red component of your colour.
2032
2032
 
 
2033
player_color_randomization_text                 Color Randomization:
 
2034
player_color_randomization_help                 Determines if color randomization is used to alter your color every round.
 
2035
 
 
2036
player_color_randomization_none_text    None
 
2037
player_color_randomization_none_help    No color randomization.
 
2038
 
 
2039
player_color_randomization_random_text  Random
 
2040
player_color_randomization_random_help  Gives a player a random color every round. The max range is 32 allowing multi-colored tails / bikes.
 
2041
 
 
2042
player_color_randomization_unique_text  Unique 
 
2043
player_color_randomization_unique_help  Gives a player a semi-random unique color every round. Attempts to generate colors that are different from other players.
 
2044
 
2033
2045
player_autologin_text        Auto Login:
2034
2046
player_autologin_help        When enabled, you will automatically initiate the (usually completely optional) login procedure using the Global ID above as soon as you enter a server.
2035
2047