Skip to content

Releases: YuudachiXMMY/EDI-Racing-Project

[2024.11.05] DataTool

06 Nov 01:37

Choose a tag to compare

[2024.11.05] DataTool Pre-release
Pre-release

build from 24343b9


Thank you for downloading Jadyn Wu's Program
I hope you find them useful in your projects
If you have any questions, find my contact in
my personal website below
Cheers!
Jadyn Wu

Personal Website: https://jadynwu.com/
GitHub: https://github.com/YuudachiXMMY

Program Specification

Input file:

  • input.csv

output files:

  • vehicleGroupData.csv : used for game program
  • AvgAnalysis.csv : analysis the average information of some data

Before RUNNING, please ensrue that:

  1. The input file is renamed to input.csv
  2. DataTool.exe and input.csv are in the SAME folder/directory

To RUN:

  1. Double-Click the DataTool.exe

Data format of input.csv:

  • Names must be in column G
  • Colors must be in column H
  • Number of Team Members must be in column I
  • Facial Recognition must be in column K
  • Glassess must be in column L
  • Languages must be in column M
  • Number of People identifying themselve as Male must be in column N
  • Password must be in column O
  • Distance must be in column P

[24.10.08] Release 0.4.0

09 Oct 03:04

Choose a tag to compare

Build Updates

  • Fixed several Problems
  • Add DataTool.exe to Auto-Parse Vehicle data

build from 9483b8a


-------------------------------- !!!!! READ ME [README.txt] !!!!! ---------------------------------

[README.txt]

Car Number : Color Mapping

  • 0 : green
  • 1 : black
  • 2 : red
  • 3 : blue
  • 4 : white
  • 5 : yellow (Debug Use ONLY)

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)
[N] Show/Hide Group Names of the cars

【Event Buttons】

Not Avaible Yet

Speed: (on the Right-Bottom)

Will change Default Event Speed. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_SPEED`.
  • Default Value is 40.
  • Not recommand to Boost Speed over 70.

Duration: (on the Right-Bottom)

Will change Default Event Duration. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_DURATION.
  • Default Value is 10.

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed for 10 (Default) seconds.

  • Enter length will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed for 10 (Default) seconds.

  • Enter color will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-3 (Enter a Color)

Selected Car Color will reduce speed for 10 (Default) seconds.

  • Enter color will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[03.21] Release 0.3.9

22 Mar 00:38

Choose a tag to compare

Build Updates

  • Add Group Name on Each car (Hotkey N to show/hide group names) (Maximum Display Name: 5 Letters)
  • Add Exit Game Button in the Event Menu

build from 86191c1


-------------------------------- !!!!! READ ME [README.txt] !!!!! ---------------------------------

[README.txt]

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)
[N] Show/Hide Group Names of the cars

【Event Buttons】

Speed: (on the Right-Bottom)

Will change Default Event Speed. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_SPEED`.
  • Default Value is 40.
  • Not recommand to Boost Speed over 70.

Duration: (on the Right-Bottom)

Will change Default Event Duration. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_DURATION.
  • Default Value is 10.

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed for 10 (Default) seconds.

  • Enter length will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed for 10 (Default) seconds.

  • Enter color will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : orange || black || red || blue || white

Event-3 (Enter a Color)

Selected Car Color will reduce speed for 10 (Default) seconds.

  • Enter color will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : orange || black || red || blue || white

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[03.18] Test_0.3.9

18 Mar 21:43

Choose a tag to compare

[03.18] Test_0.3.9 Pre-release
Pre-release

Build Updates

  • Add Group Name on Each car (Hotkey N to show/hide group names)

build from 48dfedf


-------------------------------- !!!!! READ ME [README.txt] !!!!! ---------------------------------

[README.txt]

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)
[N] Show/Hide Group Names of the cars

【Event Buttons】

Speed: (on the Right-Bottom)

Will change Default Event Speed. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_SPEED`.
  • Default Value is 40.
  • Not recommand to Boost Speed over 70.

Duration: (on the Right-Bottom)

Will change Default Event Duration. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_DURATION.
  • Default Value is 10.

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed for 10 (Default) seconds.

  • Enter length will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed for 10 (Default) seconds.

  • Enter color will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-3 (Enter a Color)

Selected Car Color will reduce speed for 10 (Default) seconds.

  • Enter color will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[03.12] Test_0.3.9

12 Mar 17:55

Choose a tag to compare

[03.12] Test_0.3.9 Pre-release
Pre-release

Build Updates

  • Add Group Name on Each car

build from b47f900


-------------------------------- !!!!! READ ME [README.txt] !!!!! ---------------------------------

[README.txt]

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)

【Event Buttons】

Speed: (on the Right-Bottom)

Will change Default Event Speed. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_SPEED`.
  • Default Value is 40.
  • Not recommand to Boost Speed over 70.

Duration: (on the Right-Bottom)

Will change Default Event Duration. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_DURATION.
  • Default Value is 10.

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed for 10 (Default) seconds.

  • Enter length will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed for 10 (Default) seconds.

  • Enter color will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-3 (Enter a Color)

Selected Car Color will reduce speed for 10 (Default) seconds.

  • Enter color will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[11.14] Test_0.3.9

15 Nov 04:20

Choose a tag to compare

[11.14] Test_0.3.9 Pre-release
Pre-release

Build Updates

  • Add Detailed Event Title
  • Fix Event Button

build from 88483e7


[README.txt]

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)

【Event Buttons】

Speed: (on the Right-Bottom)

Will change Default Event Speed. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_SPEED`.
  • Default Value is 40.
  • Not recommand to Boost Speed over 70.

Duration: (on the Right-Bottom)

Will change Default Event Duration. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_DURATION.
  • Default Value is 10.

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed for 10 (Default) seconds.

  • Enter length will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed for 10 (Default) seconds.

  • Enter color will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-3 (Enter a Color)

Selected Car Color will reduce speed for 10 (Default) seconds.

  • Enter color will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[11.14] Test_0.3.8

15 Nov 03:52

Choose a tag to compare

[11.14] Test_0.3.8 Pre-release
Pre-release

Build Updates

  • Change Events' default duration from 5 to 10 Seconds.
  • Increase Button Event Speed.
  • Add button in Event Screen to Change Event Default Speed and Duration
  • Update [README.txt].

build from 46b6a80


[README.txt]

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)

【Event Buttons】

Speed: (on the Right-Bottom)

Will change Default Event Speed. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_SPEED`.
  • Default Value is 40.
  • Not recommand to Boost Speed over 70.

Duration: (on the Right-Bottom)

Will change Default Event Duration. Influence Both Speed Boost or Penalty.

  • Influence variable DEFAULT_DURATION.
  • Default Value is 10.

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed for 10 (Default) seconds.

  • Enter length will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed for 10 (Default) seconds.

  • Enter color will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-3 (Enter a Color)

Selected Car Color will reduce speed for 10 (Default) seconds.

  • Enter color will speed - DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [color] : green || black || red || blue || white

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed for 10 (Default) seconds.

  • Car with Function_Dictionary[Int] will speed + DEFAULT_SPEED for DEFAULT_DURATION Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[11.14] Test_0.3.7

14 Nov 22:49

Choose a tag to compare

[11.14] Test_0.3.7 Pre-release
Pre-release

Build Updates

  • Fix LeaderBoard and DashBoard Rnaking Flash problem.
  • Improve the Accuracy of the LeaderBoard's Ranking.
  • Change Events' default duration to 10 Seconds.

Dev Updates

  • Add more Checkpoints for Ranking Updates (from 8 to 14)
  • Upgrade LeaderBoard Background to auto fit the number of Columns

build from f100d5b


[README.txt]

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)

【Event Buttons】

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed within 10 seconds.

  • Enter length will speed - 20 for 10 Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed within 10 seconds.

  • Enter color will speed + 20 for 10 Time Unit.
    [color] : orange || black || yellow || blue || white || purple || green || red

Event-3 (Enter a Color)

Selected Car Color will reduce speed within 10 seconds.

  • Enter color will speed - 20 for 10 Time Unit.
    [color] : orange || black || yellow || blue || white || purple || green || red

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed within 10 seconds.

  • Car with Function_Dictionary[Int] will speed + 20 for 10 Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed within 10 seconds.

  • Car with Function_Dictionary[Int] will speed + 20 for 10 Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[11.14] Test_0.3.4

14 Nov 21:40

Choose a tag to compare

[11.14] Test_0.3.4 Pre-release
Pre-release

Build Updates

Demo Build with Updates:

  • Resize LeaderBoard, Score Dashboard and Event.
  • Update Function List:
    • 1: "male"
    • 2: "glasses"
    • 3: "facerecog"
    • 4: "language"
    • 5: "password"
    • 6: "distance"
  • Improve Daily, Snow, and Night environment effect.
  • Snow and Night Weather will NOT reduce or boost car speed anymore (need manual trigger in Event Menu).
  • Change Car's Models (Index begins at 1, instead of 0):
    • 1: "green"
    • 2: "black"
    • 3: "red"
    • 4: "blue"
    • 5: "white"
  • Cars will now have a bigger model (increased 2.5 times).

Dev Updates

  • Change vehicleGroupData.csv Function List part.
    1. Can be either capital or lower case.
    2. Can have spaces before or after
    3. Now only read:
      • male
      • glasses
      • facerecog
      • language
      • password
      • distance
    4. Functions should be separated with /
    5. Example Formats:
      • male/language/password
      • MALE /Language / passWORD
      • malE/ lanGUage/password

Done a Test Run on 11.12 Lecture.
build from Improved 3de864c


[README.txt]

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)

【Event Buttons】

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed within 5 seconds.

  • Enter length will speed - 20 for 5 Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed within 5 seconds.

  • Enter color will speed + 20 for 5 Time Unit.
    [color] : orange || black || yellow || blue || white || purple || green || red

Event-3 (Enter a Color)

Selected Car Color will reduce speed within 5 seconds.

  • Enter color will speed - 20 for 5 Time Unit.
    [color] : orange || black || yellow || blue || white || purple || green || red

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed within 5 seconds.

  • Car with Function_Dictionary[Int] will speed + 20 for 5 Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed within 5 seconds.

  • Car with Function_Dictionary[Int] will speed + 20 for 5 Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.

[11.10] Test_0.3.1

10 Nov 19:08

Choose a tag to compare

[11.10] Test_0.3.1 Pre-release
Pre-release

Build Updates

Demo Build with Updates:

  • Resize LeaderBoard, Score Dashboard and Event.
  • Change LeaderBoard and Score Dashboard Ranking Format: (N) [R] GGGG - T:TT
    • N : Ranking
    • R : Rounds
    • GGGG : Group Name (Max: 20; Otherwise, Have BAD Display)
    • T:TT : Time after each Checkpoint (8 Checkpoints equally seperated per Round)
  • Update Function List:
    • 1: "male"
    • 2: "glasses"
    • 3: "facerecog"
    • 4: "language"
    • 5: "password"
    • 6: "distance"
  • Improve Daily, Snow, and Night environment effect.
  • Snow and Night Weather will NOT reduce or boost car speed anymore (need manual trigger in Event Menu).
  • Change Car's Models (Index begins at 1, instead of 0):
    • 1: "green"
    • 2: "black"
    • 3: "red"
    • 4: "blue"
    • 5: "white"
  • Cars will now have a bigger model (increased 2.5 times).

Dev Updates

  • Change vehicleGroupData.csv Function List part.
    1. Can be either capital or lower case.
    2. Can have spaces before or after
    3. Now only read:
      • male
      • glasses
      • facerecog
      • language
      • password
      • distance
    4. Functions should be separated with /
    5. Example Formats:
      • male/language/password
      • MALE /Language / passWORD
      • malE/ lanGUage/password

build from 3de864c


[README.txt]

【Game Readme】

  • A vehicleGroupData.csv must be provided and placed under the same folder with the Executable Application:
    • First Column : Group Name
      • Suggested Length is 20; Otherwise, might perform bad display
    • Second Column : Car Model (from 1 to 5)
      • 1: "green"
      • 2: "black"
      • 3: "red"
      • 4: "blue"
      • 5: "white"
    • Third Column : Function List
      • male
      • glasses
      • facerecog
      • language
      • password
      • distance
  • LeaderBoard and Score Dashboard Ranking Format: (N) [R] GGGG - T:TT
    • N : Ranking
    • R : Rounds
    • GGGG : Group Name (Max: 20; Otherwise, Have BAD Display)
    • T:TT : Time after each Checkpoint (8 Checkpoints equally seperated per Round)

【Basic Camera Movement】

[1] Free Move from current position (Default)
[2-9] Fixed Camera Positions
[0] Top View
[W/A/S/D + Mouse X/Y] Move Position and Facing Position
[Left Shift] Move Faster
[Space] Go Higher
[Left Control] Go lower

【Menus HotKeys】

[P] Pause/Continue Game
[H] Toggle (Open/Close) Score Ranking Dashboard
[E] Open Events Menu (will Pause Game)
[Tab] Open Score Dashboard (will Pause Game)

【Event Buttons】

Event-1 (Enter an Integer)

Team names longer than entered Integer will reduce speed within 5 seconds.

  • Enter length will speed - 20 for 5 Time Unit.
    [length] : Any Integer

Event-2 (Enter a Color)

Selected Car Color will increase speed within 5 seconds.

  • Enter color will speed + 20 for 5 Time Unit.
    [color] : orange || black || yellow || blue || white || purple || green || red

Event-3 (Enter a Color)

Selected Car Color will reduce speed within 5 seconds.

  • Enter color will speed - 20 for 5 Time Unit.
    [color] : orange || black || yellow || blue || white || purple || green || red

Event-4 (Enter a Integer)

Cars equipped with inputed index of Function will increase speed within 5 seconds.

  • Car with Function_Dictionary[Int] will speed + 20 for 5 Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-5 (Enter a Integer)

Cars equipped with inputed index of Function will reduce speed within 5 seconds.

  • Car with Function_Dictionary[Int] will speed + 20 for 5 Time Unit.
    [Function_Dictionary] : { {1, "male" }, {2, "glasses" }, {3, "facerecog" }, {4, "language" }, {5, "password" }, {6, "distance" } }

Event-6 (Snow Event)

Will activate Snow Weather Environment.

Event-7 (Night Event)

Will activate Night Weather Environment.