News:

One Minute Game Review by The Happy Friar: https://ugetube.com/@OneMinteGameReviews
Also on Rumble: https://rumble.com/c/c-1115371

idTech 4 (aka Doom 3 tech) Discord Server! https://discord.gg/9wtCGHa

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Snehk

#1
Just found it in the web. I'm going to check how it works in a few days.

https://github.com/TechnoPrometheus/Blender-2.7.x-MD5-Exporter
#2
I hastily made some simple assets, defs, materials and a basic level to create a quickstart base for anyone willing to try Storm Engine 2. It lacks a player model, but there's a workaround I described in it's readme. Letting those files simply rot on my hard drive would be pointless, even if no one is going to use it.

https://github.com/Snehk/SE2DevBase
#3
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...