Search found 428 matches

by Thunderforge
03 Jul 2017, 19:57
Forum: Support
Topic: [Solved] White/Blank UI color
Replies: 3
Views: 2726

Re: [Solved] White/Blank UI color

Gotcha. Yeah, most of those installers overwrite the data folder, which is not the recommended OpenMW way of installing mods. But glad that you got it to work!
by Thunderforge
03 Jul 2017, 02:55
Forum: Support
Topic: [Solved] White/Blank UI color
Replies: 3
Views: 2726

Re: White/Blank UI color

When you installed the Dark UI, did you paste the files into the Morrowind Data Files folder or just add the folder path to OpenMW.cfg?
by Thunderforge
01 Jul 2017, 23:05
Forum: Documentation
Topic: Wiki admins
Replies: 4
Views: 9456

Re: Wiki admins

There are some things that normal Wiki editors cannot do, like modify the wiki's CSS. Darklocq already has added himself to the Wiki group, but lacks those extra rights and is wondering who has them (or alternatively, how to get them).
by Thunderforge
01 Jul 2017, 22:52
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10596

Re: How do I set up and build the project with Xcode?

With the help of people on IRC and the openmw-deps-mac GitHub page, I was able to build openmw-deps-mac. I am running this cmake command successfully, based on the contents of openmw/CI/before_script.osx.sh: cmake \ -D CMAKE_PREFIX_PATH="/Users/Will/OpenSource/openmw-deps;/usr/local/opt/qt@5.5&...
by Thunderforge
01 Jul 2017, 18:03
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10596

Re: How do I set up and build the project with Xcode?

I figured out that it was referring to the openmw-deps-mac project. I tried building it following the instructions on the GitHub page, but ran into an issue with a missing file, which I filed an issue for . I tried downloading the zip file that corristo provided and ran this command: cmake -DCMAKE_P...
by Thunderforge
01 Jul 2017, 16:55
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10596

Re: How do I set up and build the project with Xcode?

What is DEPENDENCIES_ROOT="/path/to/unpacked/prebuilt/dependencies/openmw-deps" in your script? I didn't see anything about that in the instructions.

Also, if extra steps like these are necessary, could you please add them to the wiki?
by Thunderforge
01 Jul 2017, 16:28
Forum: General Development
Topic: What should I put for the build command in Eclipse?
Replies: 2
Views: 1755

Re: What should I put for the build command in Eclipse?

I was thinking that I was setting up Eclipse to run cmake for me. Is that part of these instructions? For what it's worth, I'm accustomed to working with Java projects that use Maven or Gradle. I just clone the project in my IDE, it auto-detects that it is built with one of those frameworks, and the...
by Thunderforge
01 Jul 2017, 04:08
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10596

Re: How do I set up and build the project with Xcode?

Have you tried running our OSX scripts from /CI directory? We use these to setup what we need to build an OpenMW on macOS on Travis-CI. I tried running before_install.osx.sh followed by before_script.osx.sh, but it didn't make a difference unfortunately. I also tried uninstalling the packaged versi...
by Thunderforge
01 Jul 2017, 04:04
Forum: General Development
Topic: What should I put for the build command in Eclipse?
Replies: 2
Views: 1755

What should I put for the build command in Eclipse?

In the OpenMW setup instructions for Eclipse , it says this: Now right-click on your project, and select "Properties". Go to "C/C++ build", uncheck "use default build command", and specify your command, like make -j 4 -C ${ProjDirPath}../build Note: Replace this example...
by Thunderforge
01 Jul 2017, 00:42
Forum: Support
Topic: More in depth install directions
Replies: 11
Views: 5438

Re: More in depth install directions

If you are using TextEdit, you can turn off smart quotes by going to the menu bar and going to Edit -> Substitutions -> Smart Quotes (it is on if there is a check mark next to it). I also recommend that first you go to Format -> Make Plain Text.