Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miek/dirt3-modding
https://github.com/miek/dirt3-modding
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miek/dirt3-modding
- Owner: miek
- Created: 2011-06-08T21:17:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-25T01:08:31.000Z (almost 12 years ago)
- Last Synced: 2024-10-04T20:39:49.575Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 1.5 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
DiRT3 Modding
============This repository contains all my research and tools into for modding DiRT3.
A lot of it may be applicable to other Codemasters games, but has not been tested.Templates
---------The templates directory contains template files for 010 Editor.
They are made in a simple C-like language, so they should be readable even if you haven't used 010 Editor.Tools
-----The tools directory contains source code for any modding tools.
Currently the only tool is PSSG Manager, this is used for loading PSSG files (mostly containing model and texture data).
It will eventually be used to edit the PSSG files and to import/export models and textures allowing for custom cars/tracks.