Application: rexelion

Join the team. This area is for people who want to participate in OpenMW's development in one way or another.
Post Reply
rexelion
Posts: 2
Joined: 24 Oct 2017, 20:58

Application: rexelion

Post by rexelion »

Hi, I'm rexelion. I've been learning programming on my own for a few years now, working on some small personal projects but nothing too big. I have experience in C, Python, Pascal (very rusty) and some very basic knowledge of C++. I wanted to get some more experience in C++ and in writing code for large projects, and, as Morrowind is probably my favourite game, I thought contributing to OpenMW would be a great way to do so, plus I have too much free time.

I already went through the Developer Checklist, used this wonderful tutorial to set up dev environment in Visual Studio 2017, built the solution without too much trouble (VS 2017 refuses to copy required DLLs into the release folder, but no problem with debug, maybe someone can help?).

I think I'll start by getting familiar with the source code, then move on to fixing bugs. Any advice is welcome.

Fun fact: even though I've been paying Morrowind for the better part of my life, I've never finished the main quest, always got distracted by other things in the game.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: Application: rexelion

Post by Zini »

Welcome. Not much advice I can give beyond the material that you have already read. In OpneMW we are mostly left with bug fixing (plus a few tasks that are definitely not beginner friendly). If you don't want to do mainly bug fixing then getting familiar with Qt and working on the editor might be a better option.
PlutonicOverkill
Posts: 20
Joined: 25 Apr 2017, 08:54
Location: New Zealand

Re: Application: rexelion

Post by PlutonicOverkill »

If the .dlls aren't being copied into the release folder, it's because the build script runs in debug configuration by default, so you need to run the build script again with '-c Release'. Also, don't forget to use the '-k' option so that your existing build configuration isn't deleted.
rexelion
Posts: 2
Joined: 24 Oct 2017, 20:58

Re: Application: rexelion

Post by rexelion »

Thanks, that did it.
Post Reply