Page 1 of 11

Older bump mapped mods (and how to make them work in OpenMW)

Posted: 08 Nov 2016, 11:06
by lysol
Click here to find this tutorial on the OpenMW documentation page

On the main documentation page, you will also find more documentation on how OpenMW works and how to best mod it. The documentation will continue to be updated and improved in the future. It is written in ReST format and is updated via GitHub. Feel free to help send your pull requests or simply tell us here if you have ideas for improvement.

Converting mods with normal maps made for the PBR version of

Posted: 08 Nov 2016, 11:07
by lysol
EDIT: Post removed. See the documentation linked in the first post instead.

Converting MCP-style normal maps without custom models

Posted: 08 Nov 2016, 11:08
by lysol
EDIT: Post removed. See the documentation linked in the first post instead.

Converting MCP-style normal maps with custom models

Posted: 08 Nov 2016, 11:09
by lysol
EDIT: Post removed. See the documentation linked in the first post instead.

Re: Older bump mapped mods (and how to make them work in Ope

Posted: 08 Nov 2016, 23:29
by Amenophis
Thank you, Lysol. That really helps.

Re: Older bump mapped mods (and how to make them work in Ope

Posted: 09 Nov 2016, 10:04
by psi29a
This is gold and worthy of going into our documentation! Great work!

Would you be willing to re-format this into ReST and make a pull request for our documentation in OpenMW's github repo? :)

Re: Older bump mapped mods (and how to make them work in Ope

Posted: 09 Nov 2016, 10:18
by lysol
psi29a wrote:This is gold and worthy of going into our documentation! Great work!

Would you be willing to re-format this into ReST and make a pull request for our documentation in OpenMW's github repo? :)
Sure, how do I do it? :P I'll google it first and then post again if I can't figure it out.

Re: Older bump mapped mods (and how to make them work in Ope

Posted: 09 Nov 2016, 11:17
by psi29a
The normal process is:
create/use github account to fork openmw
you can create a new file right in the github interface, so you can go here:
https://github.com/OpenMW/openmw/tree/m ... penmw-mods
create something like older_bump_mapped_mods.rst with the information you have here, in ReST format.
modify index.rst to point to older_bump_mapped_mods.rst
this way when we go to build the documentation, it is picked up and rendered here:
https://openmw.readthedocs.io/en/master/

If you want more control and feel more like a developer then ideally you would want to git clone the openmw repo to your computer and work with your local copy until you feel that it is perfect, then commit and push up to your fork. Then open a PR (pull request) to merge your changes in.

I know that for windows there is an github application that includes git and does lots of stuff for you:
https://desktop.github.com/

Re: Older bump mapped mods (and how to make them work in Ope

Posted: 09 Nov 2016, 13:34
by lysol
First PR ever done. Hope I did it according to etiquette. ;)

Re: Older bump mapped mods (and how to make them work in Ope

Posted: 09 Nov 2016, 14:11
by psi29a
lysol wrote:First PR ever done. Hope I did it according to etiquette. ;)
And your first comment. You're almost apart of OpenMW commit history. ;)

Not sure if you saw this while you were looking around the repo but...
https://github.com/lysol90/openmw/blob/ ... -guide.txt