Funny find

Discussions about Coding and Scripting
Post Reply
JackGriffin
Godlike
Posts: 3774
Joined: Fri Jan 14, 2011 1:53 pm
Personal rank: -Retired-

Funny find

Post by JackGriffin »

Found here:
/*=============================================================================
UnRender.cpp: Main Unreal rendering functions and pipe
Copyright 1997 Epic MegaGames, Inc. This software is a trade secret.

Revision history:
* Created by Tim Sweeney
=============================================================================*/
This is only a couple months old too. Still some life left in this thing if coders are sharing source code.
So long, and thanks for all the fish
User avatar
UnrealGGecko
Godlike
Posts: 2904
Joined: Wed Feb 01, 2012 11:26 am
Personal rank: GEx the Gecko
Location: Kaunas, Lithuania
Contact:

Re: Funny find

Post by UnrealGGecko »

I know that it might be a silly question, but...
What is it?
User avatar
Sp0ngeb0b
Adept
Posts: 376
Joined: Wed Feb 13, 2008 9:16 pm
Location: Cologne
Contact:

Re: Funny find

Post by Sp0ngeb0b »

Indeed a nice find, Sherlock ;)

@GEx: This is the actual native SourceCode of UT's rendering component (= graphical stuff).
Website, Forum & UTStats

Image
******************************************************************************
Nexgen Server Controller || My plugins & mods on GitHub
******************************************************************************
User avatar
UnrealGGecko
Godlike
Posts: 2904
Joined: Wed Feb 01, 2012 11:26 am
Personal rank: GEx the Gecko
Location: Kaunas, Lithuania
Contact:

Re: Funny find

Post by UnrealGGecko »

Thank you, for explaining and thanks for finding!
User avatar
Feralidragon
Godlike
Posts: 5493
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: Funny find

Post by Feralidragon »

It's the native code of UEngine that handles rendering for stuff like canvas (PostRender, PreRender, RenderOverlays, etc), to render the HUD for instance and 3D actors.
It's interesting to see some assembly code mixed in though, it was a long time ever since I saw assembly lol
JackGriffin
Godlike
Posts: 3774
Joined: Fri Jan 14, 2011 1:53 pm
Personal rank: -Retired-

Re: Funny find

Post by JackGriffin »

This is almost surely two guys trying to code some low-level wallhack or cheat. I just thought it was interesting to read through.
So long, and thanks for all the fish
Post Reply