Ah i have started trying to compile version 2...great that you managed to build version 5.I have compiled the 5.0 engine. But I don't have any game. Got to find some demo to try.
Also, it seems the game use a 8 directions scheme, plus a 2 buttons rotations. The DPad is 4 directions, so not sure on how to map the controls here! Any suggestion?
DROD:Assertion error in line 972 of ../../DROD/Main.cpp: "!"Unexpected MID value.""
Problem Starting DROD: An unexpected error occurred, and DROD was not able to retrieve a description of the problem. This problem might be corrected by reinstalling DROD.
Error=376
I'm just wondering if there is any improvement/Update to Doom 3?I have it, but it runs not fast enough to be enjoyable for now. I'm still working on it from time to time, who knows, maybe one day I'll release it...
Nope. I have issue compiling it with GCC 5.2 & 5.3 (plus I'm not trying too hard to re-compile it also). Last time I tried I still got around 4 ot 5 fps. More than 10 (even 20) in small closed space where nothing happensI'm just wondering if there is any improvement/Update to Doom 3?
It will serve as a nice benchmark for the Pyra IMHONope. I have issue compiling it with GCC 5.2 & 5.3 (plus I'm not trying too hard to re-compile it also). Last time I tried I still got around 4 ot 5 fps. More than 10 (even 20) in small closed space where nothing happens
OpenTomb I have started porting it (need to be converted to OpenGLES2). OpenRaider is not finished. I have a build where you can just fly around a level, and that's it. It's not a game. Open Terraria, from C# to Java... Is it playable yet?what about
Open Terraria https://github.com/Shockah/Open-Terraria-Rewrite
OpenTomb https://opentomb.github.io
or OpenRaider https://github.com/xythobuz/OpenRaider
I already a few of them on my radars...Hi all
Some port ideas for you guys:
Uebergame
TBFTSS
Reliquarium
Pydza
RogueBox Adventures
Superpowers
Super Space Invader
OpenAge
Veraball
Cheers, Magic Sam
There is a lack of flight games on the repo, not sure if any of these are doable:
Looks like the first 3 are opengl
http://tnlgame.net/component/option,com_frontpage/Itemid,1/
http://aeron.sourceforge.net/
https://sourceforge.net/projects/csp/
This one is sdl2
https://bram.itch.io/the-little-plane-that-could
https://tengu-games.itch.io/offworld
The last two, I haven't seen any sources. The 1st three, I had tnl on my radar for some time, but haven't started anything yet. aeron seems Windows only, and csp seems a bit heavy, but who knows.
If you get it compiling again, might it be worth running some profiling on it to see if there is some potential optimisation that could be done?Nope. I have issue compiling it with GCC 5.2 & 5.3 (plus I'm not trying too hard to re-compile it also). Last time I tried I still got around 4 ot 5 fps. More than 10 (even 20) in small closed space where nothing happens
I finaly got a successfull cross-compiling of it this morning. I haven't done much profiling or anything, just checked that it worked (still a bit too slow to be playable).If you get it compiling again, might it be worth running some profiling on it to see if there is some potential optimisation that could be done?
If you get it compiling again, might it be worth running some profiling on it to see if there is some potential optimisation that could be done?
The models used in id Tech 4 engine games are animated using skeletal animation. The engine can blend multiple animations together, to produce a skin that moves correctly for those animations. Because this is CPU intensive, id did some work optimising this by using Intel's Streaming SIMD Extensions (SSE).