News | Forum | People | FAQ | Links | Search | Register | Log in
General Abuse
Talk about anything in here. If you've got something newsworthy, please submit it as news. If it seems borderline, submit it anyway and a mod will either approve it or move the post back to this thread.

News submissions: https://celephais.net/board/submit_news.php
First | Previous | Next | Last
 
reading client state from the server's code? tut tut... some people have no respect for dedicated servers and latency!

but yeah, something like that would be nice.
biggest issue is that the quake injector isn't JUST maps. 
 
Admittedly I don't know what the code would look like in a Quakeworld engine (the FTE perspective), but in a regular Quake engine that is handled like this ...

// If client state is connected, then isn't dedicated server
// sv.name is the map name
if (svs.maxclients == 1 && cls.state == ca_connected)
{
FILE *f = fopen (va ("%s/%s.info", com_gamedir, sv.name), "rb"));

// write stats
// ...
A Quick N00b Question 
Occasionally in the Quake forums, I stumble upon the HOM acronym. What does it mean? I've tried googling it but "hand over mouth" or "hit or miss" don't exactly fit the context... 
HOM 
It stands for "Hitler Over Mussolini" - which means...when you have the option of two terrible choices, take the worst one because fuck it, when you're that screwed you may as well just roll with the madness. 
 
Thanks, Eric 
 
About 10 Seconds In... 
 
Ha ha, awesome! It looks like a trippy music video from the 70's... 
And The Most Informative Thread Goes To: 
Dusk
Posted by [212.21.66.6] on 2016/10/21 02:56:30

Have you hear of the game Dusk 
 
I was wondering if it would manage to exist or not. Guess not. 
Buoyancy Assist Harness For A Disabled Goldfish 
Well. 
That's made my morning. 
Re: Quake Map Status 
I'm a c++ coder, but engine code would require hours of investigating for me to do it properly :/

Should I propose a standard, with all your good comments in mind?

Is it easy to hash something? Would solve the problem with different versions. 
 
I'd pretty much tell you exactly how to do anything you needed, and I don't speak for anyone else but there are 6-7 others here that seem to be willing to help with engine coding stuff too. Didn't metlslime seem intrigued too?

But if you aren't empowered yourself to fiddle with it yourself, a stats project is all about the fine tuning.

Really if you are going to do something like that, you've gotta be doing it yourself if you actually want to get done. 
 
https://www.reddit.com/r/Doom/comments/59jhwg/a_snapmap_made_entirely_out_of_geomatry_by_request/

So snapmap is slowly becoming a little bit more usefull (its way off still, I know, but)...anyone of the talented folk here had the desire to dig in yet ? 
 
How 2k Killed Irrational 
Guess Who's Back? 
Killpixel 
interesting read, thanks for the link. 
You're Welcome 
I found it interesting too 
Heh 
Titanfall 2 Uses Heavily Modded Source Engine 
I kept hearing that Titanfall 2 uses a modified version of the Source engine. I looked for a bit more info on this, and found the following from June this year. Maybe I'll save someone the trouble of looking this up, in case oyu keep hearing the same thing :)

TL;DR: It's very heavily modded, but it is based on Source.

The original Titanfall ran on the Source Engine. Is Titanfall 2 running on the same engine or has it been moved to something like Frostbite?


On Titanfall we started with the Source engine; we replaced the renderer, we replaced the audio system, we replaced the net code. What we have now is very different from that. We have stuck with the Titanfall engine, but we did a lot of rendering improvements. We have physically based rendering, we have this really cool texture streaming system we wrote, HDR, bloom, depth of field. Hopefully you can see the results of all that hard work we put in that the game looks really different.

We also have a whole new audio system again. This time we have audio environments. Audio-wise, if you compare the two games again, it�s a huge leap. We have sound occlusion and reverb happening. There has been a whole bunch of areas where we make big changes to the engine, so there�s not a lot of Source left; we continue to rip out chunks and rewrite chunks and make it do exactly what we want to get out of this engine, and get the performance what we�re looking for.


Source: http://www.hardcoregamer.com/2016/06/14/e3-2016-respawn-talks-content-variety-reworked-engine-in-titanfall-2/212196/ 
I Will Say Something... 
Titanfall2 looks fucking amazing. Even if it's Call Of Mechs. 
 
Been hearing a lot of good things about Titanfall 2. 
Tile Based 3d Tool 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.