From a97570ea69e574f9a603d8923248897f8fe8b05f Mon Sep 17 00:00:00 2001 From: SomaZ <17459161+SomaZ@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:31:50 +0200 Subject: [PATCH] Bump version and update readme --- README.md | 12 +++++++++--- import_bsp/__init__.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a54adbc..3559980 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 | | - | - | @@ -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 @@ -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 diff --git a/import_bsp/__init__.py b/import_bsp/__init__.py index 8064f5f..d6d4e06 100644 --- a/import_bsp/__init__.py +++ b/import_bsp/__init__.py @@ -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",