Skip to content

Instantly share code, notes, and snippets.

@WillyMartin
WillyMartin / tutorial_localization.md
Created March 15, 2020 19:31 — forked from enenra/tutorial_localization.md
Tutorial: Using SE's Localization Features in Mods

Tutorial: Using SE's Localization Features in Mods

This tutorial covers the setup of localization files for your mods, which will enable you to move all your text out of your SBC definitions. This is good practice but more importantly also allows you to include translations of your mod within the mod itself - without a need to create and maintain a second mod.


Tutorial: 3DsMax to SE

This guide will focus on three things:

  1. Setting up the necessary environment.
  2. Texturing in 3DsMax.
  3. Exporting to a game-compatible format.

This guide will be using 3DsMax 2019, but what is done here should be doable in other versions of 3DsMax as well, albiet a bit differently. I will be assuming some familiarity with the programs involved.

@WillyMartin
WillyMartin / README
Created November 13, 2018 07:16 — forked from Equinox-/README
Very simple DDS plugin for GIMP that uses texconv to convert things behind the scenes to encode/decode BC7
1. Download the `file-dds-texconv.py` file. Edit BINARY to be the path to your texconv binary (located in the SE ModSDK, or elsewhere)
2. Copy the script into the GIMP plugins directory. For instance, `C:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins`