Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SomaZ committed Aug 26, 2024
1 parent a3aaa91 commit a97570e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

This is a .bsp file importer which supports different id tech 3 games bsp formats. It also features md3 and tiki tan importers and exporters as also a WIP .map importer. Materials are approximated from the .shader files of the games. All files are also read from a virtual file system that can read pk3 files. Configuring the base path in the addons preferences is recommended for this.

Blender versions 2.93 to 4.1 are supported right now
Blender versions 2.93 to 4.2 are supported right now

**Please do not use this addon to copy or steal another creators work. Always ask for the creators permission.**

## Features:

- Import BSP files
- [Import BSP files](https://github.com/SomaZ/Blender_BSP_Importer/wiki/Importing-BSP-files)
- Bake lightmaps
- Edit lightmap coordinates
- Bake lightgrid
Expand All @@ -20,7 +22,7 @@ Blender versions 2.93 to 4.1 are supported right now
- Export Tiki tan files
- Import legacy MAP files (no BP or V220 support for now)

## Supported Games:
## Supported Games (excerpt):

| Game | Patch edits |
| - | - |
Expand All @@ -36,6 +38,8 @@ Blender versions 2.93 to 4.1 are supported right now
| Warsow | :heavy_check_mark: |
| Warfork | :heavy_check_mark: |

[More](https://github.com/SomaZ/Blender_BSP_Importer/wiki/Supported-Games)

## How to install:

- Download the addon zip file
Expand All @@ -45,6 +49,8 @@ Blender versions 2.93 to 4.1 are supported right now
- Tick the checkbox next to 'Import-Export: Import id Tech 3 BSP' to enable the addon
- Optionally add your base path and mod paths in the addons preferences

For more information consult the [Wiki](https://github.com/SomaZ/Blender_BSP_Importer/wiki/Setup)

## Attributions

- Virtual file system support by Alexander @cagelight Sago
2 changes: 1 addition & 1 deletion import_bsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
bl_info = {
"name": "Import id Tech 3 BSP",
"author": "SomaZ",
"version": (0, 9, 95),
"version": (0, 9, 96),
"description": "Importer for id Tech 3 BSP maps",
"blender": (3, 3, 0),
"location": "File > Import-Export",
Expand Down

0 comments on commit a97570e

Please sign in to comment.