Skip to content

Commit

Permalink
Update version and readme to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianSteenman committed Apr 14, 2022
1 parent c5a38db commit 0633c61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Plugin/src/shadowlink_gta_exporter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Sketchup2GTA
unless file_loaded?(__FILE__)
ex = SketchupExtension.new('Sketchup2GTA', 'shadowlink_gta_exporter/main')
ex.description = 'GTA exporter for Sketchup'
ex.version = '0.7.0'
ex.version = '0.8.0'
ex.creator = 'Shadow-Link'
Sketchup.register_extension(ex, true)
file_loaded(__FILE__)
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Sketchup2GTA

Exports [Sketchup](https://www.sketchup.com/download) models to Grand Theft Auto VC / SA / IV / V.
Exports [Sketchup](https://www.sketchup.com/download) models to Grand Theft Auto III / VC / SA / IV / V.

Supported formats:
- GTA: VC/SA (WIP)

Version 0.8.0+
- GTA: III/VC/SA (WIP)
- DFF
- TXD
- COL
- IPL
- IDE
- GTA: IV
- WPL
- IDE

Version 0.5.0
- GTA: IV
- ODR/ODD (OpenIV)
- OBN/OBD (OpenIV)
Expand All @@ -27,7 +34,7 @@ Installing the plugin is easy, just follow these simple steps:
3. Open the Sketchup extension manager (Window -> Extension manager)
4. Click the `Install extension` button and select the `rbz` package

### VC / SA Steps
### III / VC / SA Steps
5. Select the following menu item "Extensions -> GTA Exporter -> Settings -> Sketchup2GTA Path" and enter the path to Sketchup2GTA.exe
6. Add the "GTA VC Collision material" collection

Expand All @@ -45,7 +52,7 @@ Models can be exported by selecting "Extensions -> GTA Exporter -> Export model"
Models can be exported by selecting "Extensions -> GTA Exporter -> Export placement -> Export scene".

## Tutorial
A step by step guide that exports a tutorial scene to GTA: IV can be found on my [website](https://shadow-link.nl/projects/sketchup-iv-exporter/).
A step by step guide that exports a tutorial scene to GTA: IV (using Version 0.5.0) can be found on my [website](https://shadow-link.nl/tools/sketchup2gta).

## Author
Shadow-Link
Expand Down

0 comments on commit 0633c61

Please sign in to comment.