#32046 posted by
mh on 2021/12/22 07:45:42
To be more specific - the original engine doesn't interpolate the origin and angles of MOVETYPE_STEP entities, but does interpolate all other entity types. That's what allows doors and plats to move smoothly.
This interpolation is done in the client pre-rendering setup stage rather than in the renderer, and the relevant code is in CL_RelinkEntities.
MOVETYPE_STEP entities have a step animation built into their movement which this interpolation doesn't work well with, so they don't get it.
The relevant protocol flag is U_NOLERP and is set in SV_WriteEntitiesToClient.
You can grab a copy of the original Quake code, review it, and confirm this.
The original implementations of frame interpolation from shortly after the Quake code was released had several serious problems, plus they ran on the CPU and so were slower.
The FitzQuake implementation is a good reference that resolves most of the original problems.
Modern QuakeSpasm interpolates frames on the GPU and is consistently fast whether a model is interpolated or not.
Quake II does interpolation slightly different, baking the positional and frame interpolation together, then applying that to frames.
#32047 posted by
mankrip on 2021/12/22 14:07:39
Yes, there's that exception for MOVETYPE_STEP entities. I don't remember how the step animation works, besides smoothing out stair steps.
Anyway, in the
Tremor teaser they disabled r_lerpmodels, and it seems r_lerpmove is disabled too. If the second video was also recorded this way, there's definitely no interpolation of any kind in it. But high framerates will smooth out the movement and angles anyway.
Map Quiz
#32048 posted by anonymous user on 2021/12/23 14:20:48
There is a certain ms.wad on the old RemakeQuake SVN, containing
16 map shots that were presumably considered influential by the team.
I can name all but one (mapshot1 with the vore over lava). Does anyone know what the map is? Am I missing out on some greatness or what?
That's
Morbidity: 2
Trivia: The map shots were used as paintings in e2m6rq.
Can Confirm
#32050 posted by anonymous user on 2021/12/23 19:46:14
Only
two of them though. Unless there's some super secret private version.
So I was missing out - what a delightful abundance of moving parts, these two maps. Thanks!
Ha
#32051 posted by
ijed on 2021/12/23 20:18:32
I forgot about that :D
I think that was RJ's level. Very high quality that sadly never saw release.
Func 19 Year Anniversary.
#32052 posted by
metlslime on 2021/12/24 18:50:36
Looks like we just passed the 19 year anniversary of func_msgboard. Thanks to Sleepwalkr for hosting and tech support, and thanks to the community for the maps and mods.
Merry Christmas Y‘all
#32055 posted by mfx on 2021/12/24 20:15:26
All the best!
Awesome! Congratulations.
And thank YOU metlslime for maintaining the asylum.
Quake 2022 Preview
forgot to post the video here
https://youtu.be/ARsN0xldnys
Merry Christmas - I Made A Map - E1m1 Remix, Vanilla
#32059 posted by
RickyT33 on 2021/12/25 05:01:12
Fteqcc Appears To Evaluate Some Logical Expressions Incorrectly
#32060 posted by I Like Quake on 2021/12/30 13:22:33
For example, the expression (1 || 0&&1 || 0&&0) is evaluated to 0.
It generally seems to do this for expressions of the type a(1) || a(2) || ... || a(n), where some a(i) are conjunctions.
Does anybody know if this is a bug?, and if not, how do I disable whatever feature this is?
Happy New Year!
#32062 posted by
metlslime on 2022/01/03 18:36:35
Also, thank you dumptruck for that video, it's cool to see a summary of all the current projects since I am not plugged in enough to keep track of all of it. And I appreciate all the links you added below the video.
#32063
#32064 posted by
mh on 2022/01/04 10:56:43
That's all well and good but can it run Arcane Dimensions?
Nehahra?
#32065 posted by
Sidiouth on 2022/01/08 16:32:08
I'm not sure if this is the right board, but can anyone help me set up Nehahra (the movie and game) for Mark V?
Isn't it like any other Quake mod? What does the readme say? If you got it from Quaddicted I am not sure if the movie is included:
Hi,
This should be all the latest files and updates of Nehahra in one ready-to-go package. The former mess of files was just too confusing. :o) Expecting most people nowadays do not have the Seal of Nehahra movie installed I unpacked the pak0.pak. If you have the movie installed please make sure not to overwrite its pak0.pak with the one included in this zip!
I made all filenames lowercase for case-sensitive operating systems. I made nehahra/ to be the folder right in the zip instead of QUAKE/
The latest version of aguirRe's Nehahra engine was included, it is recommended for playing (glquake.exe, Version 3.08 Aug 2007). The readme for it is nehahra/readmeneh.txt You can find the latest version at http://user.tninet.se/~xir870k/
Enjoy!
Spirit
11 March 2008
What have you tried that isn't working?
#32067 posted by
Sidiouth on 2022/01/08 17:43:47
When I place the "nehahra" folder next to id1, launch with -game nehahra, and start a new game, it just gives me a black screen and the console says it doesn't recognize some of the commands. I watched a video and it should be playing a cutscene by that point.
How are you doing the different text colors btw? That's cool.
#32062
You are very welcome. It was a fun video to make and the response has been insane. The algorithm picked it up. Over 100k views and I gained 2000 subs in 2 weeks because it it. For comparison, my next highest viewed video has around 64K views but that took nearly 4 years to get to that. Same with subs, 3000 in 4 years and 2000 in two weeks. Some great timing with this video I guess.
Sidiouth
I missed your response. Need more info. What engine are you using? What version of Neharah?
Also as far as the text colors, that's explained here.
https://www.celephais.net/board/faq.php
#32067
#32070 posted by
gila on 2022/01/09 13:31:22
To run Nehahra mod in Mark V you must use
-nehahra command line parameter,
not -game nehahra.
I suggest also getting correct fmod.dll from Mark V page (somewhere in the middle there's a link):
http://quakeone.com/markv/
Not sure if running the movie is the same, my guess that perhaps it is. Either way I think you can watch full Seal of Nehahra movie on youtube anyway.