Skip to main content

NFS4 HS (PC) resource utilities

Project description

About

This project provides data extraction utilities for the following Need for Speed 4 HS asset files:

  • tracks
  • cars

Additionally, Blender addon is provided to directly import track and car data.

Setup (Blender addon version)

  1. Open Blender and open the Scripting tab

  2. In console, type paste the following two commands:

    import sys, subprocess
    subprocess.call([sys.executable, "-m", "pip", "install", "speedtools"])
    

    This command will install the speedtools package to your Blender Python installation.

    Note: Python installation that comes with Blender is completely separate from the global Python installation on your system. For this reason, it is necessary to use the Blender scripting console to install the package correctly.

  3. Copy and paste the content of this file to the Blender scripting window.

  4. Click the button.

  5. You should see Track resources and Car resources under File>Import.

Until I figure out a better way to install Blender addons, this must suffice.

Setup (command line version)

Install the package from PyPI:

pip install speedtools

Currently, the command line version does not provide any useful functionality.

Known issues and limitations

  • Some tracks are not imported with correct textures
  • Tested only with PC tracks

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

speedtools-0.1.1.tar.gz (33.1 kB view hashes)

Uploaded Source

Built Distribution

speedtools-0.1.1-py3-none-any.whl (44.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page