Skip to content

emwjacobson/pypc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit

The project pyracedash was similar to the idea I had in mind. It gave me the idea to use pygame as the graphics library, helped with the implementation of fetching data from CREST2, as well as rendering items.

About

Recently I have been playing Project Cars 2, and learned about the telemetry system that it offers. I looked into what was already made for it, and decided to make my own.

Requirements

CREST2 running on the PC you have Project Cars 2 installed. Python3.6 and venv module pip

Install

  • Initialize venv with Python (I used Python3.8)
    • python3.8 -m venv p3.8
  • Activate venv
    • source p3.8/bin/activate
  • Install pip requirements
    • pip install -r requirements.txt

Run

  • Activate virtualenv
    • source p3.8/bin/activate
  • Run 'er
    • python main.py

About

A racing dashboard for Project Cars 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages