Skip to content

loryruta/lr2-blender-loader

Repository files navigation

lr2-blender-loader

If you have a Lego Racers 2 copy, or just have its assets on your computer, you can use this set of scripts to import them on Blender to create some cool animations or anything (be aware of copyright strikes).

Requirements

Usage

  • Download this repository on your computer (either clone or just download the archive).
  • Edit main.py:
LR2_IMPORTER_PATH = '...'  # The abs path pointing where these scripts are.

# (...) some stuff you don't have to touch.

import_terrain(
    "...",  # The abs path of the GAMEDATA, extracted with UNGTC.
    "...",  # The abs path of the PNG textures pack.
    
    # The name of the terrain you want to import, must be one of:
    # 'SANDY BAY', 'ADVENTURE ISLAND', 'MARS', 'ARCTIC', 'XALAX/TRACK01', 'XALAX02', 'XALAX/TRACK03', 'XALAX/TRACK04', 'XALAX/TRACK05'
    "MARS"
)
  • Open cmd and issue py main.py bundle.
  • Open Blender.
  • Open the Text Editor within Blender and create a new script with any name.
  • Copy and paste the content of main.py.
  • Press Run Script.

That's it! You got it!

Gallery

lr2-sandy-bay-sunset

About

A set of scripts that permits to upload Lego Racers 2 assets into Blender

Topics

Resources

Stars

Watchers

Forks

Languages