Hello there, I'm new to this forums (though I've been checking it for possible reference from time to time).
I like to mess with game engines and I picked up Storm Engine 2 recently (like, downloaded yesterday and started working with it today). I always wanted to try my skills with Doom 3 engine. Today's progress:
- Compiled the engine, ran the executable to check if it'd work
- Changed hardcoded player_female classname into player
- Checking available reference (idDevNet, d3starterkit, some Doom3 mods) I added scripts and defs required to run a level (scripts and defs that came with SE2 are still used, replacing them wasn't neccessary but it's something that I'll do at some point), they're quite rough and bare bone, but work
- Made simple dev texture with normal and specular maps, material for it and then made a simple room in DarkRadiant and compiled
- Commented out checks for bones (eg. bone_hip), so the engine would allow loading a level without player model
This took me a while, but this day was like: run several errands then get back to engine and figure out what goes where, and then do something else again. Here's the result (brightness in the level is too high, but this level is just a test). Add to it that I'm only (if not less) halfway decent programmer and Doom 3 modding rook.

Not sure if this thread should be in this forum section...